Head
2026-01-27 08:20:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-01-27 08:20:04 [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-01-27 08:20:04 [bca.uk] INFO: Starting spider bca.uk
2026-01-27 08:20:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-01-27 08:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-01-27 08:20:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2009
2026-01-27 08:20:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-01-27 08:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-01-27 08:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08:20:05 [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-01-27 08:20:05 [bca.uk] INFO: Loaded 22 cached cookies from Azure Tables
2026-01-27 08:20:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-01-27 08:20:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-01-27 08:20:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-01-27 08:20:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-01-27 08:20:05 [scrapy.extensions.telnet] INFO: Telnet Password: 86a5f071f9024b8f
2026-01-27 08:20:05 [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-01-27 08:20:05 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/bca.uk/task_38_2026-01-27T08_20_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'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-01-27 08:20:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-01-27 08:20:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-01-27 08:20:05 [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-01-27 08:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-01-27 08:20:05 [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-01-27 08:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08:20:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-01-27 08:20:05 [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-01-27 08:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: low_mileage_for_country.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: cars_too_new_for_country.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_price_for_currency.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_country.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: registration_date_old.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_make.json
2026-01-27 08:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-01-27 08:20:05 [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-01-27 08:20:05 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-01-27 08:20:05 [scrapy.core.engine] INFO: Spider opened
2026-01-27 08:20:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-01-27 08:20:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
Tail
2026-01-27 08: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%27GL73%2520HVF%27 HTTP/1.1" 200 None
2026-01-27 08:54:49 [bca.uk] INFO: Scrape type for GL73%20HVF: 0
2026-01-27 08:54:49 [bca.uk] INFO: Found listing with ID: FL74%20AUP
2026-01-27 08:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27FL74%2520AUP%27 HTTP/1.1" 200 None
2026-01-27 08:54:49 [bca.uk] INFO: Scrape type for FL74%20AUP: 0
2026-01-27 08:54:49 [bca.uk] INFO: Found listing with ID: FH24%20NSN
2026-01-27 08:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27FH24%2520NSN%27 HTTP/1.1" 200 None
2026-01-27 08:54:49 [bca.uk] INFO: Scrape type for FH24%20NSN: 0
2026-01-27 08:54:49 [bca.uk] INFO: Found listing with ID: EF72%20BRV
2026-01-27 08:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27EF72%2520BRV%27 HTTP/1.1" 200 None
2026-01-27 08:54:49 [bca.uk] INFO: Scrape type for EF72%20BRV: 0
2026-01-27 08:54:49 [bca.uk] INFO: Found listing with ID: CV72%20WZH
2026-01-27 08:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27CV72%2520WZH%27 HTTP/1.1" 200 None
2026-01-27 08:54:49 [bca.uk] INFO: Scrape type for CV72%20WZH: 0
2026-01-27 08:54:49 [bca.uk] INFO: Found listing with ID: MT73%20ZDD
2026-01-27 08:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27MT73%2520ZDD%27 HTTP/1.1" 200 None
2026-01-27 08:54:49 [bca.uk] INFO: Scrape type for MT73%20ZDD: 0
2026-01-27 08:54:49 [bca.uk] INFO: Found listing with ID: LR24%20CXH
2026-01-27 08:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27LR24%2520CXH%27 HTTP/1.1" 200 None
2026-01-27 08:54:49 [bca.uk] INFO: Scrape type for LR24%20CXH: 0
2026-01-27 08:54:49 [bca.uk] INFO: Found listing with ID: LM71%20EFR
2026-01-27 08:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27LM71%2520EFR%27 HTTP/1.1" 200 None
2026-01-27 08:54:49 [bca.uk] INFO: Scrape type for LM71%20EFR: 0
2026-01-27 08:54:49 [bca.uk] INFO: Found listing with ID: LG71%20XRH
2026-01-27 08:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27LG71%2520XRH%27 HTTP/1.1" 200 None
2026-01-27 08:54:49 [bca.uk] INFO: Scrape type for LG71%20XRH: 0
2026-01-27 08:54:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-01-27 08:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/search/api/search?q=&bq=VehicleType%3ACars%7CGrade%3AGrade+1%2CGrade+2%7CCapCleanPrice%3A0..60000%7CDateRegistered%3A0MONTH..9YEAR%7CMileage%3A0..200000%7CMechanicalReportType%3A128+Vehicle+Inspection%2CBCA+Assured%2CBCA+Assured+EV%2FHybrid&page=66&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search?q=&bq=VehicleType%3ACars) ['zyte-api']
2026-01-27 08:54:50 [bca.uk] INFO: Total items found: 0
2026-01-27 08:54:50 [bca.uk] INFO: No more items to scrape after page {self.next_page}
2026-01-27 08:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/search?q=SG21%20RRB&vehicleType=*> (referer: https://www.bca.co.uk/search/api/search?q=&bq=VehicleType%3ACars%7CGrade%3AGrade+1%2CGrade+2%7CCapCleanPrice%3A0..60000%7CDateRegistered%3A0MONTH..9YEAR%7CMileage%3A0..200000%7CMechanicalReportType%3A128+Vehicle+Inspection%2CBCA+Assured%2CBCA+Assured+EV%2FHybrid&page=62&sort=MostRecentlyAdded) ['zyte-api']
2026-01-27 08:54:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a7c1734-476a-55b3-94f8-1d241ef93f4a with identifier: SG21%20RRB
2026-01-27 08:54:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a7c1734-476a-55b3-94f8-1d241ef93f4a with scrape type 2
2026-01-27 08:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a7c1734-476a-55b3-94f8-1d241ef93f4a with scrape type 2
2026-01-27 08:54:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 9a7c1734-476a-55b3-94f8-1d241ef93f4a, identifier: SG21%20RRB
2026-01-27 08:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 9a7c1734-476a-55b3-94f8-1d241ef93f4a with identifier: SG21%20RRB
2026-01-27 08:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 9a7c1734-476a-55b3-94f8-1d241ef93f4a with identifier: SG21%20RRB
2026-01-27 08:54:56 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 9a7c1734-476a-55b3-94f8-1d241ef93f4a with identifier: SG21%20RRB to the API
2026-01-27 08:54:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-01-27 08: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-01-27 08:54:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/lot/SG21%20RRB?searchVersion=new>
{'auction_title': '',
'c_o_2_emission_value': 186,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=SG21%20RRB-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '3.0L',
'expiration_date': '2026-01-27T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9a7c1734-476a-55b3-94f8-1d241ef93f4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SG21 RRB',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=SG21%20RRB&vehicleType=*',
'listing': 'auction',
'location': 'Glasgow - East',
'make': 'BMW',
'model': 'X5',
'odometer': 84568,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-15',
'seller_name': None,
'title': 'BMW X5 3.0 MHT XDRIVE 30D M SPORT StationWagon',
'transmission': 'automatic',
'trim': 'MHT XDRIVE 30D M SPORT',
'vin': 'WBAJU820109G70012',
'year': 2021}
2026-01-27 08:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27SG21%2520RRB%27 HTTP/1.1" 200 None
2026-01-27 08:54:57 [bca.uk] INFO: Saving data for SG21%20RRB: {'auction_closing_time': 1769508000.0, 'created_time': 1768909639.937816, 'last_price_update_time': 1769504097.121854}
2026-01-27 08:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='SG21%2520RRB') HTTP/1.1" 204 0
2026-01-27 08:55:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/search?q=DP22%20TFJ&vehicleType=*> (referer: https://www.bca.co.uk/search/api/search?q=&bq=VehicleType%3ACars%7CGrade%3AGrade+1%2CGrade+2%7CCapCleanPrice%3A0..60000%7CDateRegistered%3A0MONTH..9YEAR%7CMileage%3A0..200000%7CMechanicalReportType%3A128+Vehicle+Inspection%2CBCA+Assured%2CBCA+Assured+EV%2FHybrid&page=62&sort=MostRecentlyAdded) ['zyte-api']
2026-01-27 08:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baed3b6f-595f-5c57-a93e-a1a9e205a13f with identifier: DP22%20TFJ
2026-01-27 08:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baed3b6f-595f-5c57-a93e-a1a9e205a13f with scrape type 2
2026-01-27 08:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baed3b6f-595f-5c57-a93e-a1a9e205a13f with scrape type 2
2026-01-27 08:55:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: baed3b6f-595f-5c57-a93e-a1a9e205a13f, identifier: DP22%20TFJ
2026-01-27 08:55:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: baed3b6f-595f-5c57-a93e-a1a9e205a13f with identifier: DP22%20TFJ
2026-01-27 08:55:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: baed3b6f-595f-5c57-a93e-a1a9e205a13f with identifier: DP22%20TFJ
2026-01-27 08:55:05 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: baed3b6f-595f-5c57-a93e-a1a9e205a13f with identifier: DP22%20TFJ to the API
2026-01-27 08:55:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-01-27 08: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-01-27 08:55:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/lot/DP22%20TFJ?searchVersion=new>
{'auction_title': '',
'c_o_2_emission_value': 205,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=DP22%20TFJ-GB',
'category': 'Car',
'color': 'blue',
'currency': 'GBP',
'doors_number': 5,
'engine': '2.0L',
'expiration_date': '2026-01-27T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'baed3b6f-595f-5c57-a93e-a1a9e205a13f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'DP22 TFJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=DP22%20TFJ&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'JAGUAR',
'model': 'E-PACE',
'odometer': 41602,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-30',
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 P200 AWD R-DYNAMIC SE Hatchback',
'transmission': 'automatic',
'trim': 'P200 AWD R-DYNAMIC SE',
'vin': 'SADFA2AX2N1028872',
'year': 2022}
2026-01-27 08:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08: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%27DP22%2520TFJ%27 HTTP/1.1" 200 None
2026-01-27 08:55:05 [bca.uk] INFO: Saving data for DP22%20TFJ: {'auction_closing_time': 1769508000.0, 'created_time': 1768908128.604267, 'last_price_update_time': 1769504105.3641}
2026-01-27 08:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='DP22%2520TFJ') HTTP/1.1" 204 0
2026-01-27 08:55:05 [scrapy.core.engine] INFO: Closing spider (finished)
2026-01-27 08:55:05 [bca.uk] INFO: bca.uk Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0}
2026-01-27 08:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 08:55:05 [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%201769072105 HTTP/1.1" 200 None
2026-01-27 08:55:05 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (319 items) in: file:///var/lib/scrapyd/items/sourcing_v2/bca.uk/task_38_2026-01-27T08_20_00.jl
2026-01-27 08:55:05 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 9658596,
'downloader/request_count': 8240,
'downloader/request_method_count/GET': 8240,
'downloader/response_bytes': 466312566,
'downloader/response_count': 8240,
'downloader/response_status_count/200': 4383,
'downloader/response_status_count/302': 3857,
'elapsed_time_seconds': 2099.63955,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 1, 27, 8, 55, 5, 554126, tzinfo=datetime.timezone.utc),
'item_dropped_count': 139,
'item_dropped_reasons_count/DropItem': 139,
'item_scraped_count': 319,
'log_count/DEBUG': 59998,
'log_count/INFO': 45364,
'memusage/max': 193716224,
'memusage/startup': 126926848,
'photo_download_count': 3540,
'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': 65,
'response_received_count': 843,
'scheduler/dequeued': 8240,
'scheduler/dequeued/memory': 8240,
'scheduler/enqueued': 8240,
'scheduler/enqueued/memory': 8240,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 525,
'scrapy-zyte-api/error_ratio': 0.0019047619047619048,
'scrapy-zyte-api/error_types/download/website-ban': 1,
'scrapy-zyte-api/errors': 1,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 29.731442938140095,
'scrapy-zyte-api/mean_response_seconds': 29.878829178878423,
'scrapy-zyte-api/processed': 524,
'scrapy-zyte-api/request_args/actions': 458,
'scrapy-zyte-api/request_args/browserHtml': 458,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 66,
'scrapy-zyte-api/request_args/experimental.requestCookies': 524,
'scrapy-zyte-api/request_args/experimental.responseCookies': 524,
'scrapy-zyte-api/request_args/httpResponseBody': 66,
'scrapy-zyte-api/request_args/httpResponseHeaders': 66,
'scrapy-zyte-api/request_args/requestHeaders': 458,
'scrapy-zyte-api/request_args/sessionContext': 458,
'scrapy-zyte-api/request_args/url': 524,
'scrapy-zyte-api/status_codes/200': 524,
'scrapy-zyte-api/status_codes/520': 1,
'scrapy-zyte-api/success': 524,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 1, 27, 8, 20, 5, 914576, tzinfo=datetime.timezone.utc)}
2026-01-27 08:55:05 [scrapy.core.engine] INFO: Spider closed (finished)