Head
2026-03-21 16:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-21 16:30:06 [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-21 16:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-21 16:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-21 16:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-21 16:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-21 16:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-21 16:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: a969567a5f86863b
2026-03-21 16:30:06 [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-21 16:30:06 [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/ecarstrade.be/task_33_2026-03-21T16_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-21 16:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-21 16:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-21 16:30:06 [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-21 16:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-21 16:30:06 [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-21 16:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-21 16:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-21 16:30:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2111
2026-03-21 16:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-21 16:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-21 16:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-21 16:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-21 16:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-21 16:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-21 16:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-21 16: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-21 16: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-21 16:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-21 16:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-21 16:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-21 16:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 141MiB
2026-03-21 16:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-21 16:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-21 16:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-21 16:30:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-21 16:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
Tail
'seats_number': None,
'seller_name': None,
'title': 'Ford Transit Transit Custom 300L 2.0TD/96Kw A6 FWD Trend '
'96kW/130pk 4D/P Auto-6',
'transmission': 'automatic',
'trim': 'Transit 300L 2.0TD/96Kw A6 FWD Trend 96kW/130pk 4D/P Auto-6',
'vin': None,
'year': 2023}
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988429auction110870%27 HTTP/1.1" 200 None
2026-03-21 17:17:04 [ecarstrade.be] INFO: Saving data for 6988429auction110870: {'auction_closing_time': 1775216400.0, 'created_time': 1774020023.368815, 'last_price_update_time': 1774113424.104625}
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988429auction110870') HTTP/1.1" 204 0
2026-03-21 17:17:04 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-21 17:17:04 [ecarstrade.be] INFO: ecarstrade.be 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-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20last_price_update_time%20lt%201773681424 HTTP/1.1" 200 None
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968608auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968609auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968610auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968622auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968623auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968624auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968625auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968626auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968628auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968631auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968635auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968638auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968640auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968642auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968643auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968645auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968646auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968647auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968648auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968649auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968650auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968651auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968652auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968653auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968654auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968656auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968657auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968658auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968663auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968666auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968668auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968669auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968670auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968671auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968672auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968673auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968674auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968675auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968676auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968677auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968678auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968679auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968680auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968681auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968682auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968683auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968684auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968685auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968686auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968687auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968688auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968689auction110640') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970695auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970696auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970698auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970699auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970700auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970701auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970703auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970704auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970705auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970706auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970707auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970709auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970710auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970711auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970712auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970713auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970714auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970715auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970716auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970717auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970719auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970720auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970722auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970723auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970724auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970725auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970726auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970727auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970728auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970729auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970730auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970731auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970732auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970733auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970734auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970736auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970737auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970738auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970739auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970741auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970742auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970743auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970744auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970746auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970747auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970748auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970749auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970751auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970752auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970753auction110654') HTTP/1.1" 204 0
2026-03-21 17:17:05 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (1316 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.be/task_33_2026-03-21T16_30_00.jl
2026-03-21 17:17:05 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 4224514,
'downloader/request_count': 1712,
'downloader/request_method_count/GET': 1712,
'downloader/response_bytes': 631873075,
'downloader/response_count': 1712,
'downloader/response_status_count/200': 1712,
'dupefilter/filtered': 2,
'elapsed_time_seconds': 2818.603621,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 21, 17, 17, 5, 359162, tzinfo=datetime.timezone.utc),
'item_scraped_count': 1316,
'log_count/DEBUG': 22092,
'log_count/ERROR': 6,
'log_count/INFO': 21221,
'log_count/WARNING': 168,
'memusage/max': 361156608,
'memusage/startup': 147902464,
'photo_download_count': 168,
'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': 178,
'playwright/request_count/method/GET': 154,
'playwright/request_count/method/POST': 24,
'playwright/request_count/navigation': 2,
'playwright/request_count/resource_type/document': 2,
'playwright/request_count/resource_type/eventsource': 2,
'playwright/request_count/resource_type/fetch': 19,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 86,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 45,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 12,
'playwright/response_count': 178,
'playwright/response_count/method/GET': 154,
'playwright/response_count/method/POST': 24,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 19,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 86,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 45,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 12,
'request_depth_max': 225,
'response_received_count': 1544,
'scheduler/dequeued': 1712,
'scheduler/dequeued/memory': 1712,
'scheduler/enqueued': 1712,
'scheduler/enqueued/memory': 1712,
'scrape_type/new': 28,
'scrape_type/price_update': 1292,
'scrape_type/skipped': 3055,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 1543,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 8.34920867439482,
'scrapy-zyte-api/mean_response_seconds': 8.55243358962185,
'scrapy-zyte-api/processed': 1543,
'scrapy-zyte-api/request_args/browserHtml': 1543,
'scrapy-zyte-api/request_args/experimental.requestCookies': 1543,
'scrapy-zyte-api/request_args/experimental.responseCookies': 1543,
'scrapy-zyte-api/request_args/requestHeaders': 1543,
'scrapy-zyte-api/request_args/sessionContext': 1543,
'scrapy-zyte-api/request_args/url': 1543,
'scrapy-zyte-api/status_codes/200': 1543,
'scrapy-zyte-api/success': 1543,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 21, 16, 30, 6, 755541, tzinfo=datetime.timezone.utc)}
2026-03-21 17:17:05 [scrapy.core.engine] INFO: Spider closed (finished)