Head
2026-03-24 09:30:04 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-24 09:30: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-03-24 09:30:04 [openlane.gb] INFO: Starting spider openlane.gb
2026-03-24 09:30:04 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-24 09:30:04 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-24 09:30:04 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-24 09:30:04 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-24 09:30:04 [scrapy.extensions.telnet] INFO: Telnet Password: a27b9c376c7d2115
2026-03-24 09:30:04 [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-24 09:30:04 [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-24T09_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-24 09:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 09:30:04 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-24 09:30:04 [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-24 09:30:04 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-24 09:30:04 [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-24 09:30:04 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-24 09:30:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-24 09:30:05 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-24 09:30:05 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-24 09:30:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-24 09:30:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:30:05 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-24 09:30: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-03-24 09:30:05 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-24 09:30:05 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-24 09:30: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-03-24 09:30: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-03-24 09:30:05 [scrapy.core.engine] INFO: Spider opened
2026-03-24 09:30:05 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-24 09:30:05 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-24 09:30:05 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-24 09:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-24 09:30:05 [scrapy-playwright] INFO: Starting download handler
2026-03-24 09:30:10 [scrapy-playwright] INFO: Launching browser firefox
2026-03-24 09:30:10 [scrapy-playwright] INFO: Browser firefox launched
Tail
'FileSizeInBytes': 359845,
'Height': 1600,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/18270987-6365-44f2-a2c6-9dbed9dbca2e.jpg',
'Width': 1200},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_eed3a71a-5ce8-5246-9316-20b50dda2b42/eed3a71a-5ce8-5246-9316-20b50dda2b42_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 237482,
'Height': 1200,
'OriginUrl': 'https://images.openlane.eu/carimgs/5570904/general/403bebee-4dbe-4e8c-b0e0-c8911c7980df.jpg',
'Width': 1600}],
'price': 12300,
'price_includes_vat': True,
'registration_date': '2023-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'Vauxhall Corsa Ultimate - Electric - Automatic - 136 hp - DV73VWM - '
'10 mi',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2023}
2026-03-24 09:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716386%27 HTTP/1.1" 200 None
2026-03-24 09:32:37 [openlane.gb] INFO: Saving data for 10716386: {'created_time': 1774344757.307751, 'last_price_update_time': 1774344757.307763, 'auction_closing_time': 1774447200.0}
2026-03-24 09:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10716386') HTTP/1.1" 204 0
2026-03-24 09:32:42 [scrapy_zyte_api.handler] DEBUG: Got Zyte API error (status=421, type='/website/connection-error', request_id='8cc1a9ae3348f907cb0c7d2b10ca35a3') while processing URL (https://www.openlane.co.uk/en/carv6/auction/10716417): Failed to establish a network connection to the website. This could be due to the server being down or network connectivity issues. Verify the website is operational and accessible.
2026-03-24 09:32:42 [scrapy.core.scraper] ERROR: Error downloading <GET https://www.openlane.co.uk/en/carv6/auction/10716417>
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1999, in _inlineCallbacks
result = context.run(
File "/usr/local/lib/python3.11/dist-packages/twisted/python/failure.py", line 519, in throwExceptionIntoGenerator
return g.throw(self.value.with_traceback(self.tb))
File "/usr/local/lib/python3.11/dist-packages/scrapy/core/downloader/middleware.py", line 54, in process_request
return (yield download_func(request=request, spider=spider))
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1251, in adapt
extracted: _SelfResultT | Failure = result.result()
File "/usr/local/lib/python3.11/dist-packages/scrapy_zyte_api/handler.py", line 257, in _download_request
api_response = await self._session.get(api_params, retrying=retrying)
File "/usr/local/lib/python3.11/dist-packages/zyte_api/_async.py", line 54, in get
return await self._client.get(
File "/usr/local/lib/python3.11/dist-packages/zyte_api/_async.py", line 168, in get
result = await request()
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 142, in async_wrapped
return await fn(*args, **kwargs)
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 58, in __call__
do = await self.iter(retry_state=retry_state)
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 110, in iter
result = await action(retry_state)
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 78, in inner
return fn(*args, **kwargs)
File "/usr/local/lib/python3.11/dist-packages/tenacity/__init__.py", line 390, in <lambda>
self._add_action_func(lambda rs: rs.outcome.result())
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 449, in result
return self.__get_result()
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 61, in __call__
result = await fn(*args, **kwargs)
File "/usr/local/lib/python3.11/dist-packages/zyte_api/_async.py", line 142, in request
raise RequestError(
zyte_api._errors.RequestError: RequestError: 421, message=, headers=<CIMultiDictProxy('Date': 'Tue, 24 Mar 2026 09:32:42 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '277', 'Connection': 'keep-alive', 'Request-Id': '8cc1a9ae3348f907cb0c7d2b10ca35a3', 'Vary': 'Accept-Encoding', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Expose-Headers': '*, X-Project-Key', 'Access-Control-Allow-Methods': 'GET, PUT, POST, DELETE, PATCH, OPTIONS', 'Access-Control-Allow-Headers': 'DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, X-Project-Key', 'Access-Control-Max-Age': '1728000')>, body=b'{"type":"/website/connection-error","title":"Website Connection Error","status":421,"detail":"Failed to establish a network connection to the website. This could be due to the server being down or network connectivity issues. Verify the website is operational and accessible."}', request_id=8cc1a9ae3348f907cb0c7d2b10ca35a3
2026-03-24 09:32:42 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-24 09:32:42 [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-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716423%27 HTTP/1.1" 200 None
2026-03-24 09:32:42 [openlane.gb] INFO: Saving data for 10716423: {'created_time': 1774344762.433768}
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10716423') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716420%27 HTTP/1.1" 200 None
2026-03-24 09:32:42 [openlane.gb] INFO: Saving data for 10716420: {'created_time': 1774344762.473646}
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10716420') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716430%27 HTTP/1.1" 200 None
2026-03-24 09:32:42 [openlane.gb] INFO: Saving data for 10716430: {'created_time': 1774344762.510545}
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10716430') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27openlane.gb%27%20and%20RowKey%20eq%20%2710716417%27 HTTP/1.1" 200 None
2026-03-24 09:32:42 [openlane.gb] INFO: Saving data for 10716417: {'created_time': 1774344762.549801}
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='openlane.gb',RowKey='10716417') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-24 09:32:42 [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%201773912762 HTTP/1.1" 200 None
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10606293') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10612250') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10612263') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10668968') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10682492') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10682496') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10682498') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10682501') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10682502') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10682508') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10682509') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10686388') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10686405') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10686410') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10686424') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10686426') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10686428') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10686431') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10695440') HTTP/1.1" 204 0
2026-03-24 09:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10695444') HTTP/1.1" 204 0
2026-03-24 09:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10695445') HTTP/1.1" 204 0
2026-03-24 09:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='openlane.gb',RowKey='10695460') HTTP/1.1" 204 0
2026-03-24 09:32:43 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (128 items) in: file:///var/lib/scrapyd/items/sourcing_v2/openlane.gb/task_10_2026-03-24T09_30_00.jl
2026-03-24 09:32:43 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/exception_count': 1,
'downloader/exception_type_count/zyte_api._errors.RequestError': 1,
'downloader/request_bytes': 276335,
'downloader/request_count': 156,
'downloader/request_method_count/GET': 153,
'downloader/request_method_count/POST': 3,
'downloader/response_bytes': 12246067,
'downloader/response_count': 155,
'downloader/response_status_count/200': 145,
'downloader/response_status_count/403': 10,
'elapsed_time_seconds': 157.414255,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 24, 9, 32, 43, 18853, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 45474,
'httpcompression/response_count': 10,
'item_scraped_count': 128,
'log_count/DEBUG': 3610,
'log_count/ERROR': 1,
'log_count/INFO': 2311,
'memusage/max': 195092480,
'memusage/startup': 147996672,
'photo_download_count': 10,
'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': 204,
'playwright/request_count/method/GET': 178,
'playwright/request_count/method/POST': 26,
'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': 7,
'playwright/request_count/resource_type/image': 37,
'playwright/request_count/resource_type/other': 2,
'playwright/request_count/resource_type/script': 81,
'playwright/request_count/resource_type/stylesheet': 6,
'playwright/request_count/resource_type/xhr': 11,
'playwright/response_count': 187,
'playwright/response_count/method/GET': 161,
'playwright/response_count/method/POST': 26,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/fetch': 53,
'playwright/response_count/resource_type/font': 7,
'playwright/response_count/resource_type/image': 26,
'playwright/response_count/resource_type/other': 2,
'playwright/response_count/resource_type/script': 80,
'playwright/response_count/resource_type/stylesheet': 6,
'playwright/response_count/resource_type/xhr': 11,
'request_depth_max': 4,
'response_received_count': 145,
'scheduler/dequeued': 156,
'scheduler/dequeued/memory': 156,
'scheduler/enqueued': 156,
'scheduler/enqueued/memory': 156,
'scrape_type/new': 74,
'scrape_type/new_duplicate_id': 3,
'scrape_type/price_update': 55,
'scrape_type/skipped': 79,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 136,
'scrapy-zyte-api/error_ratio': 0.014705882352941176,
'scrapy-zyte-api/error_types/download/temporary-error': 1,
'scrapy-zyte-api/error_types/website/connection-error': 1,
'scrapy-zyte-api/errors': 2,
'scrapy-zyte-api/fatal_errors': 1,
'scrapy-zyte-api/mean_connection_seconds': 5.674338934326764,
'scrapy-zyte-api/mean_response_seconds': 5.348947812761389,
'scrapy-zyte-api/processed': 135,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 135,
'scrapy-zyte-api/request_args/experimental.requestCookies': 135,
'scrapy-zyte-api/request_args/experimental.responseCookies': 135,
'scrapy-zyte-api/request_args/httpRequestBody': 3,
'scrapy-zyte-api/request_args/httpRequestMethod': 3,
'scrapy-zyte-api/request_args/httpResponseBody': 135,
'scrapy-zyte-api/request_args/httpResponseHeaders': 135,
'scrapy-zyte-api/request_args/url': 135,
'scrapy-zyte-api/status_codes/200': 134,
'scrapy-zyte-api/status_codes/421': 1,
'scrapy-zyte-api/status_codes/520': 1,
'scrapy-zyte-api/success': 134,
'scrapy-zyte-api/success_ratio': 0.9925925925925926,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 211,
'source/total_available': 211,
'start_time': datetime.datetime(2026, 3, 24, 9, 30, 5, 604598, tzinfo=datetime.timezone.utc)}
2026-03-24 09:32:43 [scrapy.core.engine] INFO: Spider closed (finished)