Head
2026-03-27 13:30:05 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 13:30:05 [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-27 13:30:05 [openlane.gb] INFO: Starting spider openlane.gb
2026-03-27 13:30:05 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 13:30:05 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 13:30:05 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 13:30:05 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 13:30:05 [scrapy.extensions.telnet] INFO: Telnet Password: 92b69687f0d821b7
2026-03-27 13:30: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-03-27 13:30:05 [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/openlane.gb/task_10_2026-03-27T13_30_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-27 13:30:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 13:30:05 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 13:30: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-03-27 13:30:05 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 13:30: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-03-27 13:30:05 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-27 13:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 13:30:05 [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-27 13:30:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 13:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 13:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:30:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-27 13:30:06 [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-27 13:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 13:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 13:30:06 [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-27 13:30:06 [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-27 13:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-27 13:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 13:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 13:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-27 13:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 13:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 13:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 13:30:11 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 13:30:11 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
Tail
2026-03-27 13: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-27 13:37:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.co.uk/en/carv6/auction/10736512>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'GBP',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-03-30T14:00:00Z',
'fuel_type': 'Electric',
'id': 'e3e0981a-0a7e-5b43-b34f-fc65e4cad1b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'WP74NRZ',
'link_to_web_offer': 'https://www.openlane.co.uk/en/car/info?auctionId=10736512',
'listing': 'auction',
'location': 'Corby',
'make': 'Jeep',
'model': 'Avenger',
'odometer': 8016,
'odometer_reading_unit': 'mi',
'origin_country_code': 'GB',
'original_photo_count': 21,
'photo_urls': ['https://images.openlane.eu/carimgs/5670920/general/d0557894-c9b4-45e4-bf27-150f6b2b5d01.jpg',
'https://images.openlane.eu/carimgs/5670920/general/6fafea91-e12c-4183-8999-a43ed1f80f49.jpg',
'https://images.openlane.eu/carimgs/5670920/general/5bc1d765-bace-4c98-a737-8a034ceee45b.jpg',
'https://images.openlane.eu/carimgs/5670920/general/aa437142-9073-41fc-9f39-80b740405472.jpg',
'https://images.openlane.eu/carimgs/5670920/general/6e9ba1d2-2b50-41ef-a5b4-4e161d66879c.jpg',
'https://images.openlane.eu/carimgs/5670920/general/5e9aee87-d148-4508-8997-9c70df403d34.jpg',
'https://images.openlane.eu/carimgs/5670920/general/10f637e7-0523-4197-97a2-d8255e171853.jpg',
'https://images.openlane.eu/carimgs/5670920/general/c67b3a77-cc50-49e1-9458-b8cf29a2d55d.jpg',
'https://images.openlane.eu/carimgs/5670920/general/9b6526cb-afaa-447b-bc47-d6e3e6b0d900.jpg',
'https://images.openlane.eu/carimgs/5670920/general/a9af4f40-f8c5-4312-b85d-1fd38dbf4915.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290418,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/d0557894-c9b4-45e4-bf27-150f6b2b5d01.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266402,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/6fafea91-e12c-4183-8999-a43ed1f80f49.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205531,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/5bc1d765-bace-4c98-a737-8a034ceee45b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262170,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/aa437142-9073-41fc-9f39-80b740405472.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262073,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/6e9ba1d2-2b50-41ef-a5b4-4e161d66879c.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221663,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/5e9aee87-d148-4508-8997-9c70df403d34.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 187355,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/10f637e7-0523-4197-97a2-d8255e171853.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 141203,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/c67b3a77-cc50-49e1-9458-b8cf29a2d55d.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 160186,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/9b6526cb-afaa-447b-bc47-d6e3e6b0d900.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_41234055-faa4-5781-9e2c-9a91faf270e3/41234055-faa4-5781-9e2c-9a91faf270e3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 197014,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5670920/general/a9af4f40-f8c5-4312-b85d-1fd38dbf4915.jpg',
'Width': 1440}],
'price': 15000,
'price_includes_vat': True,
'registration_date': '2025-02-28',
'seats_number': 5,
'seller_name': 'Alfa Romeo, Jeep, Fiat',
'title': 'Jeep Avenger 51 kWh Summit - Electric - Automatic - 156 hp - '
'WP74NRZ - 8,016 mi',
'transmission': 'automatic',
'trim': 'Summit',
'vin': None,
'year': 2025}
2026-03-27 13:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710736512%27 HTTP/1.1" 200 None
2026-03-27 13:37:51 [openlane.gb] INFO: Saving data for 10736512: {'created_time': 1774618671.463804, 'last_price_update_time': 1774618671.463818, 'auction_closing_time': 1774879200.0}
2026-03-27 13:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10736512') HTTP/1.1" 204 0
2026-03-27 13:37:51 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 13:37:51 [openlane.gb] INFO: openlane.gb 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, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-27 13:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 13:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20last_price_update_time%20lt%201774186671 HTTP/1.1" 200 None
2026-03-27 13:37:51 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (111 items) in: file:///var/lib/scrapyd/items/sourcing_v2/openlane.gb/task_10_2026-03-27T13_30_00.jl
2026-03-27 13:37:51 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 220358,
'downloader/request_count': 115,
'downloader/request_method_count/GET': 112,
'downloader/request_method_count/POST': 3,
'downloader/response_bytes': 8102747,
'downloader/response_count': 115,
'downloader/response_status_count/200': 115,
'elapsed_time_seconds': 465.503262,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 13, 37, 51, 600369, tzinfo=datetime.timezone.utc),
'item_scraped_count': 111,
'log_count/DEBUG': 3801,
'log_count/INFO': 2336,
'memusage/max': 195940352,
'memusage/startup': 150048768,
'playwright/context_count': 1,
'playwright/context_count/max_concurrent': 1,
'playwright/context_count/persistent/False': 1,
'playwright/context_count/remote/False': 1,
'playwright/page_count': 1,
'playwright/page_count/max_concurrent': 1,
'playwright/request_count': 259,
'playwright/request_count/method/GET': 234,
'playwright/request_count/method/POST': 25,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/fetch': 58,
'playwright/request_count/resource_type/font': 6,
'playwright/request_count/resource_type/image': 114,
'playwright/request_count/resource_type/other': 2,
'playwright/request_count/resource_type/script': 63,
'playwright/request_count/resource_type/stylesheet': 6,
'playwright/request_count/resource_type/xhr': 8,
'playwright/response_count': 172,
'playwright/response_count/method/GET': 147,
'playwright/response_count/method/POST': 25,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/fetch': 58,
'playwright/response_count/resource_type/font': 6,
'playwright/response_count/resource_type/image': 28,
'playwright/response_count/resource_type/other': 2,
'playwright/response_count/resource_type/script': 62,
'playwright/response_count/resource_type/stylesheet': 6,
'playwright/response_count/resource_type/xhr': 8,
'request_depth_max': 4,
'response_received_count': 115,
'scheduler/dequeued': 115,
'scheduler/dequeued/memory': 115,
'scheduler/enqueued': 115,
'scheduler/enqueued/memory': 115,
'scrape_type/new': 92,
'scrape_type/price_update': 19,
'scrape_type/skipped': 117,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 119,
'scrapy-zyte-api/error_ratio': 0.04201680672268908,
'scrapy-zyte-api/errors': 5,
"scrapy-zyte-api/exception_types/<class 'aiohttp.client_exceptions.ClientConnectorError'>": 5,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 13.701636159825211,
'scrapy-zyte-api/mean_response_seconds': 13.737373058194,
'scrapy-zyte-api/processed': 114,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 114,
'scrapy-zyte-api/request_args/experimental.requestCookies': 114,
'scrapy-zyte-api/request_args/experimental.responseCookies': 114,
'scrapy-zyte-api/request_args/httpRequestBody': 3,
'scrapy-zyte-api/request_args/httpRequestMethod': 3,
'scrapy-zyte-api/request_args/httpResponseBody': 114,
'scrapy-zyte-api/request_args/httpResponseHeaders': 114,
'scrapy-zyte-api/request_args/url': 114,
'scrapy-zyte-api/status_codes/0': 5,
'scrapy-zyte-api/status_codes/200': 114,
'scrapy-zyte-api/success': 114,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 228,
'source/total_available': 228,
'start_time': datetime.datetime(2026, 3, 27, 13, 30, 6, 97107, tzinfo=datetime.timezone.utc)}
2026-03-27 13:37:51 [scrapy.core.engine] INFO: Spider closed (finished)