Head
2026-01-27 11:20:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-01-27 11: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 11:20:04 [bca.uk] INFO: Starting spider bca.uk
2026-01-27 11:20:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-01-27 11:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-01-27 11:20:04 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2002
2026-01-27 11:20:04 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-01-27 11:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-01-27 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 11: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 11:20:05 [bca.uk] INFO: Loaded 22 cached cookies from Azure Tables
2026-01-27 11:20:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-01-27 11:20:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-01-27 11:20:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-01-27 11:20:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-01-27 11:20:05 [scrapy.extensions.telnet] INFO: Telnet Password: 49de38c0d89f4482
2026-01-27 11: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 11: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-27T11_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 11:20:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-01-27 11:20:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-01-27 11: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 11:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-01-27 11: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 11:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 11:20:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-01-27 11: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 11:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: low_mileage_for_country.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: cars_too_new_for_country.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_price_for_currency.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_country.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: registration_date_old.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: high_mileage_for_make.json
2026-01-27 11:20:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-01-27 11: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 11: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 11:20:05 [scrapy.core.engine] INFO: Spider opened
2026-01-27 11:20:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-01-27 11:20:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6024
Tail
'category': 'Car',
'color': 'white',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.0L',
'expiration_date': '2026-01-28T10:00:00Z',
'fuel_type': 'Petrol',
'id': '22e1600f-8621-5e2f-b702-72a1bb96bf52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'MA71 DYJ',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=MA71%20DYJ&vehicleType=*',
'listing': 'auction',
'location': 'Enfield',
'make': 'KIA',
'model': 'CEED',
'odometer': 19458,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-27',
'seller_name': None,
'title': 'KIA CEED 1.0 T GDI 120 2 ISG Hatchback',
'transmission': 'manual',
'trim': 'T GDI 120 2 ISG',
'vin': 'U5YH2512LML139103',
'year': 2021}
2026-01-27 13:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 13: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%27MA71%2520DYJ%27 HTTP/1.1" 200 None
2026-01-27 13:11:56 [bca.uk] INFO: Saving data for MA71%20DYJ: {'auction_closing_time': 1769594400.0, 'created_time': 1769163565.201158, 'last_price_update_time': 1769519516.039461}
2026-01-27 13:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 13:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='MA71%2520DYJ') HTTP/1.1" 204 0
2026-01-27 13:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/search?q=LL74%20BVA&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=63&sort=MostRecentlyAdded) ['zyte-api']
2026-01-27 13:11:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6a18baf-4f3e-5c7d-b7ca-24babee6832c with identifier: LL74%20BVA
2026-01-27 13:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6a18baf-4f3e-5c7d-b7ca-24babee6832c with scrape type 2
2026-01-27 13:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6a18baf-4f3e-5c7d-b7ca-24babee6832c with scrape type 2
2026-01-27 13:11:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: a6a18baf-4f3e-5c7d-b7ca-24babee6832c, identifier: LL74%20BVA
2026-01-27 13:11:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: a6a18baf-4f3e-5c7d-b7ca-24babee6832c with identifier: LL74%20BVA
2026-01-27 13:11:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: a6a18baf-4f3e-5c7d-b7ca-24babee6832c with identifier: LL74%20BVA
2026-01-27 13:11:57 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: a6a18baf-4f3e-5c7d-b7ca-24babee6832c with identifier: LL74%20BVA to the API
2026-01-27 13:11:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-01-27 13: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-01-27 13:11:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/lot/LL74%20BVA?searchVersion=new>
{'auction_title': '',
'c_o_2_emission_value': 121,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LL74%20BVA-GB',
'category': 'Car',
'color': 'black',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-01-28T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'a6a18baf-4f3e-5c7d-b7ca-24babee6832c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LL74 BVA',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LL74%20BVA&vehicleType=*',
'listing': 'auction',
'location': 'Blackbushe',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 7868,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-31',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 T 100 GS Hatchback',
'transmission': 'manual',
'trim': 'T 100 GS',
'vin': 'VXKUPHNE0R4301404',
'year': 2024}
2026-01-27 13:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 13: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%27LL74%2520BVA%27 HTTP/1.1" 200 None
2026-01-27 13:11:57 [bca.uk] INFO: Saving data for LL74%20BVA: {'auction_closing_time': 1769594400.0, 'created_time': 1769163558.726095, 'last_price_update_time': 1769519517.359187}
2026-01-27 13:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 13:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LL74%2520BVA') HTTP/1.1" 204 0
2026-01-27 13:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.bca.co.uk/search?q=LM73%20VJD&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=63&sort=MostRecentlyAdded) ['zyte-api']
2026-01-27 13:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 001b346b-6848-519e-8f32-9c26dc87e004 with identifier: LM73%20VJD
2026-01-27 13:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 001b346b-6848-519e-8f32-9c26dc87e004 with scrape type 2
2026-01-27 13:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 001b346b-6848-519e-8f32-9c26dc87e004 with scrape type 2
2026-01-27 13:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: bca.uk, Processed item id: 001b346b-6848-519e-8f32-9c26dc87e004, identifier: LM73%20VJD
2026-01-27 13:11:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: bca.uk, Translating item: 001b346b-6848-519e-8f32-9c26dc87e004 with identifier: LM73%20VJD
2026-01-27 13:11:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: bca.uk, Applying rules to item: 001b346b-6848-519e-8f32-9c26dc87e004 with identifier: LM73%20VJD
2026-01-27 13:11:58 [crawlers.pipelines.post_to_api] INFO: Spider: bca.uk, Posting item: 001b346b-6848-519e-8f32-9c26dc87e004 with identifier: LM73%20VJD to the API
2026-01-27 13:11:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-01-27 13: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-01-27 13:11:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.bca.co.uk/lot/LM73%20VJD?searchVersion=new>
{'auction_title': '',
'c_o_2_emission_value': 122,
'car_expert_report_source_url': 'https://www1.bcaimage.com/Document?DocType=InspectionBase&Reg=LM73%20VJD-GB',
'category': 'Car',
'color': 'grey',
'currency': 'GBP',
'doors_number': 5,
'engine': '1.2L',
'expiration_date': '2026-01-28T10:00:00Z',
'fuel_type': 'Petrol',
'id': '001b346b-6848-519e-8f32-9c26dc87e004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'license_plate': 'LM73 VJD',
'link_to_web_offer': 'https://www.bca.co.uk/search?q=LM73%20VJD&vehicleType=*',
'listing': 'auction',
'location': 'Walsall',
'make': 'VAUXHALL',
'model': 'CORSA',
'odometer': 6619,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-30',
'seller_name': None,
'title': 'VAUXHALL CORSA 1.2 TURBO 100 DESIGN Hatchback',
'transmission': 'automatic',
'trim': 'TURBO 100 DESIGN',
'vin': 'VXKUPHNKSP4196861',
'year': 2023}
2026-01-27 13:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 13: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%27LM73%2520VJD%27 HTTP/1.1" 200 None
2026-01-27 13:11:58 [bca.uk] INFO: Saving data for LM73%20VJD: {'auction_closing_time': 1769594400.0, 'created_time': 1769163613.365904, 'last_price_update_time': 1769519518.458806}
2026-01-27 13:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 13:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='bca.uk',RowKey='LM73%2520VJD') HTTP/1.1" 204 0
2026-01-27 13:11:58 [scrapy.core.engine] INFO: Closing spider (finished)
2026-01-27 13:11:58 [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 13:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-01-27 13:11:58 [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%201769087518 HTTP/1.1" 200 None
2026-01-27 13:11:58 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (1058 items) in: file:///var/lib/scrapyd/items/sourcing_v2/bca.uk/task_38_2026-01-27T11_20_00.jl
2026-01-27 13:11:58 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/exception_count': 1,
'downloader/exception_type_count/twisted.web._newclient.ResponseNeverReceived': 1,
'downloader/request_bytes': 15333263,
'downloader/request_count': 6342,
'downloader/request_method_count/GET': 6342,
'downloader/response_bytes': 778085981,
'downloader/response_count': 6341,
'downloader/response_status_count/200': 4097,
'downloader/response_status_count/302': 2244,
'dupefilter/filtered': 131,
'elapsed_time_seconds': 6712.904826,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 1, 27, 13, 11, 58, 681461, tzinfo=datetime.timezone.utc),
'item_dropped_count': 728,
'item_dropped_reasons_count/DropItem': 728,
'item_scraped_count': 1058,
'log_count/DEBUG': 49791,
'log_count/ERROR': 20,
'log_count/INFO': 42218,
'memusage/max': 242212864,
'memusage/startup': 127238144,
'photo_download_count': 2059,
'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': 66,
'response_received_count': 2038,
'scheduler/dequeued': 6342,
'scheduler/dequeued/memory': 6342,
'scheduler/enqueued': 6342,
'scheduler/enqueued/memory': 6342,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 1853,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 27.955600848676777,
'scrapy-zyte-api/mean_response_seconds': 28.227103934755988,
'scrapy-zyte-api/processed': 1853,
'scrapy-zyte-api/request_args/actions': 1786,
'scrapy-zyte-api/request_args/browserHtml': 1786,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 67,
'scrapy-zyte-api/request_args/experimental.requestCookies': 1853,
'scrapy-zyte-api/request_args/experimental.responseCookies': 1853,
'scrapy-zyte-api/request_args/httpResponseBody': 67,
'scrapy-zyte-api/request_args/httpResponseHeaders': 67,
'scrapy-zyte-api/request_args/requestHeaders': 1786,
'scrapy-zyte-api/request_args/sessionContext': 1786,
'scrapy-zyte-api/request_args/url': 1853,
'scrapy-zyte-api/status_codes/200': 1853,
'scrapy-zyte-api/success': 1853,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 1, 27, 11, 20, 5, 776635, tzinfo=datetime.timezone.utc)}
2026-01-27 13:11:58 [scrapy.core.engine] INFO: Spider closed (finished)