Head
2026-03-23 06:00:14 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-23 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-23 06:00:14 [bca.uk] INFO: Starting spider bca.uk
2026-03-23 06:00:14 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-23 06:00:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-23 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-23 06:00:15 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-23 06:00:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-23 06:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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-23 06:00:15 [bca.uk] INFO: No cached cookies found, will perform fresh login
2026-03-23 06:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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-23 06:00:15 [bca.uk] INFO: Loaded cached Auth0 token from Azure Tables (length=1492)
2026-03-23 06:00:15 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-23 06:00:15 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-23 06:00:15 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-23 06:00:15 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-23 06:00:15 [scrapy.extensions.telnet] INFO: Telnet Password: a905c786fbd3a582
2026-03-23 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-23 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-23T06_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-23 06:00:15 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-23 06:00:15 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-23 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-23 06:00:15 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-23 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-23 06:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 06:00:15 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-23 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-23 06:00:15 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-23 06:00:15 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-23 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-23 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-23 06:00:15 [scrapy.core.engine] INFO: Spider opened
2026-03-23 06:00:15 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-23 06:00:15 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6025
Tail
2026-03-23 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%27RV70%2520AUK%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for RV70%20AUK: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: LR22%20NFN
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LR22%2520NFN%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for LR22%20NFN: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: EK71%20MLV
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27EK71%2520MLV%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for EK71%20MLV: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: DN23%20LFX
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27DN23%2520LFX%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for DN23%20LFX: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: CV72%20GLY
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27CV72%2520GLY%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for CV72%20GLY: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: BG75%20SXF
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27BG75%2520SXF%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for BG75%20SXF: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: GU72%20FFV
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27GU72%2520FFV%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for GU72%20FFV: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: DC74%20HGE
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27DC74%2520HGE%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for DC74%20HGE: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: LK24%20RHE
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LK24%2520RHE%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for LK24%20RHE: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: BJ21%20RPZ
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27BJ21%2520RPZ%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for BJ21%20RPZ: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: PG73%20APK
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27PG73%2520APK%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for PG73%20APK: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: NU23%20YJE
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27NU23%2520YJE%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for NU23%20YJE: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: MA24%20VDV
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27MA24%2520VDV%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for MA24%20VDV: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: LS72%20UGT
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LS72%2520UGT%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for LS72%20UGT: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: HK22%20ZFH
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27HK22%2520ZFH%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for HK22%20ZFH: 0
2026-03-23 06:38:04 [bca.uk] INFO: Found listing with ID: VN20%20RZV
2026-03-23 06:38:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27VN20%2520RZV%27 HTTP/1.1" 200 None
2026-03-23 06:38:04 [bca.uk] INFO: Scrape type for VN20%20RZV: 0
2026-03-23 06:38:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-23 06:38:04 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-23 06:38:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-23 06:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=131&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-23 06:38:06 [bca.uk] INFO: Total items found: 16
2026-03-23 06:38:06 [bca.uk] INFO: Requesting URL: https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded
2026-03-23 06:38:06 [bca.uk] INFO: Sending search API request with Bearer token (length=1492)
2026-03-23 06:38:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: LS72%20YBX
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LS72%2520YBX%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for LS72%20YBX: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: LD23%20FFT
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LD23%2520FFT%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for LD23%20FFT: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: EJ73%20OGF
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27EJ73%2520OGF%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for EJ73%20OGF: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: MA24%20VFP
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27MA24%2520VFP%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for MA24%20VFP: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: MA24%20ZKV
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27MA24%2520ZKV%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for MA24%20ZKV: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: MA24%20ZKN
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27MA24%2520ZKN%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for MA24%20ZKN: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: MA24%20VPD
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27MA24%2520VPD%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for MA24%20VPD: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: LS72%20YXN
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LS72%2520YXN%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for LS72%20YXN: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: LS72%20YBU
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LS72%2520YBU%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for LS72%20YBU: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: LS72%20UGP
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LS72%2520UGP%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for LS72%20UGP: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: LO72%20AOG
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LO72%2520AOG%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for LO72%20AOG: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: LO72%20AMX
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27LO72%2520AMX%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for LO72%20AMX: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: YC25%20OGA
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27YC25%2520OGA%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for YC25%20OGA: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: YC25%20OMF
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27YC25%2520OMF%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for YC25%20OMF: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: NU75%20JXN
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27NU75%2520JXN%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for NU75%20JXN: 0
2026-03-23 06:38:06 [bca.uk] INFO: Found listing with ID: YY57%20NKP
2026-03-23 06:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 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%27YY57%2520NKP%27 HTTP/1.1" 200 None
2026-03-23 06:38:06 [bca.uk] INFO: Scrape type for YY57%20NKP: 0
2026-03-23 06:38:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-23 06:38:06 [scrapy_zyte_api._params] WARNING: Request <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> defines the Zyte API customHttpRequestHeaders parameter, overriding Request.headers. Use Request.headers instead.
2026-03-23 06:38:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-23 06:38:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/api/search?q=&pageSize=100&page=132&sort=MostRecentlyAdded> (referer: https://www.bca.co.uk/search) ['zyte-api']
2026-03-23 06:38:07 [bca.uk] INFO: Total items found: 0
2026-03-23 06:38:07 [bca.uk] INFO: No more items to scrape after page {self.next_page}
2026-03-23 06:38:07 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-23 06:38:07 [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>: 3, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 886, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-23 06:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-23 06:38:08 [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%201773815888 HTTP/1.1" 200 None
2026-03-23 06:38:08 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (3453 items) in: file:///var/lib/scrapyd/items/sourcing_v2/bca.uk/task_51_2026-03-23T06_00_00.jl
2026-03-23 06:38:08 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 373467,
'downloader/request_count': 133,
'downloader/request_method_count/GET': 133,
'downloader/response_bytes': 122780502,
'downloader/response_count': 133,
'downloader/response_status_count/200': 133,
'elapsed_time_seconds': 2272.807198,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 23, 6, 38, 8, 670572, tzinfo=datetime.timezone.utc),
'item_scraped_count': 3453,
'log_count/DEBUG': 50846,
'log_count/ERROR': 1,
'log_count/INFO': 54323,
'log_count/WARNING': 396,
'memusage/max': 213422080,
'memusage/startup': 147701760,
'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': 132,
'response_received_count': 133,
'scheduler/dequeued': 133,
'scheduler/dequeued/memory': 133,
'scheduler/enqueued': 133,
'scheduler/enqueued/memory': 133,
'scrape_type/price_update': 3453,
'scrape_type/skipped': 9563,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 133,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 11.383557673193572,
'scrapy-zyte-api/mean_response_seconds': 12.1570371937819,
'scrapy-zyte-api/processed': 133,
'scrapy-zyte-api/request_args/actions': 1,
'scrapy-zyte-api/request_args/browserHtml': 1,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 132,
'scrapy-zyte-api/request_args/experimental.requestCookies': 132,
'scrapy-zyte-api/request_args/experimental.responseCookies': 133,
'scrapy-zyte-api/request_args/httpResponseBody': 132,
'scrapy-zyte-api/request_args/httpResponseHeaders': 132,
'scrapy-zyte-api/request_args/sessionContext': 1,
'scrapy-zyte-api/request_args/url': 133,
'scrapy-zyte-api/status_codes/200': 133,
'scrapy-zyte-api/success': 133,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 13016,
'start_time': datetime.datetime(2026, 3, 23, 6, 0, 15, 863374, tzinfo=datetime.timezone.utc)}
2026-03-23 06:38:08 [scrapy.core.engine] INFO: Spider closed (finished)