2026-03-27 21:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 21: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-27 21:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-27 21:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 21:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 21:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 21:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 21:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: 4d0561dca932e991
2026-03-27 21: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-27 21: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-27T21_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 21:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 21:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 21: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-27 21:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 21: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-27 21:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-27 21:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 21:30:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2115
2026-03-27 21:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 21:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 21:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-27 21: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-27 21:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 21: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 21: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 21:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-27 21:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 21:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 21:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-27 21:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 21:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-27 21:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 21:30:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 21:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-27 21:30:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-27 21:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-27 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/back.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/icons/flags/svg/en.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/exclusive.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/engine.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/doors.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/places.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/stripe/powered_by_stripe.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/lightbox/loading.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-27 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-27 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1946084758&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=338790674&gjid=1541315239&cid=1614359662.1774647016&tid=UA-73443533-1&_gid=827052941.1774647016&_r=1&_slc=1&z=1969559908> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=1946084758&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=338790674&gjid=1541315239&cid=1614359662.1774647016&tid=UA-73443533-1&_gid=827052941.1774647016&_r=1&_slc=1&z=1969559908>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117384406~117484252~118131810&apve=1&apvf=f&apvc=1&tft=1774647016652&tfd=3710> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-27 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647017275&cv=11&fst=1774647017275&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774647017275&cv=11&fst=1774647017275&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647017307&tfd=4366> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/td?id=G-0239LS8MTR&v=3&t=t&pid=1460889237>m=45je63p1v871189256za20gzb811692034zd811692034&seq=1&exp=0~115616986~115938466~115938468~116133313~117266400~117484252&dl=ecarstrade.com%2Fsearch&tdp=G-0239LS8MTR;71189256;1;6;0&frm=0&rtg=11692034&slo=20&hlo=17&lst=1&pcid=11692034&bt=0&ct=3&z=0> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&_p=1774647015062&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774647017&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=4547> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1614359662.1774647016>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=1614359662.1774647016>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&z=1718444461> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774647015062&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&gaf=2&_s=2&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774647017&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=12&tfd=4579> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117384406~117484252~118131810&apve=1&apvf=f&apvc=1&tft=1774647016652&tfd=3710>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647017307&tfd=4366>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774647015062&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&_s=3&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774647017&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=4684> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117384406~117484252~118131810&apve=1&apvf=f&apvc=1&tft=1774647017627&tfd=4686> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200>
2026-03-27 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117384406~117484252~118131810&apve=1&apvf=f&apvc=1&tft=1774647017627&tfd=4686>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/td?id=G-0239LS8MTR&v=3&t=t&pid=1460889237>m=45je63p1v871189256za20gzb811692034zd811692034&seq=2&exp=0~115616986~115938466~115938468~116133313~117266400~117484252&dl=ecarstrade.com%2Fsearch&tdp=G-0239LS8MTR;71189256;1;6;0&mde=G-0239LS8MTR;17_3;19_1;47_1;61_1&tdc=G-0239LS8MTR*G-0239LS8MTR&z=0> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1&is_td=1&v=3&t=t&pid=1460889237>m=45je63p1v871189256za20gzb811692034zd811692034&seq=2&exp=0~115616986~115938466~115938468~116133313~117266400~117484252&dl=ecarstrade.com%2Fsearch&tdp=G-0239LS8MTR;71189256;1;6;0&mde=G-0239LS8MTR;17_3;19_1;47_1;61_1&tdc=G-0239LS8MTR*G-0239LS8MTR&z=0> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774647015062&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&gaf=2&_s=2&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774647017&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=12&tfd=4579>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://www.googletagmanager.com/td?id=G-0239LS8MTR&v=3&t=t&pid=1460889237>m=45je63p1v871189256za20gzb811692034zd811692034&seq=1&exp=0~115616986~115938466~115938468~116133313~117266400~117484252&dl=ecarstrade.com%2Fsearch&tdp=G-0239LS8MTR;71189256;1;6;0&frm=0&rtg=11692034&slo=20&hlo=17&lst=1&pcid=11692034&bt=0&ct=3&z=0>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://scripts.clarity.ms/0.8.57/web-performance.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://www.googletagmanager.com/td?id=G-0239LS8MTR&v=3&t=t&pid=1460889237>m=45je63p1v871189256za20gzb811692034zd811692034&seq=2&exp=0~115616986~115938466~115938468~116133313~117266400~117484252&dl=ecarstrade.com%2Fsearch&tdp=G-0239LS8MTR;71189256;1;6;0&mde=G-0239LS8MTR;17_3;19_1;47_1;61_1&tdc=G-0239LS8MTR*G-0239LS8MTR&z=0>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1&is_td=1&v=3&t=t&pid=1460889237>m=45je63p1v871189256za20gzb811692034zd811692034&seq=2&exp=0~115616986~115938466~115938468~116133313~117266400~117484252&dl=ecarstrade.com%2Fsearch&tdp=G-0239LS8MTR;71189256;1;6;0&mde=G-0239LS8MTR;17_3;19_1;47_1;61_1&tdc=G-0239LS8MTR*G-0239LS8MTR&z=0>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774647017275&cv=11&fst=1774647017275&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774647017275&cv=11&fst=1774647017275&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&gcp=5&ipr=y)
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774647017275&cv=11&fst=1774647017275&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774647015062&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&_s=3&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774647017&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&_et=2&tfd=4684>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1614359662.1774647016>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/web-performance.js>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647017275&cv=11&fst=1774647017275&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774647017275&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9VJMi0d_z-wIPvjypYvDDQ1brrjInfiWz0Wr3i_25ASGEzGPmn6YtIKeP1TekJ67_33ox06Wgm2fkr19wVSZgKUxNU0Nu2z0xgvQ&random=1124919453&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647017275&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9VJMi0d_z-wIPvjypYvDDQ1brrjInfiWz0Wr3i_25ASGEzGPmn6YtIKeP1TekJ67_33ox06Wgm2fkr19wVSZgKUxNU0Nu2z0xgvQ&random=1124919453&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774647017275&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9VJMi0d_z-wIPvjypYvDDQ1brrjInfiWz0Wr3i_25ASGEzGPmn6YtIKeP1TekJ67_33ox06Wgm2fkr19wVSZgKUxNU0Nu2z0xgvQ&random=1124919453&rmt_tld=0&ipr=y>
2026-03-27 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774647017275&cv=11&fst=1774647017275&fmt=8&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&gcp=5&ipr=y>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_non_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&_p=1774647015062&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&sid=1774647017&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=4547>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774646700000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg>
2026-03-27 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774646700000/5441429.js>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=086e375c25014110a63c4014fa0593fb&traceId=086e375c25014110a63c4014fa0593fb> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-27 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647017275&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSTwAFq6B9VJMi0d_z-wIPvjypYvDDQ1brrjInfiWz0Wr3i_25ASGEzGPmn6YtIKeP1TekJ67_33ox06Wgm2fkr19wVSZgKUxNU0Nu2z0xgvQ&random=1124919453&rmt_tld=1&ipr=y>
2026-03-27 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=086e375c25014110a63c4014fa0593fb&traceId=086e375c25014110a63c4014fa0593fb>
2026-03-27 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/logo/v2_192_icon.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-27 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774647015062&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAACGQ&gaf=2&_s=4&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&uid=0&sid=1774647017&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=98&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=9685> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774647015062&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAACGQ&gaf=2&_s=4&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&uid=0&sid=1774647017&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=98&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=9685>
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0239LS8MTR&cid=1614359662.1774647016>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&z=1718444461>
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647023547&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://i.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=4121&_hs_mouse_x_coordinate=38&_hs_mouse_y_coordinate=672&_hs_offset_x=32&_hs_offset_y=8&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647023820&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-27 21:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647024101&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647024139&cv=11&fst=1774647024139&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774647024139&cv=11&fst=1774647024139&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647024181&tfd=11239> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptq.gif?k=1&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647023547&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647024319&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647024101&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774647024139&cv=11&fst=1774647024139&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774647024139&cv=11&fst=1774647024139&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5&ipr=y)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=cm__btn&_hs_element_text=Accept+all&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=4121&_hs_mouse_x_coordinate=38&_hs_mouse_y_coordinate=672&_hs_offset_x=32&_hs_offset_y=8&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23cc-main+%3E+div.cm-wrapper.cc--anim+%3E+div.cm.cm--box.cm--bottom.cm--right+%3E+div.cm__body+%3E+div.cm__btns+%3E+div%3Anth-of-type(1)+%3E+button%3Anth-of-type(1)&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647023820&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647024385&cv=11&fst=1774647024385&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774647024385&cv=11&fst=1774647024385&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647024181&tfd=11239>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647024412&tfd=11471> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774647024139&cv=11&fst=1774647024139&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=dropdown-item+order-item+&_hs_element_text=Online+(New-Old)&_hs_element_visible=&_hs_link_href=javascript%3Avoid(0)&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1154&_hs_mouse_y_coordinate=587&_hs_offset_x=115&_hs_offset_y=14&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+div.dropdown-menu.dropdown-menu-right.rounded-6.border-0.overflow-auto.ordering-container+%3E+a%3Anth-of-type(14)&_hs_is_navigation=true&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647024319&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774647024139&cv=11&fst=1774647024139&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5&ipr=y>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774647024385&cv=11&fst=1774647024385&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774647024385&cv=11&fst=1774647024385&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5&ipr=y)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647024412&tfd=11471>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774647024385&cv=11&fst=1774647024385&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774647024385&cv=11&fst=1774647024385&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&gcp=5&ipr=y>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647024139&cv=11&fst=1774647024139&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774647024139&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9tEpfNp7GLU-K6RPYDFPA_J-7L6FVwxAEFSnSTpUPHUxzGvGtKipBNTfsyl6Il0c3HvWGRDpy7pr01pZoR9sRmf0NQ-GJ1bfF80JGM1r8cQjDw7xR15ia7w&random=1737775568&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647024139&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9tEpfNp7GLU-K6RPYDFPA_J-7L6FVwxAEFSnSTpUPHUxzGvGtKipBNTfsyl6Il0c3HvWGRDpy7pr01pZoR9sRmf0NQ-GJ1bfF80JGM1r8cQjDw7xR15ia7w&random=1737775568&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647024385&cv=11&fst=1774647024385&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774647024385&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9Lr80jLtqaGE9XMp7gCic_LAtQbmmiFPGGChh22QirbiDQFTYZ1oDj3Fyp217uDXPh-Vm8pcoKtyRzntoXcMzWrBZpdvJ0nVAjRraZyAb65qgpTZNV701Hw&random=1067255518&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647024385&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9Lr80jLtqaGE9XMp7gCic_LAtQbmmiFPGGChh22QirbiDQFTYZ1oDj3Fyp217uDXPh-Vm8pcoKtyRzntoXcMzWrBZpdvJ0nVAjRraZyAb65qgpTZNV701Hw&random=1067255518&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647024139&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9tEpfNp7GLU-K6RPYDFPA_J-7L6FVwxAEFSnSTpUPHUxzGvGtKipBNTfsyl6Il0c3HvWGRDpy7pr01pZoR9sRmf0NQ-GJ1bfF80JGM1r8cQjDw7xR15ia7w&random=1737775568&rmt_tld=1&ipr=y>
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647024385&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9Lr80jLtqaGE9XMp7gCic_LAtQbmmiFPGGChh22QirbiDQFTYZ1oDj3Fyp217uDXPh-Vm8pcoKtyRzntoXcMzWrBZpdvJ0nVAjRraZyAb65qgpTZNV701Hw&random=1067255518&rmt_tld=1&ipr=y>
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774647024139&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9tEpfNp7GLU-K6RPYDFPA_J-7L6FVwxAEFSnSTpUPHUxzGvGtKipBNTfsyl6Il0c3HvWGRDpy7pr01pZoR9sRmf0NQ-GJ1bfF80JGM1r8cQjDw7xR15ia7w&random=1737775568&rmt_tld=0&ipr=y>
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774647024385&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9Lr80jLtqaGE9XMp7gCic_LAtQbmmiFPGGChh22QirbiDQFTYZ1oDj3Fyp217uDXPh-Vm8pcoKtyRzntoXcMzWrBZpdvJ0nVAjRraZyAb65qgpTZNV701Hw&random=1067255518&rmt_tld=0&ipr=y>
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012986/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/178/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012985/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012983/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012982/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012980/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012979/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012976/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012975/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012974/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012971/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012970/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012968/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012967/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012966/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012964/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/nl.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://i.clarity.ms/collect>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_001/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_001/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_001/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/178/logo.png>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012985/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012983/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012976/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012986/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012979/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012971/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012980/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012982/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/nl.png>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012975/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012966/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012974/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012964/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012970/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012967/photo_000/260x0__r.jpg>
2026-03-27 21:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7012968/photo_000/260x0__r.jpg>
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774647015062&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&uid=0&sid=1774647017&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=16236> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774647015062&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1614359662.1774647016&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&gaf=2&tag_exp=0~115616986~115938466~115938468~116133313~117266400~117484252&uid=0&sid=1774647017&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&_s=5&tfd=16236>
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647029586&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647029602&cv=11&fst=1774647029602&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774647029602&cv=11&fst=1774647029602&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647029621&tfd=16679> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774647029602&cv=11&fst=1774647029602&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774647029602&cv=11&fst=1774647029602&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y)
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774647029602&cv=11&fst=1774647029602&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647029621&tfd=16679>
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647029602&cv=11&fst=1774647029602&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774647029602&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9UP_2584iNc7BVwLsVe_CvgGyegudfVbfzdaPFw_DM9E5t1G1ssCTMbuCmF9IJbl29b6zYsWiBo_VUeyswU8m-Tc-im-a1I2HKze4o7jTBPqIZKDhgjiRtg&random=1976663969&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647029602&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9UP_2584iNc7BVwLsVe_CvgGyegudfVbfzdaPFw_DM9E5t1G1ssCTMbuCmF9IJbl29b6zYsWiBo_VUeyswU8m-Tc-im-a1I2HKze4o7jTBPqIZKDhgjiRtg&random=1976663969&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=chosen-single&_hs_element_text=Make&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=160&_hs_mouse_y_coordinate=397&_hs_offset_x=129&_hs_offset_y=11&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=form%23refineForm.mb-0+%3E+div.py-1.mb-1.px-2.border-bottom+%3E+div+%3E+div.chosen-container.chosen-container-single+%3E+a.chosen-single&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774647029586&vi=e353d5af0ef8b7725fca2738746fef2d&nc=true&u=129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1&b=129379155.1.1774647023546&cc=15>
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774647029602&cv=11&fst=1774647029602&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y>
2026-03-27 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774647029602&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9UP_2584iNc7BVwLsVe_CvgGyegudfVbfzdaPFw_DM9E5t1G1ssCTMbuCmF9IJbl29b6zYsWiBo_VUeyswU8m-Tc-im-a1I2HKze4o7jTBPqIZKDhgjiRtg&random=1976663969&rmt_tld=0&ipr=y>
2026-03-27 21:30:30 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647029602&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9UP_2584iNc7BVwLsVe_CvgGyegudfVbfzdaPFw_DM9E5t1G1ssCTMbuCmF9IJbl29b6zYsWiBo_VUeyswU8m-Tc-im-a1I2HKze4o7jTBPqIZKDhgjiRtg&random=1976663969&rmt_tld=1&ipr=y>
2026-03-27 21:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647031861&cv=11&fst=1774647031861&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774647031861&cv=11&fst=1774647031861&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647031881&cv=11&fst=1774647031881&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 21:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/rmkt/collect/742220279/?random=1774647031881&cv=11&fst=1774647031881&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:31 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647031898&tfd=18956> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647031898&tfd=18956> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774647031861&cv=11&fst=1774647031861&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774647031861&cv=11&fst=1774647031861&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5&ipr=y)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774647031861&cv=11&fst=1774647031861&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647031861&cv=11&fst=1774647031861&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774647031861&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9Hw4u0IfLrpzhPKpJXy-8RmIb2oHoplQE96-kclYqMNpz4IcLoHqKxRK79XnTe6lyjG42s49POhyNM4NK13ax02NY4JETPPRhz1POCpPpnpPQRQDZ_6dvVg&random=784577080&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647031861&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9Hw4u0IfLrpzhPKpJXy-8RmIb2oHoplQE96-kclYqMNpz4IcLoHqKxRK79XnTe6lyjG42s49POhyNM4NK13ax02NY4JETPPRhz1POCpPpnpPQRQDZ_6dvVg&random=784577080&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <302 https://www.google.com/rmkt/collect/742220279/?random=1774647031881&cv=11&fst=1774647031881&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5> (location: https://www.google.co.uk/rmkt/collect/742220279/?random=1774647031881&cv=11&fst=1774647031881&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647031898&tfd=18956>
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1310094415.1774647017&dt=Search%20%7C%20eCarsTrade&auid=827947773.1774647017&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774646029&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774647031898&tfd=18956>
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/rmkt/collect/742220279/?random=1774647031881&cv=11&fst=1774647031881&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774647031861&cv=11&fst=1774647031861&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&gcp=5&ipr=y>
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647031861&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9Hw4u0IfLrpzhPKpJXy-8RmIb2oHoplQE96-kclYqMNpz4IcLoHqKxRK79XnTe6lyjG42s49POhyNM4NK13ax02NY4JETPPRhz1POCpPpnpPQRQDZ_6dvVg&random=784577080&rmt_tld=1&ipr=y>
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774647031861&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9Hw4u0IfLrpzhPKpJXy-8RmIb2oHoplQE96-kclYqMNpz4IcLoHqKxRK79XnTe6lyjG42s49POhyNM4NK13ax02NY4JETPPRhz1POCpPpnpPQRQDZ_6dvVg&random=784577080&rmt_tld=0&ipr=y>
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/rmkt/collect/742220279/?random=1774647031881&cv=11&fst=1774647031881&fmt=8&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&gcp=5&ipr=y>
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774647031881&cv=11&fst=1774647031881&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774647031881&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9cTXxBOVWNpv_U-pnM8U0PPaqcNOzL2_I27vAp7H3JEgJv_cI2fhfxZ5rM9ig1KhVLlFetTU5AQljUvX9NZ6VgfqGycTyXRMPmaAtelUhK2-Ioc-sP9VFeQ&random=4159897373&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647031881&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9cTXxBOVWNpv_U-pnM8U0PPaqcNOzL2_I27vAp7H3JEgJv_cI2fhfxZ5rM9ig1KhVLlFetTU5AQljUvX9NZ6VgfqGycTyXRMPmaAtelUhK2-Ioc-sP9VFeQ&random=4159897373&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 21:30:32 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774647031881&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9cTXxBOVWNpv_U-pnM8U0PPaqcNOzL2_I27vAp7H3JEgJv_cI2fhfxZ5rM9ig1KhVLlFetTU5AQljUvX9NZ6VgfqGycTyXRMPmaAtelUhK2-Ioc-sP9VFeQ&random=4159897373&rmt_tld=1&ipr=y>
2026-03-27 21:30:33 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774647031881&cv=11&fst=1774645200000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991816~117266400~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=827947773.1774647017&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774646029%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXQAFq6B9cTXxBOVWNpv_U-pnM8U0PPaqcNOzL2_I27vAp7H3JEgJv_cI2fhfxZ5rM9ig1KhVLlFetTU5AQljUvX9NZ6VgfqGycTyXRMPmaAtelUhK2-Ioc-sP9VFeQ&random=4159897373&rmt_tld=0&ipr=y>
2026-03-27 21:30:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-27 21:30:34 [ecarstrade.be] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUkPMf0xTo7T9RIdkXSEgZmQ-5TneJMBMwqiG5L1mbJDc0GhMpL5KFofV6Xh', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808343024, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777239014, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': '04oa5nn3gsg5nmqgkduunvirp5', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774675814, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836163814, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777239014, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': 'd79ad4b3-5d83-4a86-b1dc-f980284047d6', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809207015, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.827052941.1774647016', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774733416, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774647076, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.827947773.1774647017', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782423017, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': '0739cf11-db60-4781-9c17-59e4af6d7d06', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806183017, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '_ga', 'value': 'GA1.1.1614359662.1774647016', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837719017, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A796acea0-e695-4c97-86a8-8fb7554167be%22%2C%22%24device_id%22%3A%22796acea0-e695-4c97-86a8-8fb7554167be%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806183023, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__hstc', 'value': '129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790199023, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'e353d5af0ef8b7725fca2738746fef2d', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790199023, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': -1, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hssc', 'value': '129379155.1.1774647023546', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774648823, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'cc_cookie', 'value': '%7B%22categories%22%3A%5B%22necessary%22%2C%22analytics%22%5D%2C%22revision%22%3A0%2C%22data%22%3Anull%2C%22consentTimestamp%22%3A%222026-03-27T21%3A30%3A23.839Z%22%2C%22consentId%22%3A%22485e034c-aee5-4ed7-aefa-bafaee790696%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T21%3A30%3A23.839Z%22%2C%22expirationTime%22%3A1790371823839%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790371823, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"485e034c-aee5-4ed7-aefa-bafaee790696","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 2524651200, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774647325, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774647017$o1$g1$t1774647031$j46$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837719031, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'zNPhylp02s.nj8idCkNNdyWX6apJA8qg4eMyjVy_ZRk-1774647029-1.0.1.1-ZzlIb._7uK3sTaFabj5NL5weDCPru3AiOuCTVBmXdFq0bz0TMxxGuMTh5ZpS6aaMHBrqWEau6vrwcj44t58SAiqvx.Sp2h3X2.yCSIvpa8U', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774648829, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': '02UPIQy7Dtfpd9u531cz05l1xkJakmOuGr6OS7QaWpU-1774647029774-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-27 21:30:34 [ecarstrade.be] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUkPMf0xTo7T9RIdkXSEgZmQ-5TneJMBMwqiG5L1mbJDc0GhMpL5KFofV6Xh', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': '04oa5nn3gsg5nmqgkduunvirp5', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'gbuuid', 'value': 'd79ad4b3-5d83-4a86-b1dc-f980284047d6', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.827052941.1774647016', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.827947773.1774647017', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'ajs_anonymous_id', 'value': '0739cf11-db60-4781-9c17-59e4af6d7d06', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.1614359662.1774647016', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A796acea0-e695-4c97-86a8-8fb7554167be%22%2C%22%24device_id%22%3A%22796acea0-e695-4c97-86a8-8fb7554167be%22%2C%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%2C%22__mps%22%3A%7B%7D%2C%22__mpso%22%3A%7B%22%24initial_referrer%22%3A%22%24direct%22%2C%22%24initial_referring_domain%22%3A%22%24direct%22%7D%2C%22__mpus%22%3A%7B%7D%2C%22__mpa%22%3A%7B%7D%2C%22__mpu%22%3A%7B%7D%2C%22__mpr%22%3A%5B%5D%2C%22__mpap%22%3A%5B%5D%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.e353d5af0ef8b7725fca2738746fef2d.1774647023546.1774647023546.1774647023546.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'e353d5af0ef8b7725fca2738746fef2d', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774647023546', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'cc_cookie', 'value': '%7B%22categories%22%3A%5B%22necessary%22%2C%22analytics%22%5D%2C%22revision%22%3A0%2C%22data%22%3Anull%2C%22consentTimestamp%22%3A%222026-03-27T21%3A30%3A23.839Z%22%2C%22consentId%22%3A%22485e034c-aee5-4ed7-aefa-bafaee790696%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T21%3A30%3A23.839Z%22%2C%22expirationTime%22%3A1790371823839%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"485e034c-aee5-4ed7-aefa-bafaee790696","acceptType":"all","acceptedCategories":["necessary","analytics"],"rejectedCategories":[]}', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/SESSION_INIT', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774647017$o1$g1$t1774647031$j46$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'zNPhylp02s.nj8idCkNNdyWX6apJA8qg4eMyjVy_ZRk-1774647029-1.0.1.1-ZzlIb._7uK3sTaFabj5NL5weDCPru3AiOuCTVBmXdFq0bz0TMxxGuMTh5ZpS6aaMHBrqWEau6vrwcj44t58SAiqvx.Sp2h3X2.yCSIvpa8U', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': '02UPIQy7Dtfpd9u531cz05l1xkJakmOuGr6OS7QaWpU-1774647029774-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-27 21:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-27 21:30:34 [ecarstrade.be] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-27 21:30:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6906917stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906917stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6906917stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 5661807stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275661807stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 5661807stock: 2
2026-03-27 21:30:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6641568stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276641568stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6641568stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6642494stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276642494stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6642494stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6664136stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276664136stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6664136stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6666900stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666900stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6666900stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6685729stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276685729stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6685729stock: 2
2026-03-27 21:30:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6686133stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276686133stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6686133stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6690601stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276690601stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6690601stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6708816stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276708816stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6708816stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6709582stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276709582stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6709582stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6719179stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719179stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6719179stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6722712stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276722712stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6722712stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6723860stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723860stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6723860stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6764581stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764581stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6764581stock: 2
2026-03-27 21:30:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6764985stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764985stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6764985stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6764996stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764996stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6764996stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6769298stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769298stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6769298stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6769393stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769393stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6769393stock: 0
2026-03-27 21:30:42 [ecarstrade.be] INFO: Found listing with ID: 6784515stock
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784515stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:42 [ecarstrade.be] INFO: Scrape type for 6784515stock: 0
2026-03-27 21:30:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6795176stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276795176stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6795176stock: 0
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6816168stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816168stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6816168stock: 2
2026-03-27 21:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6819880stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819880stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6819880stock: 2
2026-03-27 21:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6821040stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821040stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6821040stock: 2
2026-03-27 21:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6842457stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842457stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6842457stock: 2
2026-03-27 21:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6843749stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843749stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6843749stock: 2
2026-03-27 21:30:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6846412stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846412stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6846412stock: 2
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6847119stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847119stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6847119stock: 2
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6854164stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276854164stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6854164stock: 0
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6855416stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855416stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6855416stock: 2
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6878513stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878513stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6878513stock: 0
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6883181stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883181stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6883181stock: 0
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6886947stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886947stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6886947stock: 0
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6890019stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890019stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6890019stock: 0
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6890677stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890677stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6890677stock: 0
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6890920stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890920stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6890920stock: 0
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6891450stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891450stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6891450stock: 2
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6897903stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897903stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6897903stock: 2
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6906305stock
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906305stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:48 [ecarstrade.be] INFO: Scrape type for 6906305stock: 2
2026-03-27 21:30:48 [ecarstrade.be] INFO: Found listing with ID: 6910287stock
2026-03-27 21:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910287stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:49 [ecarstrade.be] INFO: Scrape type for 6910287stock: 2
2026-03-27 21:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6685729> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:49 [ecarstrade.be] INFO: Extracting details for car 6685729stock
2026-03-27 21:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e7f733b-84f8-5092-bfc1-4d5cf83d9dd0 with identifier: 6685729stock
2026-03-27 21:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e7f733b-84f8-5092-bfc1-4d5cf83d9dd0 with scrape type 2
2026-03-27 21:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e7f733b-84f8-5092-bfc1-4d5cf83d9dd0 with scrape type 2
2026-03-27 21:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e7f733b-84f8-5092-bfc1-4d5cf83d9dd0, identifier: 6685729stock
2026-03-27 21:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e7f733b-84f8-5092-bfc1-4d5cf83d9dd0 with identifier: 6685729stock
2026-03-27 21:30:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:30:49 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e7f733b-84f8-5092-bfc1-4d5cf83d9dd0 with identifier: 6685729stock
2026-03-27 21:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e7f733b-84f8-5092-bfc1-4d5cf83d9dd0 with identifier: 6685729stock to the API
2026-03-27 21:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:30: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 21:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6685729>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '6e7f733b-84f8-5092-bfc1-4d5cf83d9dd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6685729',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 93860,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-08-13',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech 130Hp Eur6 Klima ...',
'transmission': 'manual',
'trim': '1.2 PureTech 130Hp Eur6 Klima ...',
'vin': None,
'year': 2015}
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276685729stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:51 [ecarstrade.be] INFO: Saving data for 6685729stock: {'created_time': 1772611312.248485, 'last_price_update_time': 1774647051.269248}
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6685729stock') HTTP/1.1" 204 0
2026-03-27 21:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764581> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:51 [ecarstrade.be] INFO: Extracting details for car 6764581stock
2026-03-27 21:30:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61148c76-1506-57bd-b272-bc167bc4390e with identifier: 6764581stock
2026-03-27 21:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61148c76-1506-57bd-b272-bc167bc4390e with scrape type 2
2026-03-27 21:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61148c76-1506-57bd-b272-bc167bc4390e with scrape type 2
2026-03-27 21:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61148c76-1506-57bd-b272-bc167bc4390e, identifier: 6764581stock
2026-03-27 21:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61148c76-1506-57bd-b272-bc167bc4390e with identifier: 6764581stock
2026-03-27 21:30:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:30:51 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61148c76-1506-57bd-b272-bc167bc4390e with identifier: 6764581stock
2026-03-27 21:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61148c76-1506-57bd-b272-bc167bc4390e with identifier: 6764581stock to the API
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:30: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 21:30:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6764581>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '61148c76-1506-57bd-b272-bc167bc4390e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6764581',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Corsa',
'odometer': 155255,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-02-13',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa 1.3 CDTi Enjoy Klima ...',
'transmission': 'manual',
'trim': '1.3 CDTi Enjoy Klima ...',
'vin': None,
'year': 2013}
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764581stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:51 [ecarstrade.be] INFO: Saving data for 6764581stock: {'created_time': 1772839748.646112, 'last_price_update_time': 1774647051.945239}
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764581stock') HTTP/1.1" 204 0
2026-03-27 21:30:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/5661807> (referer: https://ecarstrade.com/search?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:53 [ecarstrade.be] INFO: Extracting details for car 5661807stock
2026-03-27 21:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bf4774e-c362-508f-acb9-470f871069d3 with identifier: 5661807stock
2026-03-27 21:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bf4774e-c362-508f-acb9-470f871069d3 with scrape type 2
2026-03-27 21:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bf4774e-c362-508f-acb9-470f871069d3 with scrape type 2
2026-03-27 21:30:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1bf4774e-c362-508f-acb9-470f871069d3, identifier: 5661807stock
2026-03-27 21:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1bf4774e-c362-508f-acb9-470f871069d3 with identifier: 5661807stock
2026-03-27 21:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1bf4774e-c362-508f-acb9-470f871069d3 with identifier: 5661807stock
2026-03-27 21:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1bf4774e-c362-508f-acb9-470f871069d3 with identifier: 5661807stock to the API
2026-03-27 21:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:30:53 [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 21:30:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/5661807>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1bf4774e-c362-508f-acb9-470f871069d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/5661807',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 158093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-02',
'seats_number': 7,
'seller_name': None,
'title': 'Renault Espace 1.6 dCi Intens 7PL Pano LED-Xenon Bose Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.6 dCi Intens 7PL Pano LED-Xenon Bose Navi 1/2 Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-27 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275661807stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:53 [ecarstrade.be] INFO: Saving data for 5661807stock: {'created_time': 1772611706.882399, 'last_price_update_time': 1774647053.772593}
2026-03-27 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='5661807stock') HTTP/1.1" 204 0
2026-03-27 21:30:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6910288stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910288stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6910288stock: 2
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6915596stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915596stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6915596stock: 2
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6915770stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915770stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6915770stock: 0
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6917674stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917674stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6917674stock: 0
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6922141stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922141stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6922141stock: 0
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6928196stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928196stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6928196stock: 2
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6928287stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928287stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6928287stock: 0
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6933343stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933343stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6933343stock: 2
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6939443stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939443stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6939443stock: 0
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6939689stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939689stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:54 [ecarstrade.be] INFO: Scrape type for 6939689stock: 0
2026-03-27 21:30:54 [ecarstrade.be] INFO: Found listing with ID: 6945582stock
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945582stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6945582stock: 2
2026-03-27 21:30:55 [ecarstrade.be] INFO: Found listing with ID: 6945629stock
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945629stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6945629stock: 2
2026-03-27 21:30:55 [ecarstrade.be] INFO: Found listing with ID: 6953550stock
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953550stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6953550stock: 2
2026-03-27 21:30:55 [ecarstrade.be] INFO: Found listing with ID: 6953591stock
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953591stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6953591stock: 2
2026-03-27 21:30:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6842457> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:55 [ecarstrade.be] INFO: Found listing with ID: 6953602stock
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953602stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6953602stock: 2
2026-03-27 21:30:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:55 [ecarstrade.be] INFO: Found listing with ID: 6957434stock
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957434stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6957434stock: 2
2026-03-27 21:30:55 [ecarstrade.be] INFO: Found listing with ID: 6957436stock
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957436stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6957436stock: 2
2026-03-27 21:30:55 [ecarstrade.be] INFO: Found listing with ID: 6957438stock
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957438stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6957438stock: 2
2026-03-27 21:30:55 [ecarstrade.be] INFO: Found listing with ID: 6960191stock
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960191stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6960191stock: 2
2026-03-27 21:30:55 [ecarstrade.be] INFO: Found listing with ID: 6960259stock
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960259stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Scrape type for 6960259stock: 0
2026-03-27 21:30:55 [ecarstrade.be] INFO: Extracting details for car 6842457stock
2026-03-27 21:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fb68997-4c47-598e-a78c-29d07f0548a9 with identifier: 6842457stock
2026-03-27 21:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fb68997-4c47-598e-a78c-29d07f0548a9 with scrape type 2
2026-03-27 21:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fb68997-4c47-598e-a78c-29d07f0548a9 with scrape type 2
2026-03-27 21:30:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fb68997-4c47-598e-a78c-29d07f0548a9, identifier: 6842457stock
2026-03-27 21:30:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fb68997-4c47-598e-a78c-29d07f0548a9 with identifier: 6842457stock
2026-03-27 21:30:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:30:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fb68997-4c47-598e-a78c-29d07f0548a9 with identifier: 6842457stock
2026-03-27 21:30:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fb68997-4c47-598e-a78c-29d07f0548a9 with identifier: 6842457stock to the API
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:30:55 [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 21:30:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6842457>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '0fb68997-4c47-598e-a78c-29d07f0548a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6842457',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC40',
'odometer': 123276,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 1.5 T2 Inscription Aut. LED-Xenon Virtual Crystal ACC '
'Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 T2 Inscription Aut. LED-Xenon Virtual Crystal ACC Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842457stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:55 [ecarstrade.be] INFO: Saving data for 6842457stock: {'created_time': 1772611503.513509, 'last_price_update_time': 1774647055.696477}
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6842457stock') HTTP/1.1" 204 0
2026-03-27 21:30:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6821040> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:55 [ecarstrade.be] INFO: Extracting details for car 6821040stock
2026-03-27 21:30:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce2ae01d-25eb-5777-9d09-6a7818bfc18c with identifier: 6821040stock
2026-03-27 21:30:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce2ae01d-25eb-5777-9d09-6a7818bfc18c with scrape type 2
2026-03-27 21:30:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce2ae01d-25eb-5777-9d09-6a7818bfc18c with scrape type 2
2026-03-27 21:30:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce2ae01d-25eb-5777-9d09-6a7818bfc18c, identifier: 6821040stock
2026-03-27 21:30:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce2ae01d-25eb-5777-9d09-6a7818bfc18c with identifier: 6821040stock
2026-03-27 21:30:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:30:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce2ae01d-25eb-5777-9d09-6a7818bfc18c with identifier: 6821040stock
2026-03-27 21:30:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce2ae01d-25eb-5777-9d09-6a7818bfc18c with identifier: 6821040stock to the API
2026-03-27 21:30:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:30:56 [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 21:30:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6821040>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ce2ae01d-25eb-5777-9d09-6a7818bfc18c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6821040',
'listing': 'auction',
'location': 'France - "INGRANDES"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 124834,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-23',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 T8 Plug-In Hybrid Inscription AWD 7PL Aut. LED-Xenon '
'Virtual ACC Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 T8 Plug-In Hybrid Inscription AWD 7PL Aut. LED-Xenon Virtual ACC '
'Navi Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821040stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:56 [ecarstrade.be] INFO: Saving data for 6821040stock: {'created_time': 1773671883.375323, 'last_price_update_time': 1774647056.393869}
2026-03-27 21:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6821040stock') HTTP/1.1" 204 0
2026-03-27 21:30:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6819880> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:57 [ecarstrade.be] INFO: Extracting details for car 6819880stock
2026-03-27 21:30:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14a288df-2f0c-5b59-a1b0-64b1f27a199d with identifier: 6819880stock
2026-03-27 21:30:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14a288df-2f0c-5b59-a1b0-64b1f27a199d with scrape type 2
2026-03-27 21:30:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14a288df-2f0c-5b59-a1b0-64b1f27a199d with scrape type 2
2026-03-27 21:30:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14a288df-2f0c-5b59-a1b0-64b1f27a199d, identifier: 6819880stock
2026-03-27 21:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14a288df-2f0c-5b59-a1b0-64b1f27a199d with identifier: 6819880stock
2026-03-27 21:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14a288df-2f0c-5b59-a1b0-64b1f27a199d with identifier: 6819880stock
2026-03-27 21:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14a288df-2f0c-5b59-a1b0-64b1f27a199d with identifier: 6819880stock to the API
2026-03-27 21:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:30: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-03-27 21:30:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6819880>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '14a288df-2f0c-5b59-a1b0-64b1f27a199d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6819880',
'listing': 'auction',
'location': 'France - "AUNAY SOUS AUNEAU"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 121070,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-18',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 CRDI Mild-Hybrid Aut. LED Virtual Navi Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 CRDI Mild-Hybrid Aut. LED Virtual Navi Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819880stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:57 [ecarstrade.be] INFO: Saving data for 6819880stock: {'created_time': 1772611587.424344, 'last_price_update_time': 1774647057.728466}
2026-03-27 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6819880stock') HTTP/1.1" 204 0
2026-03-27 21:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6846412> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:58 [ecarstrade.be] INFO: Extracting details for car 6846412stock
2026-03-27 21:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d122390e-8f8b-5431-a948-9beff90b2248 with identifier: 6846412stock
2026-03-27 21:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d122390e-8f8b-5431-a948-9beff90b2248 with scrape type 2
2026-03-27 21:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d122390e-8f8b-5431-a948-9beff90b2248 with scrape type 2
2026-03-27 21:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d122390e-8f8b-5431-a948-9beff90b2248, identifier: 6846412stock
2026-03-27 21:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d122390e-8f8b-5431-a948-9beff90b2248 with identifier: 6846412stock
2026-03-27 21:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d122390e-8f8b-5431-a948-9beff90b2248 with identifier: 6846412stock
2026-03-27 21:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d122390e-8f8b-5431-a948-9beff90b2248 with identifier: 6846412stock to the API
2026-03-27 21:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:30: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-03-27 21:30:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6846412>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd122390e-8f8b-5431-a948-9beff90b2248',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6846412',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLS 220',
'odometer': 59383,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-26',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLS 220d Facelift AMG Aut. Pano LED-Xenon Widescreen '
'Burmester Ambient Navi Sport-Leather KeylessGo Camera 360 Klima PDC '
'...',
'transmission': 'automatic',
'trim': 'd Facelift AMG Aut. Pano LED-Xenon Widescreen Burmester Ambient Navi '
'Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846412stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:58 [ecarstrade.be] INFO: Saving data for 6846412stock: {'created_time': 1772611629.606766, 'last_price_update_time': 1774647058.680493}
2026-03-27 21:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6846412stock') HTTP/1.1" 204 0
2026-03-27 21:30:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843749> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:30:58 [ecarstrade.be] INFO: Extracting details for car 6843749stock
2026-03-27 21:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9fa4f67-1f1e-5c46-b45e-eea67f9d31a9 with identifier: 6843749stock
2026-03-27 21:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9fa4f67-1f1e-5c46-b45e-eea67f9d31a9 with scrape type 2
2026-03-27 21:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9fa4f67-1f1e-5c46-b45e-eea67f9d31a9 with scrape type 2
2026-03-27 21:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9fa4f67-1f1e-5c46-b45e-eea67f9d31a9, identifier: 6843749stock
2026-03-27 21:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9fa4f67-1f1e-5c46-b45e-eea67f9d31a9 with identifier: 6843749stock
2026-03-27 21:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9fa4f67-1f1e-5c46-b45e-eea67f9d31a9 with identifier: 6843749stock
2026-03-27 21:30:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9fa4f67-1f1e-5c46-b45e-eea67f9d31a9 with identifier: 6843749stock to the API
2026-03-27 21:30:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:30:59 [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 21:30:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843749>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b9fa4f67-1f1e-5c46-b45e-eea67f9d31a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843749',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 96964,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-07',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 Facelift 1.5 T4 Plug-In Hybrid Aut. LED-Xenon Virtual '
'Harman/Kardon ACC Navi Sport-Seats KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Facelift 1.5 T4 Plug-In Hybrid Aut. LED-Xenon Virtual Harman/Kardon '
'ACC Navi Sport-Seats KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843749stock%27 HTTP/1.1" 200 None
2026-03-27 21:30:59 [ecarstrade.be] INFO: Saving data for 6843749stock: {'created_time': 1772611469.491331, 'last_price_update_time': 1774647059.215542}
2026-03-27 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:30:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843749stock') HTTP/1.1" 204 0
2026-03-27 21:30:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6847119> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:30:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:00 [ecarstrade.be] INFO: Extracting details for car 6847119stock
2026-03-27 21:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec5edffa-c5dd-5bc1-9ab6-ef9f4f1af03f with identifier: 6847119stock
2026-03-27 21:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec5edffa-c5dd-5bc1-9ab6-ef9f4f1af03f with scrape type 2
2026-03-27 21:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec5edffa-c5dd-5bc1-9ab6-ef9f4f1af03f with scrape type 2
2026-03-27 21:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec5edffa-c5dd-5bc1-9ab6-ef9f4f1af03f, identifier: 6847119stock
2026-03-27 21:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec5edffa-c5dd-5bc1-9ab6-ef9f4f1af03f with identifier: 6847119stock
2026-03-27 21:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec5edffa-c5dd-5bc1-9ab6-ef9f4f1af03f with identifier: 6847119stock
2026-03-27 21:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec5edffa-c5dd-5bc1-9ab6-ef9f4f1af03f with identifier: 6847119stock to the API
2026-03-27 21:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:00 [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 21:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6847119>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ec5edffa-c5dd-5bc1-9ab6-ef9f4f1af03f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6847119',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 117442,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-20',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC60 2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano '
'LED-Xenon Virtual ACC Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano LED-Xenon Virtual '
'ACC Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847119stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:00 [ecarstrade.be] INFO: Saving data for 6847119stock: {'created_time': 1772611467.959405, 'last_price_update_time': 1774647060.457731}
2026-03-27 21:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6847119stock') HTTP/1.1" 204 0
2026-03-27 21:31:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6816168> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:00 [ecarstrade.be] INFO: Extracting details for car 6816168stock
2026-03-27 21:31:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1fb2e2c-1e32-5412-8b82-37959564d917 with identifier: 6816168stock
2026-03-27 21:31:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1fb2e2c-1e32-5412-8b82-37959564d917 with scrape type 2
2026-03-27 21:31:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1fb2e2c-1e32-5412-8b82-37959564d917 with scrape type 2
2026-03-27 21:31:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1fb2e2c-1e32-5412-8b82-37959564d917, identifier: 6816168stock
2026-03-27 21:31:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1fb2e2c-1e32-5412-8b82-37959564d917 with identifier: 6816168stock
2026-03-27 21:31:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1fb2e2c-1e32-5412-8b82-37959564d917 with identifier: 6816168stock
2026-03-27 21:31:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1fb2e2c-1e32-5412-8b82-37959564d917 with identifier: 6816168stock to the API
2026-03-27 21:31:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:00 [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 21:31:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6816168>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c1fb2e2c-1e32-5412-8b82-37959564d917',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6816168',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Jaguar F-Pace',
'odometer': 130940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Jaguar F-Pace 20d R-Sport AWD Aut. Pano LED-Xenon Navi '
'Comfort-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '20d R-Sport AWD Aut. Pano LED-Xenon Navi Comfort-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-27 21:31:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816168stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:01 [ecarstrade.be] INFO: Saving data for 6816168stock: {'created_time': 1772839809.549658, 'last_price_update_time': 1774647061.002837}
2026-03-27 21:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6816168stock') HTTP/1.1" 204 0
2026-03-27 21:31:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6891450> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:02 [ecarstrade.be] INFO: Extracting details for car 6891450stock
2026-03-27 21:31:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38787b9e-4f34-570e-ac0d-9b5e8aee3793 with identifier: 6891450stock
2026-03-27 21:31:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38787b9e-4f34-570e-ac0d-9b5e8aee3793 with scrape type 2
2026-03-27 21:31:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38787b9e-4f34-570e-ac0d-9b5e8aee3793 with scrape type 2
2026-03-27 21:31:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38787b9e-4f34-570e-ac0d-9b5e8aee3793, identifier: 6891450stock
2026-03-27 21:31:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38787b9e-4f34-570e-ac0d-9b5e8aee3793 with identifier: 6891450stock
2026-03-27 21:31:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38787b9e-4f34-570e-ac0d-9b5e8aee3793 with identifier: 6891450stock
2026-03-27 21:31:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38787b9e-4f34-570e-ac0d-9b5e8aee3793 with identifier: 6891450stock to the API
2026-03-27 21:31:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:03 [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 21:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6891450>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '38787b9e-4f34-570e-ac0d-9b5e8aee3793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6891450',
'listing': 'auction',
'location': 'France - "INGRANDES"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 151934,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC60 2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano '
'LED-Xenon Virtual ACC Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano LED-Xenon Virtual '
'ACC Navi Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891450stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:03 [ecarstrade.be] INFO: Saving data for 6891450stock: {'created_time': 1772611794.748986, 'last_price_update_time': 1774647063.206928}
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6891450stock') HTTP/1.1" 204 0
2026-03-27 21:31:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855416> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6897903> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:03 [ecarstrade.be] INFO: Extracting details for car 6855416stock
2026-03-27 21:31:03 [ecarstrade.be] INFO: Extracting details for car 6897903stock
2026-03-27 21:31:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 207b9024-2d3b-55cd-a833-9a24bfa9d384 with identifier: 6855416stock
2026-03-27 21:31:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 207b9024-2d3b-55cd-a833-9a24bfa9d384 with scrape type 2
2026-03-27 21:31:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 207b9024-2d3b-55cd-a833-9a24bfa9d384 with scrape type 2
2026-03-27 21:31:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 207b9024-2d3b-55cd-a833-9a24bfa9d384, identifier: 6855416stock
2026-03-27 21:31:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8c05b80-ab9a-5114-8fb3-7113ade045a3 with identifier: 6897903stock
2026-03-27 21:31:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8c05b80-ab9a-5114-8fb3-7113ade045a3 with scrape type 2
2026-03-27 21:31:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8c05b80-ab9a-5114-8fb3-7113ade045a3 with scrape type 2
2026-03-27 21:31:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8c05b80-ab9a-5114-8fb3-7113ade045a3, identifier: 6897903stock
2026-03-27 21:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 207b9024-2d3b-55cd-a833-9a24bfa9d384 with identifier: 6855416stock
2026-03-27 21:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 207b9024-2d3b-55cd-a833-9a24bfa9d384 with identifier: 6855416stock
2026-03-27 21:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 207b9024-2d3b-55cd-a833-9a24bfa9d384 with identifier: 6855416stock to the API
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:03 [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 21:31:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855416>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '207b9024-2d3b-55cd-a833-9a24bfa9d384',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855416',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 160026,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-29',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180 Aut. LED-Xenon Navi Sport-Leather Klima PDC ...',
'transmission': 'automatic',
'trim': 'Aut. LED-Xenon Navi Sport-Leather Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855416stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:03 [ecarstrade.be] INFO: Saving data for 6855416stock: {'created_time': 1772611808.877304, 'last_price_update_time': 1774647063.845476}
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855416stock') HTTP/1.1" 204 0
2026-03-27 21:31:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8c05b80-ab9a-5114-8fb3-7113ade045a3 with identifier: 6897903stock
2026-03-27 21:31:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8c05b80-ab9a-5114-8fb3-7113ade045a3 with identifier: 6897903stock
2026-03-27 21:31:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8c05b80-ab9a-5114-8fb3-7113ade045a3 with identifier: 6897903stock to the API
2026-03-27 21:31:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:04 [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 21:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6897903>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a8c05b80-ab9a-5114-8fb3-7113ade045a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6897903',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'GLC 200',
'odometer': 103572,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLC 200d Progressive Aut. Pano LED-Xenon Widescreen Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Progressive Aut. Pano LED-Xenon Widescreen Navi Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897903stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:04 [ecarstrade.be] INFO: Saving data for 6897903stock: {'created_time': 1772673673.041721, 'last_price_update_time': 1774647064.194557}
2026-03-27 21:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6897903stock') HTTP/1.1" 204 0
2026-03-27 21:31:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906305> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:04 [ecarstrade.be] INFO: Extracting details for car 6906305stock
2026-03-27 21:31:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2c630d0-6db0-524e-8f1c-c1706bcf9613 with identifier: 6906305stock
2026-03-27 21:31:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2c630d0-6db0-524e-8f1c-c1706bcf9613 with scrape type 2
2026-03-27 21:31:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2c630d0-6db0-524e-8f1c-c1706bcf9613 with scrape type 2
2026-03-27 21:31:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2c630d0-6db0-524e-8f1c-c1706bcf9613, identifier: 6906305stock
2026-03-27 21:31:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2c630d0-6db0-524e-8f1c-c1706bcf9613 with identifier: 6906305stock
2026-03-27 21:31:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2c630d0-6db0-524e-8f1c-c1706bcf9613 with identifier: 6906305stock
2026-03-27 21:31:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2c630d0-6db0-524e-8f1c-c1706bcf9613 with identifier: 6906305stock to the API
2026-03-27 21:31:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:04 [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 21:31:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6906305>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f2c630d0-6db0-524e-8f1c-c1706bcf9613',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6906305',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 79072,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-04',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 200d Aut. LED-Xenon Navi-Pro Sport-Seats KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Aut. LED-Xenon Navi-Pro Sport-Seats KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906305stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:04 [ecarstrade.be] INFO: Saving data for 6906305stock: {'created_time': 1772673734.29435, 'last_price_update_time': 1774647064.757449}
2026-03-27 21:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906305stock') HTTP/1.1" 204 0
2026-03-27 21:31:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6910287> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:05 [ecarstrade.be] INFO: Extracting details for car 6910287stock
2026-03-27 21:31:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b6f840f-3bb0-5650-84b7-cb67dee5f30e with identifier: 6910287stock
2026-03-27 21:31:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b6f840f-3bb0-5650-84b7-cb67dee5f30e with scrape type 2
2026-03-27 21:31:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b6f840f-3bb0-5650-84b7-cb67dee5f30e with scrape type 2
2026-03-27 21:31:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b6f840f-3bb0-5650-84b7-cb67dee5f30e, identifier: 6910287stock
2026-03-27 21:31:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b6f840f-3bb0-5650-84b7-cb67dee5f30e with identifier: 6910287stock
2026-03-27 21:31:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:31:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b6f840f-3bb0-5650-84b7-cb67dee5f30e with identifier: 6910287stock
2026-03-27 21:31:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b6f840f-3bb0-5650-84b7-cb67dee5f30e with identifier: 6910287stock to the API
2026-03-27 21:31:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:05 [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 21:31:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6910287>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8b6f840f-3bb0-5650-84b7-cb67dee5f30e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6910287',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 67996,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-04',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 250e Plug-In Hybrid Aut. Pano LED-MultiBeam Widescreen '
'Navi 1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. Pano LED-MultiBeam Widescreen Navi 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910287stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:05 [ecarstrade.be] INFO: Saving data for 6910287stock: {'created_time': 1772673670.637667, 'last_price_update_time': 1774647065.679585}
2026-03-27 21:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6910287stock') HTTP/1.1" 204 0
2026-03-27 21:31:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6960670stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960670stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6960670stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6962711stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962711stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6962711stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6962713stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962713stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6962713stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6962714stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962714stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6962714stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6962716stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962716stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6962716stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6963226stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963226stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6963226stock: 2
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6908964stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908964stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6908964stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6937847stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937847stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6937847stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6939652stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939652stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6939652stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6940210stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940210stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6940210stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941363stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941363stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6941363stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941452stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941452stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6941452stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941565stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941565stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6941565stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941593stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941593stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6941593stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941759stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941759stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6941759stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6941847stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941847stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6941847stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6948713stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948713stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6948713stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6948720stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948720stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6948720stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6950867stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950867stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6950867stock: 0
2026-03-27 21:31:06 [ecarstrade.be] INFO: Found listing with ID: 6956822stock
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956822stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:06 [ecarstrade.be] INFO: Scrape type for 6956822stock: 0
2026-03-27 21:31:06 [scrapy.extensions.logstats] INFO: Crawled 20 pages (at 20 pages/min), scraped 15 items (at 15 items/min)
2026-03-27 21:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 231MiB
2026-03-27 21:31:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915596> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:08 [ecarstrade.be] INFO: Extracting details for car 6915596stock
2026-03-27 21:31:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a5d3265-ffc6-582a-adc5-148dcd23f4b4 with identifier: 6915596stock
2026-03-27 21:31:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a5d3265-ffc6-582a-adc5-148dcd23f4b4 with scrape type 2
2026-03-27 21:31:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a5d3265-ffc6-582a-adc5-148dcd23f4b4 with scrape type 2
2026-03-27 21:31:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a5d3265-ffc6-582a-adc5-148dcd23f4b4, identifier: 6915596stock
2026-03-27 21:31:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a5d3265-ffc6-582a-adc5-148dcd23f4b4 with identifier: 6915596stock
2026-03-27 21:31:08 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:31:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a5d3265-ffc6-582a-adc5-148dcd23f4b4 with identifier: 6915596stock
2026-03-27 21:31:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a5d3265-ffc6-582a-adc5-148dcd23f4b4 with identifier: 6915596stock to the API
2026-03-27 21:31:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:08 [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 21:31:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915596>
{'auction_title': '',
'c_o_2_emission_value': 51,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Hybrid (diesel / electric)',
'id': '1a5d3265-ffc6-582a-adc5-148dcd23f4b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915596',
'listing': 'auction',
'location': 'France - "Saint Ouen LAumône"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 35048,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-23',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLC 300de Coupe Plug-In Hybrid AMG Night 4Matic Aut. Pano '
'LED-Xenon Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'de Coupe Plug-In Hybrid AMG Night 4Matic Aut. Pano LED-Xenon Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:31:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915596stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:09 [ecarstrade.be] INFO: Saving data for 6915596stock: {'created_time': 1773180971.610249, 'last_price_update_time': 1774647069.005924}
2026-03-27 21:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915596stock') HTTP/1.1" 204 0
2026-03-27 21:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928196> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:10 [ecarstrade.be] INFO: Extracting details for car 6928196stock
2026-03-27 21:31:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86a80681-a05c-5b46-8be7-b049032eafa3 with identifier: 6928196stock
2026-03-27 21:31:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86a80681-a05c-5b46-8be7-b049032eafa3 with scrape type 2
2026-03-27 21:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86a80681-a05c-5b46-8be7-b049032eafa3 with scrape type 2
2026-03-27 21:31:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86a80681-a05c-5b46-8be7-b049032eafa3, identifier: 6928196stock
2026-03-27 21:31:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86a80681-a05c-5b46-8be7-b049032eafa3 with identifier: 6928196stock
2026-03-27 21:31:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86a80681-a05c-5b46-8be7-b049032eafa3 with identifier: 6928196stock
2026-03-27 21:31:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86a80681-a05c-5b46-8be7-b049032eafa3 with identifier: 6928196stock to the API
2026-03-27 21:31:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:10 [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 21:31:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928196>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '86a80681-a05c-5b46-8be7-b049032eafa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928196',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 124685,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d Limo AMG Night LED-Xenon Widescreen Ambient Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'd Limo AMG Night LED-Xenon Widescreen Ambient Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928196stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:10 [ecarstrade.be] INFO: Saving data for 6928196stock: {'created_time': 1773180979.75863, 'last_price_update_time': 1774647070.688515}
2026-03-27 21:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928196stock') HTTP/1.1" 204 0
2026-03-27 21:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6953591> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:10 [ecarstrade.be] INFO: Extracting details for car 6953591stock
2026-03-27 21:31:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6910288> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a6ddd9-197e-598b-b3bf-f97911d988d3 with identifier: 6953591stock
2026-03-27 21:31:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a6ddd9-197e-598b-b3bf-f97911d988d3 with scrape type 2
2026-03-27 21:31:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a6ddd9-197e-598b-b3bf-f97911d988d3 with scrape type 2
2026-03-27 21:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4a6ddd9-197e-598b-b3bf-f97911d988d3, identifier: 6953591stock
2026-03-27 21:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4a6ddd9-197e-598b-b3bf-f97911d988d3 with identifier: 6953591stock
2026-03-27 21:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4a6ddd9-197e-598b-b3bf-f97911d988d3 with identifier: 6953591stock
2026-03-27 21:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4a6ddd9-197e-598b-b3bf-f97911d988d3 with identifier: 6953591stock to the API
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:11 [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 21:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6953591>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'd4a6ddd9-197e-598b-b3bf-f97911d988d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6953591',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 72076,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 SpaceTourer 1.2 PureTech Feel 7PL Virtual Navi '
'Klima PDC …',
'transmission': 'manual',
'trim': 'Citroen Grand C4 SpaceTourer 1.2 PureTech Feel 7PL Virtual Navi '
'Klima PDC …',
'vin': None,
'year': 2021}
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953591stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:11 [ecarstrade.be] INFO: Saving data for 6953591stock: {'created_time': 1773956088.456723, 'last_price_update_time': 1774647071.356881}
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6953591stock') HTTP/1.1" 204 0
2026-03-27 21:31:11 [ecarstrade.be] INFO: Extracting details for car 6910288stock
2026-03-27 21:31:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f955bf95-2fa8-5bd7-a98c-c6e7a0d6f1f3 with identifier: 6910288stock
2026-03-27 21:31:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f955bf95-2fa8-5bd7-a98c-c6e7a0d6f1f3 with scrape type 2
2026-03-27 21:31:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f955bf95-2fa8-5bd7-a98c-c6e7a0d6f1f3 with scrape type 2
2026-03-27 21:31:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f955bf95-2fa8-5bd7-a98c-c6e7a0d6f1f3, identifier: 6910288stock
2026-03-27 21:31:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f955bf95-2fa8-5bd7-a98c-c6e7a0d6f1f3 with identifier: 6910288stock
2026-03-27 21:31:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f955bf95-2fa8-5bd7-a98c-c6e7a0d6f1f3 with identifier: 6910288stock
2026-03-27 21:31:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f955bf95-2fa8-5bd7-a98c-c6e7a0d6f1f3 with identifier: 6910288stock to the API
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:11 [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 21:31:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6910288>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f955bf95-2fa8-5bd7-a98c-c6e7a0d6f1f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6910288',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 100208,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 200d SB Aut. Pano LED-MultiBeam Widescreen Burmester '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 200d SB Aut. Pano LED-MultiBeam Widescreen Burmester Ambient '
'Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910288stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:11 [ecarstrade.be] INFO: Saving data for 6910288stock: {'created_time': 1772673668.068319, 'last_price_update_time': 1774647071.758769}
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6910288stock') HTTP/1.1" 204 0
2026-03-27 21:31:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957436> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:12 [ecarstrade.be] INFO: Extracting details for car 6957436stock
2026-03-27 21:31:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37147a1b-aeb9-515f-b454-12b7122b37c3 with identifier: 6957436stock
2026-03-27 21:31:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37147a1b-aeb9-515f-b454-12b7122b37c3 with scrape type 2
2026-03-27 21:31:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37147a1b-aeb9-515f-b454-12b7122b37c3 with scrape type 2
2026-03-27 21:31:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37147a1b-aeb9-515f-b454-12b7122b37c3, identifier: 6957436stock
2026-03-27 21:31:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37147a1b-aeb9-515f-b454-12b7122b37c3 with identifier: 6957436stock
2026-03-27 21:31:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37147a1b-aeb9-515f-b454-12b7122b37c3 with identifier: 6957436stock
2026-03-27 21:31:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37147a1b-aeb9-515f-b454-12b7122b37c3 with identifier: 6957436stock to the API
2026-03-27 21:31:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:12 [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 21:31:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6957436>
{'auction_title': '',
'c_o_2_emission_value': 21,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '37147a1b-aeb9-515f-b454-12b7122b37c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6957436',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 45615,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 250e Facelift Limo Plug-In Hybrid Aut. LED Widescreen '
'Navi 1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Facelift Limo Plug-In Hybrid Aut. LED Widescreen Navi 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 21:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957436stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:12 [ecarstrade.be] INFO: Saving data for 6957436stock: {'created_time': 1773672404.733711, 'last_price_update_time': 1774647072.517478}
2026-03-27 21:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957436stock') HTTP/1.1" 204 0
2026-03-27 21:31:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957434> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:13 [ecarstrade.be] INFO: Extracting details for car 6957434stock
2026-03-27 21:31:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5da6b6ad-ce68-5ac4-b9e0-2a7940ff6d83 with identifier: 6957434stock
2026-03-27 21:31:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5da6b6ad-ce68-5ac4-b9e0-2a7940ff6d83 with scrape type 2
2026-03-27 21:31:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5da6b6ad-ce68-5ac4-b9e0-2a7940ff6d83 with scrape type 2
2026-03-27 21:31:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5da6b6ad-ce68-5ac4-b9e0-2a7940ff6d83, identifier: 6957434stock
2026-03-27 21:31:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5da6b6ad-ce68-5ac4-b9e0-2a7940ff6d83 with identifier: 6957434stock
2026-03-27 21:31:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5da6b6ad-ce68-5ac4-b9e0-2a7940ff6d83 with identifier: 6957434stock
2026-03-27 21:31:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5da6b6ad-ce68-5ac4-b9e0-2a7940ff6d83 with identifier: 6957434stock to the API
2026-03-27 21:31:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:13 [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 21:31:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6957434>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5da6b6ad-ce68-5ac4-b9e0-2a7940ff6d83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6957434',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 66302,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d LED-Xenon Widescreen Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon Widescreen Navi 1/2 Sport-Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957434stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:13 [ecarstrade.be] INFO: Saving data for 6957434stock: {'created_time': 1773672275.858505, 'last_price_update_time': 1774647073.472116}
2026-03-27 21:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957434stock') HTTP/1.1" 204 0
2026-03-27 21:31:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6953602> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:15 [ecarstrade.be] INFO: Extracting details for car 6953602stock
2026-03-27 21:31:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bedd7628-33c3-5480-9bad-96e620905420 with identifier: 6953602stock
2026-03-27 21:31:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bedd7628-33c3-5480-9bad-96e620905420 with scrape type 2
2026-03-27 21:31:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bedd7628-33c3-5480-9bad-96e620905420 with scrape type 2
2026-03-27 21:31:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bedd7628-33c3-5480-9bad-96e620905420, identifier: 6953602stock
2026-03-27 21:31:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bedd7628-33c3-5480-9bad-96e620905420 with identifier: 6953602stock
2026-03-27 21:31:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bedd7628-33c3-5480-9bad-96e620905420 with identifier: 6953602stock
2026-03-27 21:31:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bedd7628-33c3-5480-9bad-96e620905420 with identifier: 6953602stock to the API
2026-03-27 21:31:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:15 [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 21:31:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6953602>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bedd7628-33c3-5480-9bad-96e620905420',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6953602',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 169332,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-03',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 250e Plug-In Hybrid Aut. LED-Xenon Widescreen Ambient '
'Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-Xenon Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953602stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:16 [ecarstrade.be] INFO: Saving data for 6953602stock: {'created_time': 1773956089.423693, 'last_price_update_time': 1774647076.047322}
2026-03-27 21:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6953602stock') HTTP/1.1" 204 0
2026-03-27 21:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6953550> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:17 [ecarstrade.be] INFO: Extracting details for car 6953550stock
2026-03-27 21:31:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bd08e1b-50a6-54f9-8d8a-bcf53d49ddac with identifier: 6953550stock
2026-03-27 21:31:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bd08e1b-50a6-54f9-8d8a-bcf53d49ddac with scrape type 2
2026-03-27 21:31:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bd08e1b-50a6-54f9-8d8a-bcf53d49ddac with scrape type 2
2026-03-27 21:31:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9bd08e1b-50a6-54f9-8d8a-bcf53d49ddac, identifier: 6953550stock
2026-03-27 21:31:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9bd08e1b-50a6-54f9-8d8a-bcf53d49ddac with identifier: 6953550stock
2026-03-27 21:31:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9bd08e1b-50a6-54f9-8d8a-bcf53d49ddac with identifier: 6953550stock
2026-03-27 21:31:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9bd08e1b-50a6-54f9-8d8a-bcf53d49ddac with identifier: 6953550stock to the API
2026-03-27 21:31:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:17 [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 21:31:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6953550>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9bd08e1b-50a6-54f9-8d8a-bcf53d49ddac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6953550',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q3',
'odometer': 81571,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSIe Plug-In Hybrid S-Line Ext. Aut. LED Virtual '
'Navi Klima ...',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSIe Plug-In Hybrid S-Line Ext. Aut. LED Virtual Navi '
'Klima ...',
'vin': None,
'year': 2023}
2026-03-27 21:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953550stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:17 [ecarstrade.be] INFO: Saving data for 6953550stock: {'created_time': 1773956086.535132, 'last_price_update_time': 1774647077.913657}
2026-03-27 21:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6953550stock') HTTP/1.1" 204 0
2026-03-27 21:31:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6945582> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:18 [ecarstrade.be] INFO: Extracting details for car 6945582stock
2026-03-27 21:31:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e0eedb5-0066-5618-b59f-8f29436c1bf8 with identifier: 6945582stock
2026-03-27 21:31:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e0eedb5-0066-5618-b59f-8f29436c1bf8 with scrape type 2
2026-03-27 21:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e0eedb5-0066-5618-b59f-8f29436c1bf8 with scrape type 2
2026-03-27 21:31:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e0eedb5-0066-5618-b59f-8f29436c1bf8, identifier: 6945582stock
2026-03-27 21:31:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e0eedb5-0066-5618-b59f-8f29436c1bf8 with identifier: 6945582stock
2026-03-27 21:31:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e0eedb5-0066-5618-b59f-8f29436c1bf8 with identifier: 6945582stock
2026-03-27 21:31:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e0eedb5-0066-5618-b59f-8f29436c1bf8 with identifier: 6945582stock to the API
2026-03-27 21:31:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:18 [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 21:31:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6945582>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9e0eedb5-0066-5618-b59f-8f29436c1bf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6945582',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'Q3',
'odometer': 117057,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSIe Plug-In Hybrid Aut. LED Virtual Navi Leather '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSIe Plug-In Hybrid Aut. LED Virtual Navi Leather '
'Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945582stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:18 [ecarstrade.be] INFO: Saving data for 6945582stock: {'created_time': 1773956062.410681, 'last_price_update_time': 1774647078.488148}
2026-03-27 21:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6945582stock') HTTP/1.1" 204 0
2026-03-27 21:31:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6945629> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:18 [ecarstrade.be] INFO: Extracting details for car 6945629stock
2026-03-27 21:31:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07f0c411-6174-5b23-b2e9-7054f1fc1a7c with identifier: 6945629stock
2026-03-27 21:31:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07f0c411-6174-5b23-b2e9-7054f1fc1a7c with scrape type 2
2026-03-27 21:31:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07f0c411-6174-5b23-b2e9-7054f1fc1a7c with scrape type 2
2026-03-27 21:31:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07f0c411-6174-5b23-b2e9-7054f1fc1a7c, identifier: 6945629stock
2026-03-27 21:31:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07f0c411-6174-5b23-b2e9-7054f1fc1a7c with identifier: 6945629stock
2026-03-27 21:31:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:31:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:31:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07f0c411-6174-5b23-b2e9-7054f1fc1a7c with identifier: 6945629stock
2026-03-27 21:31:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07f0c411-6174-5b23-b2e9-7054f1fc1a7c with identifier: 6945629stock to the API
2026-03-27 21:31:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:19 [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 21:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6945629>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '07f0c411-6174-5b23-b2e9-7054f1fc1a7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6945629',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 151581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-10',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes EQA 250 AMG Night Aut. Pano LED-Xenon Widescreen Ambient '
'Burmester Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera 360 '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '250 AMG Night Aut. Pano LED-Xenon Widescreen Ambient Burmester Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945629stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:19 [ecarstrade.be] INFO: Saving data for 6945629stock: {'created_time': 1773452112.325974, 'last_price_update_time': 1774647079.192082}
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6945629stock') HTTP/1.1" 204 0
2026-03-27 21:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933343> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:19 [ecarstrade.be] INFO: Extracting details for car 6933343stock
2026-03-27 21:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c032314-6e74-5014-ba16-8ba64fe06dcb with identifier: 6933343stock
2026-03-27 21:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c032314-6e74-5014-ba16-8ba64fe06dcb with scrape type 2
2026-03-27 21:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c032314-6e74-5014-ba16-8ba64fe06dcb with scrape type 2
2026-03-27 21:31:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c032314-6e74-5014-ba16-8ba64fe06dcb, identifier: 6933343stock
2026-03-27 21:31:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c032314-6e74-5014-ba16-8ba64fe06dcb with identifier: 6933343stock
2026-03-27 21:31:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c032314-6e74-5014-ba16-8ba64fe06dcb with identifier: 6933343stock
2026-03-27 21:31:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c032314-6e74-5014-ba16-8ba64fe06dcb with identifier: 6933343stock to the API
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:19 [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 21:31:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933343>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3c032314-6e74-5014-ba16-8ba64fe06dcb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933343',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC60',
'odometer': 138884,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-19',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC60 2.0 T6 Plug-In Hybrid Plus Bright 4WD Aut. Pano '
'LED-Xenon Virtual ACC Crystal Navi Sport-Leather KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 T6 Plug-In Hybrid Plus Bright 4WD Aut. Pano LED-Xenon Virtual '
'ACC Crystal Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933343stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:19 [ecarstrade.be] INFO: Saving data for 6933343stock: {'created_time': 1773452071.65763, 'last_price_update_time': 1774647079.901677}
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933343stock') HTTP/1.1" 204 0
2026-03-27 21:31:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:31:19 [ecarstrade.be] INFO: Found listing with ID: 6961504stock
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961504stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:19 [ecarstrade.be] INFO: Scrape type for 6961504stock: 0
2026-03-27 21:31:19 [ecarstrade.be] INFO: Found listing with ID: 6963854stock
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963854stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:19 [ecarstrade.be] INFO: Scrape type for 6963854stock: 0
2026-03-27 21:31:19 [ecarstrade.be] INFO: Found listing with ID: 6779771stock
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779771stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6779771stock: 0
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6798434stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798434stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6798434stock: 0
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6807786stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807786stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6807786stock: 2
2026-03-27 21:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6812448stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812448stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6812448stock: 2
2026-03-27 21:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6960191> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6812473stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812473stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6812473stock: 2
2026-03-27 21:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6812486stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812486stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6812486stock: 2
2026-03-27 21:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6821529stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821529stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6821529stock: 2
2026-03-27 21:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6826882stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276826882stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6826882stock: 2
2026-03-27 21:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6841360stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841360stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6841360stock: 2
2026-03-27 21:31:20 [ecarstrade.be] INFO: Extracting details for car 6960191stock
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6841368stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841368stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6841368stock: 2
2026-03-27 21:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b3c40dc-cb9e-5425-aeaa-cc5979ddf28b with identifier: 6960191stock
2026-03-27 21:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b3c40dc-cb9e-5425-aeaa-cc5979ddf28b with scrape type 2
2026-03-27 21:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b3c40dc-cb9e-5425-aeaa-cc5979ddf28b with scrape type 2
2026-03-27 21:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b3c40dc-cb9e-5425-aeaa-cc5979ddf28b, identifier: 6960191stock
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6846596stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846596stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6846596stock: 0
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6852962stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852962stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6852962stock: 0
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6853153stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853153stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6853153stock: 0
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6861986stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861986stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6861986stock: 0
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6862936stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862936stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6862936stock: 2
2026-03-27 21:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b3c40dc-cb9e-5425-aeaa-cc5979ddf28b with identifier: 6960191stock
2026-03-27 21:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b3c40dc-cb9e-5425-aeaa-cc5979ddf28b with identifier: 6960191stock
2026-03-27 21:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b3c40dc-cb9e-5425-aeaa-cc5979ddf28b with identifier: 6960191stock to the API
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:20 [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 21:31:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6960191>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4b3c40dc-cb9e-5425-aeaa-cc5979ddf28b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6960191',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 116565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-08',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 200d Luxury Aut. LED-Xenon Widescreen Navi Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Luxury Aut. LED-Xenon Widescreen Navi Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960191stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Saving data for 6960191stock: {'created_time': 1774042662.943415, 'last_price_update_time': 1774647080.709693}
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6960191stock') HTTP/1.1" 204 0
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6869116stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869116stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6869116stock: 2
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6870434stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870434stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6870434stock: 2
2026-03-27 21:31:20 [ecarstrade.be] INFO: Found listing with ID: 6879653stock
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879653stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:20 [ecarstrade.be] INFO: Scrape type for 6879653stock: 0
2026-03-27 21:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963226> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:21 [ecarstrade.be] INFO: Extracting details for car 6963226stock
2026-03-27 21:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 666360bd-e663-51a6-b11c-d23331e1d5f4 with identifier: 6963226stock
2026-03-27 21:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 666360bd-e663-51a6-b11c-d23331e1d5f4 with scrape type 2
2026-03-27 21:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 666360bd-e663-51a6-b11c-d23331e1d5f4 with scrape type 2
2026-03-27 21:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 666360bd-e663-51a6-b11c-d23331e1d5f4, identifier: 6963226stock
2026-03-27 21:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 666360bd-e663-51a6-b11c-d23331e1d5f4 with identifier: 6963226stock
2026-03-27 21:31:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 666360bd-e663-51a6-b11c-d23331e1d5f4 with identifier: 6963226stock
2026-03-27 21:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 666360bd-e663-51a6-b11c-d23331e1d5f4 with identifier: 6963226stock to the API
2026-03-27 21:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:22 [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 21:31:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963226>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '666360bd-e663-51a6-b11c-d23331e1d5f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963226',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 156660,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-11-07',
'seats_number': 2,
'seller_name': None,
'title': 'Renault Kangoo Grand Confort 1.5 DCI Klima PDC ...',
'transmission': 'manual',
'trim': 'Grand Confort 1.5 DCI Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-27 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963226stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:22 [ecarstrade.be] INFO: Saving data for 6963226stock: {'created_time': 1773956164.654566, 'last_price_update_time': 1774647082.408864}
2026-03-27 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963226stock') HTTP/1.1" 204 0
2026-03-27 21:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6881269stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276881269stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6881269stock: 2
2026-03-27 21:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812473> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6882775stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882775stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6882775stock: 0
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6885897stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885897stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6885897stock: 2
2026-03-27 21:31:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6889981stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889981stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6889981stock: 2
2026-03-27 21:31:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6821529> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6891000stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891000stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6891000stock: 2
2026-03-27 21:31:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6897221stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897221stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6897221stock: 0
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6908828stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908828stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6908828stock: 2
2026-03-27 21:31:27 [ecarstrade.be] INFO: Extracting details for car 6812473stock
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6909332stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909332stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6909332stock: 0
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6909883stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909883stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6909883stock: 0
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6914084stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914084stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6914084stock: 0
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6915515stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915515stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6915515stock: 2
2026-03-27 21:31:27 [ecarstrade.be] INFO: Extracting details for car 6821529stock
2026-03-27 21:31:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with identifier: 6812473stock
2026-03-27 21:31:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with scrape type 2
2026-03-27 21:31:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with scrape type 2
2026-03-27 21:31:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40, identifier: 6812473stock
2026-03-27 21:31:27 [ecarstrade.be] INFO: Found listing with ID: 6917287stock
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917287stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:27 [ecarstrade.be] INFO: Scrape type for 6917287stock: 2
2026-03-27 21:31:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with identifier: 6812473stock
2026-03-27 21:31:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with identifier: 6812473stock
2026-03-27 21:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40 with identifier: 6812473stock to the API
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:28 [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 21:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812473>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4dfa6cdf-6275-58e4-9a6d-6f2d7fba0a40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812473',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 137470,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz CLA 200d SB Aut. LED-Xenon Widescreen Navi KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '-Benz CLA 200d SB Aut. LED-Xenon Widescreen Navi KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812473stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:28 [ecarstrade.be] INFO: Saving data for 6812473stock: {'created_time': 1772611590.444634, 'last_price_update_time': 1774647088.294452}
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812473stock') HTTP/1.1" 204 0
2026-03-27 21:31:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with identifier: 6821529stock
2026-03-27 21:31:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with scrape type 2
2026-03-27 21:31:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with scrape type 2
2026-03-27 21:31:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c, identifier: 6821529stock
2026-03-27 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6917331stock
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917331stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:28 [ecarstrade.be] INFO: Scrape type for 6917331stock: 2
2026-03-27 21:31:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with identifier: 6821529stock
2026-03-27 21:31:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with identifier: 6821529stock
2026-03-27 21:31:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c35740e6-c2d8-5e3d-8a67-a7e5d493db2c with identifier: 6821529stock to the API
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:28 [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 21:31:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6821529>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c35740e6-c2d8-5e3d-8a67-a7e5d493db2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6821529',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Megane',
'odometer': 124603,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Megane GrandTour 1.6i TomTom Edition Navi Klima PDC ...',
'transmission': 'manual',
'trim': 'GrandTour 1.6i TomTom Edition Navi Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821529stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:28 [ecarstrade.be] INFO: Saving data for 6821529stock: {'created_time': 1773093198.551501, 'last_price_update_time': 1774647088.890117}
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6821529stock') HTTP/1.1" 204 0
2026-03-27 21:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812448> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6807786> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6826882> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6919263stock
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919263stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:28 [ecarstrade.be] INFO: Scrape type for 6919263stock: 2
2026-03-27 21:31:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6923974stock
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276923974stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:28 [ecarstrade.be] INFO: Scrape type for 6923974stock: 2
2026-03-27 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6932497stock
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932497stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:28 [ecarstrade.be] INFO: Scrape type for 6932497stock: 2
2026-03-27 21:31:28 [ecarstrade.be] INFO: Found listing with ID: 6933348stock
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933348stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:28 [ecarstrade.be] INFO: Scrape type for 6933348stock: 2
2026-03-27 21:31:29 [ecarstrade.be] INFO: Found listing with ID: 6933349stock
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933349stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:29 [ecarstrade.be] INFO: Scrape type for 6933349stock: 0
2026-03-27 21:31:29 [ecarstrade.be] INFO: Found listing with ID: 6933372stock
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933372stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:29 [ecarstrade.be] INFO: Scrape type for 6933372stock: 0
2026-03-27 21:31:29 [ecarstrade.be] INFO: Found listing with ID: 6933378stock
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933378stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:29 [ecarstrade.be] INFO: Scrape type for 6933378stock: 0
2026-03-27 21:31:29 [ecarstrade.be] INFO: Extracting details for car 6812448stock
2026-03-27 21:31:29 [ecarstrade.be] INFO: Extracting details for car 6807786stock
2026-03-27 21:31:29 [ecarstrade.be] INFO: Extracting details for car 6826882stock
2026-03-27 21:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8289212a-2583-5b21-bfb7-48f74bae8381 with identifier: 6812448stock
2026-03-27 21:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8289212a-2583-5b21-bfb7-48f74bae8381 with scrape type 2
2026-03-27 21:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8289212a-2583-5b21-bfb7-48f74bae8381 with scrape type 2
2026-03-27 21:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8289212a-2583-5b21-bfb7-48f74bae8381, identifier: 6812448stock
2026-03-27 21:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with identifier: 6807786stock
2026-03-27 21:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with scrape type 2
2026-03-27 21:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with scrape type 2
2026-03-27 21:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ea966c7-6c80-540d-ac3e-e6c3f647c327, identifier: 6807786stock
2026-03-27 21:31:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with identifier: 6826882stock
2026-03-27 21:31:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with scrape type 2
2026-03-27 21:31:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with scrape type 2
2026-03-27 21:31:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39, identifier: 6826882stock
2026-03-27 21:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8289212a-2583-5b21-bfb7-48f74bae8381 with identifier: 6812448stock
2026-03-27 21:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8289212a-2583-5b21-bfb7-48f74bae8381 with identifier: 6812448stock
2026-03-27 21:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8289212a-2583-5b21-bfb7-48f74bae8381 with identifier: 6812448stock to the API
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:29 [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 21:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812448>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8289212a-2583-5b21-bfb7-48f74bae8381',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812448',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': "cee'd Sportswagon",
'odometer': 139923,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Ceed Sportswagon 1.6 GDi Plug-In Hybrid Aut. LED-Xenon Navi '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Ceed Sportswagon 1.6 GDi Plug-In Hybrid Aut. LED-Xenon Navi '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812448stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:29 [ecarstrade.be] INFO: Saving data for 6812448stock: {'created_time': 1772611586.293515, 'last_price_update_time': 1774647089.671401}
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812448stock') HTTP/1.1" 204 0
2026-03-27 21:31:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with identifier: 6807786stock
2026-03-27 21:31:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with identifier: 6807786stock
2026-03-27 21:31:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ea966c7-6c80-540d-ac3e-e6c3f647c327 with identifier: 6807786stock to the API
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:29 [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 21:31:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6807786>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3ea966c7-6c80-540d-ac3e-e6c3f647c327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6807786',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A6',
'odometer': 158616,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A6 2.0 50 TFSIe Plug-In Hybrid Quattro Aut. LED-Xenon Virtual '
'ACC Navi-Pro Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 50 TFSIe Plug-In Hybrid Quattro Aut. LED-Xenon Virtual ACC '
'Navi-Pro Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807786stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:29 [ecarstrade.be] INFO: Saving data for 6807786stock: {'created_time': 1773092830.497068, 'last_price_update_time': 1774647089.998888}
2026-03-27 21:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6807786stock') HTTP/1.1" 204 0
2026-03-27 21:31:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with identifier: 6826882stock
2026-03-27 21:31:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with identifier: 6826882stock
2026-03-27 21:31:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39 with identifier: 6826882stock to the API
2026-03-27 21:31:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:30 [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 21:31:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6826882>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ee1fe4f6-83e1-5878-a6b3-a0a6b17c3c39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6826882',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': '500X',
'odometer': 85257,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Fiat 500X 1.0T 120Hp 1/2 Sport-Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.0T 120Hp 1/2 Sport-Leather Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276826882stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:30 [ecarstrade.be] INFO: Saving data for 6826882stock: {'created_time': 1773672047.065933, 'last_price_update_time': 1774647090.316911}
2026-03-27 21:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6826882stock') HTTP/1.1" 204 0
2026-03-27 21:31:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841360> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:34 [ecarstrade.be] INFO: Extracting details for car 6841360stock
2026-03-27 21:31:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e00aa1c1-66e3-5497-b560-0f01f4f6023b with identifier: 6841360stock
2026-03-27 21:31:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e00aa1c1-66e3-5497-b560-0f01f4f6023b with scrape type 2
2026-03-27 21:31:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e00aa1c1-66e3-5497-b560-0f01f4f6023b with scrape type 2
2026-03-27 21:31:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e00aa1c1-66e3-5497-b560-0f01f4f6023b, identifier: 6841360stock
2026-03-27 21:31:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e00aa1c1-66e3-5497-b560-0f01f4f6023b with identifier: 6841360stock
2026-03-27 21:31:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e00aa1c1-66e3-5497-b560-0f01f4f6023b with identifier: 6841360stock
2026-03-27 21:31:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e00aa1c1-66e3-5497-b560-0f01f4f6023b with identifier: 6841360stock to the API
2026-03-27 21:31:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:34 [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 21:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841360>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e00aa1c1-66e3-5497-b560-0f01f4f6023b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841360',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 85507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-20',
'seats_number': 7,
'seller_name': None,
'title': 'Nissan X-Trail 1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC '
'Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC Navi-Pro '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841360stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:35 [ecarstrade.be] INFO: Saving data for 6841360stock: {'created_time': 1772611487.350765, 'last_price_update_time': 1774647095.036738}
2026-03-27 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841360stock') HTTP/1.1" 204 0
2026-03-27 21:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6862936> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:35 [ecarstrade.be] INFO: Extracting details for car 6862936stock
2026-03-27 21:31:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2790d0b9-a09a-5559-9c84-22a93c50684d with identifier: 6862936stock
2026-03-27 21:31:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2790d0b9-a09a-5559-9c84-22a93c50684d with scrape type 2
2026-03-27 21:31:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2790d0b9-a09a-5559-9c84-22a93c50684d with scrape type 2
2026-03-27 21:31:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2790d0b9-a09a-5559-9c84-22a93c50684d, identifier: 6862936stock
2026-03-27 21:31:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2790d0b9-a09a-5559-9c84-22a93c50684d with identifier: 6862936stock
2026-03-27 21:31:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2790d0b9-a09a-5559-9c84-22a93c50684d with identifier: 6862936stock
2026-03-27 21:31:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2790d0b9-a09a-5559-9c84-22a93c50684d with identifier: 6862936stock to the API
2026-03-27 21:31:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:35 [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 21:31:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6862936>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2790d0b9-a09a-5559-9c84-22a93c50684d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6862936',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 77386,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-02',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 Picasso 1.5 BlueHDI 7PL Virtual Navi Camera Klima '
'PDC …',
'transmission': 'manual',
'trim': 'Citroen Grand C4 Picasso 1.5 BlueHDI 7PL Virtual Navi Camera Klima '
'PDC …',
'vin': None,
'year': 2022}
2026-03-27 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862936stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:35 [ecarstrade.be] INFO: Saving data for 6862936stock: {'created_time': 1772611743.510328, 'last_price_update_time': 1774647095.57336}
2026-03-27 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6862936stock') HTTP/1.1" 204 0
2026-03-27 21:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841368> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:36 [ecarstrade.be] INFO: Extracting details for car 6841368stock
2026-03-27 21:31:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d731b634-32da-5610-aa8e-af51a40fad68 with identifier: 6841368stock
2026-03-27 21:31:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d731b634-32da-5610-aa8e-af51a40fad68 with scrape type 2
2026-03-27 21:31:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d731b634-32da-5610-aa8e-af51a40fad68 with scrape type 2
2026-03-27 21:31:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d731b634-32da-5610-aa8e-af51a40fad68, identifier: 6841368stock
2026-03-27 21:31:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d731b634-32da-5610-aa8e-af51a40fad68 with identifier: 6841368stock
2026-03-27 21:31:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d731b634-32da-5610-aa8e-af51a40fad68 with identifier: 6841368stock
2026-03-27 21:31:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d731b634-32da-5610-aa8e-af51a40fad68 with identifier: 6841368stock to the API
2026-03-27 21:31:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:36 [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 21:31:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841368>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'd731b634-32da-5610-aa8e-af51a40fad68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841368',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 82149,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 7,
'seller_name': None,
'title': 'Nissan X-Trail 1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC '
'Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC Navi-Pro '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841368stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:36 [ecarstrade.be] INFO: Saving data for 6841368stock: {'created_time': 1772611500.62137, 'last_price_update_time': 1774647096.868319}
2026-03-27 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841368stock') HTTP/1.1" 204 0
2026-03-27 21:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6870434> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6869116> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:37 [ecarstrade.be] INFO: Extracting details for car 6870434stock
2026-03-27 21:31:37 [ecarstrade.be] INFO: Extracting details for car 6869116stock
2026-03-27 21:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06c8a237-2bc4-5d47-95d8-877221c98f14 with identifier: 6870434stock
2026-03-27 21:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06c8a237-2bc4-5d47-95d8-877221c98f14 with scrape type 2
2026-03-27 21:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06c8a237-2bc4-5d47-95d8-877221c98f14 with scrape type 2
2026-03-27 21:31:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06c8a237-2bc4-5d47-95d8-877221c98f14, identifier: 6870434stock
2026-03-27 21:31:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with identifier: 6869116stock
2026-03-27 21:31:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with scrape type 2
2026-03-27 21:31:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with scrape type 2
2026-03-27 21:31:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb, identifier: 6869116stock
2026-03-27 21:31:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06c8a237-2bc4-5d47-95d8-877221c98f14 with identifier: 6870434stock
2026-03-27 21:31:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:31:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06c8a237-2bc4-5d47-95d8-877221c98f14 with identifier: 6870434stock
2026-03-27 21:31:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06c8a237-2bc4-5d47-95d8-877221c98f14 with identifier: 6870434stock to the API
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:37 [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 21:31:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6870434>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '06c8a237-2bc4-5d47-95d8-877221c98f14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6870434',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 201943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 SB 2.0 30 TDi LED Virtual Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'SB 2.0 30 TDi LED Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870434stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:37 [ecarstrade.be] INFO: Saving data for 6870434stock: {'created_time': 1772611481.29872, 'last_price_update_time': 1774647097.541291}
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6870434stock') HTTP/1.1" 204 0
2026-03-27 21:31:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with identifier: 6869116stock
2026-03-27 21:31:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with identifier: 6869116stock
2026-03-27 21:31:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c54eeb79-71e9-52d0-9f37-9fde49bfd2cb with identifier: 6869116stock to the API
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:37 [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 21:31:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6869116>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'c54eeb79-71e9-52d0-9f37-9fde49bfd2cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6869116',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 63373,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-06',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes EQC 400 4MATIC Aut. Pano LED-Multibeam Widescreen '
'Burmester Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '400 4MATIC Aut. Pano LED-Multibeam Widescreen Burmester Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869116stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:37 [ecarstrade.be] INFO: Saving data for 6869116stock: {'created_time': 1772611480.586963, 'last_price_update_time': 1774647097.857851}
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6869116stock') HTTP/1.1" 204 0
2026-03-27 21:31:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6933507stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933507stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6933507stock: 0
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6432284stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276432284stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6432284stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6564465stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276564465stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6564465stock: 0
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6566840stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276566840stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6566840stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6583408stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276583408stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6583408stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6653096stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276653096stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6653096stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6673529stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673529stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6673529stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6678770stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276678770stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6678770stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6701770stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701770stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6701770stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6701935stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701935stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6701935stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6715853stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715853stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6715853stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6765575stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765575stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6765575stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6779573stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779573stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6779573stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6978801stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978801stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6978801stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6978777stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978777stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6978777stock: 0
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6964693stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964693stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6964693stock: 0
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6666216stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666216stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6666216stock: 2
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6715447stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715447stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6715447stock: 0
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6721362stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721362stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6721362stock: 0
2026-03-27 21:31:38 [ecarstrade.be] INFO: Found listing with ID: 6758802stock
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758802stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:38 [ecarstrade.be] INFO: Scrape type for 6758802stock: 0
2026-03-27 21:31:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6881269> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:40 [ecarstrade.be] INFO: Extracting details for car 6881269stock
2026-03-27 21:31:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7206cefd-76e2-5fc6-bbc0-54667af7d860 with identifier: 6881269stock
2026-03-27 21:31:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7206cefd-76e2-5fc6-bbc0-54667af7d860 with scrape type 2
2026-03-27 21:31:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7206cefd-76e2-5fc6-bbc0-54667af7d860 with scrape type 2
2026-03-27 21:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7206cefd-76e2-5fc6-bbc0-54667af7d860, identifier: 6881269stock
2026-03-27 21:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7206cefd-76e2-5fc6-bbc0-54667af7d860 with identifier: 6881269stock
2026-03-27 21:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7206cefd-76e2-5fc6-bbc0-54667af7d860 with identifier: 6881269stock
2026-03-27 21:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7206cefd-76e2-5fc6-bbc0-54667af7d860 with identifier: 6881269stock to the API
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:41 [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 21:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6881269>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '7206cefd-76e2-5fc6-bbc0-54667af7d860',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6881269',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q3',
'odometer': 39233,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 1.5 35 TFSI LED Virtual Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'Sportback 1.5 35 TFSI LED Virtual Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276881269stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:41 [ecarstrade.be] INFO: Saving data for 6881269stock: {'created_time': 1772611825.569598, 'last_price_update_time': 1774647101.317302}
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6881269stock') HTTP/1.1" 204 0
2026-03-27 21:31:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957438> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:41 [ecarstrade.be] INFO: Extracting details for car 6957438stock
2026-03-27 21:31:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 224d6ede-98ca-5d39-8d18-3834e8c71b10 with identifier: 6957438stock
2026-03-27 21:31:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 224d6ede-98ca-5d39-8d18-3834e8c71b10 with scrape type 2
2026-03-27 21:31:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 224d6ede-98ca-5d39-8d18-3834e8c71b10 with scrape type 2
2026-03-27 21:31:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 224d6ede-98ca-5d39-8d18-3834e8c71b10, identifier: 6957438stock
2026-03-27 21:31:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 224d6ede-98ca-5d39-8d18-3834e8c71b10 with identifier: 6957438stock
2026-03-27 21:31:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 224d6ede-98ca-5d39-8d18-3834e8c71b10 with identifier: 6957438stock
2026-03-27 21:31:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 224d6ede-98ca-5d39-8d18-3834e8c71b10 with identifier: 6957438stock to the API
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:41 [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 21:31:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6957438>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '224d6ede-98ca-5d39-8d18-3834e8c71b10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6957438',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 68997,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 180 AMG Night Aut. Pano LED-Multibeam Widescreen '
'Ambient Burmester Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'AMG Night Aut. Pano LED-Multibeam Widescreen Ambient Burmester Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957438stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:41 [ecarstrade.be] INFO: Saving data for 6957438stock: {'created_time': 1773672279.087376, 'last_price_update_time': 1774647101.920564}
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957438stock') HTTP/1.1" 204 0
2026-03-27 21:31:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6885897> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:42 [ecarstrade.be] INFO: Extracting details for car 6885897stock
2026-03-27 21:31:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with identifier: 6885897stock
2026-03-27 21:31:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with scrape type 2
2026-03-27 21:31:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with scrape type 2
2026-03-27 21:31:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d, identifier: 6885897stock
2026-03-27 21:31:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with identifier: 6885897stock
2026-03-27 21:31:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with identifier: 6885897stock
2026-03-27 21:31:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2853b2ae-f746-5291-b5a8-7b9c2e81f71d with identifier: 6885897stock to the API
2026-03-27 21:31:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:42 [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 21:31:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6885897>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '2853b2ae-f746-5291-b5a8-7b9c2e81f71d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6885897',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 61669,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-20',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 SpaceTourer 1.2 PureTech 7PL Virtual Navi Klima '
'PDC …',
'transmission': 'manual',
'trim': 'Citroen Grand C4 SpaceTourer 1.2 PureTech 7PL Virtual Navi Klima PDC '
'…',
'vin': None,
'year': 2022}
2026-03-27 21:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885897stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:43 [ecarstrade.be] INFO: Saving data for 6885897stock: {'created_time': 1772611772.210087, 'last_price_update_time': 1774647103.028958}
2026-03-27 21:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6885897stock') HTTP/1.1" 204 0
2026-03-27 21:31:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889981> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:43 [ecarstrade.be] INFO: Extracting details for car 6889981stock
2026-03-27 21:31:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a55438d-481f-5cde-8e99-c9b987c6865f with identifier: 6889981stock
2026-03-27 21:31:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a55438d-481f-5cde-8e99-c9b987c6865f with scrape type 2
2026-03-27 21:31:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a55438d-481f-5cde-8e99-c9b987c6865f with scrape type 2
2026-03-27 21:31:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a55438d-481f-5cde-8e99-c9b987c6865f, identifier: 6889981stock
2026-03-27 21:31:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a55438d-481f-5cde-8e99-c9b987c6865f with identifier: 6889981stock
2026-03-27 21:31:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a55438d-481f-5cde-8e99-c9b987c6865f with identifier: 6889981stock
2026-03-27 21:31:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a55438d-481f-5cde-8e99-c9b987c6865f with identifier: 6889981stock to the API
2026-03-27 21:31:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:43 [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 21:31:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889981>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8a55438d-481f-5cde-8e99-c9b987c6865f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889981',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q3',
'odometer': 177819,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 1.4 45 TFSIe Plug-In Hybrid S-line Aut. LED-Matrix Virtual '
'Navi-Pro 1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'AUDI 1.4 45 TFSIe Plug-In Hybrid S-line Aut. LED-Matrix Virtual '
'Navi-Pro 1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:31:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889981stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:44 [ecarstrade.be] INFO: Saving data for 6889981stock: {'created_time': 1772613017.677111, 'last_price_update_time': 1774647104.002444}
2026-03-27 21:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889981stock') HTTP/1.1" 204 0
2026-03-27 21:31:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6908828> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:44 [ecarstrade.be] INFO: Extracting details for car 6908828stock
2026-03-27 21:31:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with identifier: 6908828stock
2026-03-27 21:31:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with scrape type 2
2026-03-27 21:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with scrape type 2
2026-03-27 21:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9321ef0e-5243-54e6-9bcf-eaeca0744e03, identifier: 6908828stock
2026-03-27 21:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with identifier: 6908828stock
2026-03-27 21:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with identifier: 6908828stock
2026-03-27 21:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9321ef0e-5243-54e6-9bcf-eaeca0744e03 with identifier: 6908828stock to the API
2026-03-27 21:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:44 [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 21:31:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6908828>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '9321ef0e-5243-54e6-9bcf-eaeca0744e03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6908828',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Renault',
'model': 'Captur',
'odometer': 75058,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.3i Mild-Hybrid R.S.-Line LED Virtual Navi-Pro 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.3i Mild-Hybrid R.S.-Line LED Virtual Navi-Pro 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908828stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:44 [ecarstrade.be] INFO: Saving data for 6908828stock: {'created_time': 1772673736.493762, 'last_price_update_time': 1774647104.549353}
2026-03-27 21:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6908828stock') HTTP/1.1" 204 0
2026-03-27 21:31:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6891000> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:44 [ecarstrade.be] INFO: Extracting details for car 6891000stock
2026-03-27 21:31:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff219b5-8801-5754-91b6-c0ea12b38b53 with identifier: 6891000stock
2026-03-27 21:31:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff219b5-8801-5754-91b6-c0ea12b38b53 with scrape type 2
2026-03-27 21:31:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff219b5-8801-5754-91b6-c0ea12b38b53 with scrape type 2
2026-03-27 21:31:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ff219b5-8801-5754-91b6-c0ea12b38b53, identifier: 6891000stock
2026-03-27 21:31:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ff219b5-8801-5754-91b6-c0ea12b38b53 with identifier: 6891000stock
2026-03-27 21:31:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ff219b5-8801-5754-91b6-c0ea12b38b53 with identifier: 6891000stock
2026-03-27 21:31:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ff219b5-8801-5754-91b6-c0ea12b38b53 with identifier: 6891000stock to the API
2026-03-27 21:31:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:45 [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 21:31:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6891000>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0ff219b5-8801-5754-91b6-c0ea12b38b53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6891000',
'listing': 'auction',
'location': 'France - "ST AIGNAN DE GRAND LIEU"',
'make': 'Renault',
'model': 'Austral',
'odometer': 139214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Austral 1.2 E-Tech Hybrid 200Hp Techno Aut. Pano LED '
'Virtual Navi-Pro 1/2 Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.2 E-Tech Hybrid 200Hp Techno Aut. Pano LED Virtual Navi-Pro 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 21:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891000stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:45 [ecarstrade.be] INFO: Saving data for 6891000stock: {'created_time': 1772611796.358579, 'last_price_update_time': 1774647105.130042}
2026-03-27 21:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6891000stock') HTTP/1.1" 204 0
2026-03-27 21:31:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6917331> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:47 [ecarstrade.be] INFO: Extracting details for car 6917331stock
2026-03-27 21:31:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fd376de-f9ce-5180-95a7-936fc25bc305 with identifier: 6917331stock
2026-03-27 21:31:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fd376de-f9ce-5180-95a7-936fc25bc305 with scrape type 2
2026-03-27 21:31:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fd376de-f9ce-5180-95a7-936fc25bc305 with scrape type 2
2026-03-27 21:31:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fd376de-f9ce-5180-95a7-936fc25bc305, identifier: 6917331stock
2026-03-27 21:31:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fd376de-f9ce-5180-95a7-936fc25bc305 with identifier: 6917331stock
2026-03-27 21:31:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fd376de-f9ce-5180-95a7-936fc25bc305 with identifier: 6917331stock
2026-03-27 21:31:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fd376de-f9ce-5180-95a7-936fc25bc305 with identifier: 6917331stock to the API
2026-03-27 21:31:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:47 [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 21:31:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6917331>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '6fd376de-f9ce-5180-95a7-936fc25bc305',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6917331',
'listing': 'auction',
'location': 'France - "TEA NICE"',
'make': 'Fiat',
'model': '500X',
'odometer': 89226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-20',
'seats_number': 5,
'seller_name': None,
'title': 'Fiat 500X 1.5i Mild-Hybrid Sport Dolcevita Aut. Pano LED-Xenon Navi '
'Leather Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid Sport Dolcevita Aut. Pano LED-Xenon Navi Leather '
'Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 21:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917331stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:47 [ecarstrade.be] INFO: Saving data for 6917331stock: {'created_time': 1772673655.967267, 'last_price_update_time': 1774647107.696667}
2026-03-27 21:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6917331stock') HTTP/1.1" 204 0
2026-03-27 21:31:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915515> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:48 [ecarstrade.be] INFO: Extracting details for car 6915515stock
2026-03-27 21:31:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaf04d9e-4ed7-5925-871f-0c67283c9887 with identifier: 6915515stock
2026-03-27 21:31:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaf04d9e-4ed7-5925-871f-0c67283c9887 with scrape type 2
2026-03-27 21:31:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaf04d9e-4ed7-5925-871f-0c67283c9887 with scrape type 2
2026-03-27 21:31:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eaf04d9e-4ed7-5925-871f-0c67283c9887, identifier: 6915515stock
2026-03-27 21:31:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eaf04d9e-4ed7-5925-871f-0c67283c9887 with identifier: 6915515stock
2026-03-27 21:31:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eaf04d9e-4ed7-5925-871f-0c67283c9887 with identifier: 6915515stock
2026-03-27 21:31:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eaf04d9e-4ed7-5925-871f-0c67283c9887 with identifier: 6915515stock to the API
2026-03-27 21:31:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:48 [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 21:31:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915515>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'eaf04d9e-4ed7-5925-871f-0c67283c9887',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915515',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 95726,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d AMG Night Aut. LED-Xenon Widescreen Ambient Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd AMG Night Aut. LED-Xenon Widescreen Ambient Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915515stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:48 [ecarstrade.be] INFO: Saving data for 6915515stock: {'created_time': 1772839866.270314, 'last_price_update_time': 1774647108.725427}
2026-03-27 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915515stock') HTTP/1.1" 204 0
2026-03-27 21:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6917287> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:49 [ecarstrade.be] INFO: Extracting details for car 6917287stock
2026-03-27 21:31:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with identifier: 6917287stock
2026-03-27 21:31:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with scrape type 2
2026-03-27 21:31:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with scrape type 2
2026-03-27 21:31:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626, identifier: 6917287stock
2026-03-27 21:31:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with identifier: 6917287stock
2026-03-27 21:31:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with identifier: 6917287stock
2026-03-27 21:31:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626 with identifier: 6917287stock to the API
2026-03-27 21:31:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:49 [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 21:31:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6917287>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '4d54ef80-ab91-5fcd-a2b6-09aaaaa3b626',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6917287',
'listing': 'auction',
'location': 'France - "2ndMove Compiègne"',
'make': 'Renault',
'model': 'Captur',
'odometer': 81872,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-17',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.0 TCe Techno LED Virtual Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TCe Techno LED Virtual Navi 1/2 Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2024}
2026-03-27 21:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917287stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:49 [ecarstrade.be] INFO: Saving data for 6917287stock: {'created_time': 1772673652.380775, 'last_price_update_time': 1774647109.827065}
2026-03-27 21:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6917287stock') HTTP/1.1" 204 0
2026-03-27 21:31:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933348> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:50 [ecarstrade.be] INFO: Extracting details for car 6933348stock
2026-03-27 21:31:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10597c17-5037-56f2-be55-68170daccd26 with identifier: 6933348stock
2026-03-27 21:31:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10597c17-5037-56f2-be55-68170daccd26 with scrape type 2
2026-03-27 21:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10597c17-5037-56f2-be55-68170daccd26 with scrape type 2
2026-03-27 21:31:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10597c17-5037-56f2-be55-68170daccd26, identifier: 6933348stock
2026-03-27 21:31:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10597c17-5037-56f2-be55-68170daccd26 with identifier: 6933348stock
2026-03-27 21:31:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10597c17-5037-56f2-be55-68170daccd26 with identifier: 6933348stock
2026-03-27 21:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10597c17-5037-56f2-be55-68170daccd26 with identifier: 6933348stock to the API
2026-03-27 21:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:50 [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 21:31:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933348>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '10597c17-5037-56f2-be55-68170daccd26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933348',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 250',
'odometer': 91179,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes B 250e Plug-In Hybrid Aut. LED-Multibeam Widescreen '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-Multibeam Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933348stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:50 [ecarstrade.be] INFO: Saving data for 6933348stock: {'created_time': 1773351789.564389, 'last_price_update_time': 1774647110.446874}
2026-03-27 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933348stock') HTTP/1.1" 204 0
2026-03-27 21:31:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6932497> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:50 [ecarstrade.be] INFO: Extracting details for car 6932497stock
2026-03-27 21:31:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60d54127-bbb0-52a9-a8ea-0a4abcca344c with identifier: 6932497stock
2026-03-27 21:31:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60d54127-bbb0-52a9-a8ea-0a4abcca344c with scrape type 2
2026-03-27 21:31:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60d54127-bbb0-52a9-a8ea-0a4abcca344c with scrape type 2
2026-03-27 21:31:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60d54127-bbb0-52a9-a8ea-0a4abcca344c, identifier: 6932497stock
2026-03-27 21:31:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60d54127-bbb0-52a9-a8ea-0a4abcca344c with identifier: 6932497stock
2026-03-27 21:31:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60d54127-bbb0-52a9-a8ea-0a4abcca344c with identifier: 6932497stock
2026-03-27 21:31:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60d54127-bbb0-52a9-a8ea-0a4abcca344c with identifier: 6932497stock to the API
2026-03-27 21:31:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:50 [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 21:31:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6932497>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '60d54127-bbb0-52a9-a8ea-0a4abcca344c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6932497',
'listing': 'auction',
'location': 'France - "2ndMove Marseille"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 93038,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-21',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Arkana 1.3 TCe Aut. LED Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3 TCe Aut. LED Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-27 21:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932497stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:51 [ecarstrade.be] INFO: Saving data for 6932497stock: {'created_time': 1772839906.017804, 'last_price_update_time': 1774647111.098781}
2026-03-27 21:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6932497stock') HTTP/1.1" 204 0
2026-03-27 21:31:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6923974> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:51 [ecarstrade.be] INFO: Extracting details for car 6923974stock
2026-03-27 21:31:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89d2478c-349e-5c85-847a-7718cc03651d with identifier: 6923974stock
2026-03-27 21:31:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89d2478c-349e-5c85-847a-7718cc03651d with scrape type 2
2026-03-27 21:31:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89d2478c-349e-5c85-847a-7718cc03651d with scrape type 2
2026-03-27 21:31:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89d2478c-349e-5c85-847a-7718cc03651d, identifier: 6923974stock
2026-03-27 21:31:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89d2478c-349e-5c85-847a-7718cc03651d with identifier: 6923974stock
2026-03-27 21:31:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89d2478c-349e-5c85-847a-7718cc03651d with identifier: 6923974stock
2026-03-27 21:31:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89d2478c-349e-5c85-847a-7718cc03651d with identifier: 6923974stock to the API
2026-03-27 21:31:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31: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 21:31:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6923974>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '89d2478c-349e-5c85-847a-7718cc03651d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6923974',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 138638,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 200d SB AMG Night Aut. Pano LED-Multibeam Widescreen '
'Burmester Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 200d SB AMG Night Aut. Pano LED-Multibeam Widescreen Burmester '
'Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2021}
2026-03-27 21:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276923974stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:51 [ecarstrade.be] INFO: Saving data for 6923974stock: {'created_time': 1772751892.429588, 'last_price_update_time': 1774647111.631761}
2026-03-27 21:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6923974stock') HTTP/1.1" 204 0
2026-03-27 21:31:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919263> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:52 [ecarstrade.be] INFO: Extracting details for car 6919263stock
2026-03-27 21:31:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1764620-e9d1-5a37-ace9-15d3a289e904 with identifier: 6919263stock
2026-03-27 21:31:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1764620-e9d1-5a37-ace9-15d3a289e904 with scrape type 2
2026-03-27 21:31:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1764620-e9d1-5a37-ace9-15d3a289e904 with scrape type 2
2026-03-27 21:31:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1764620-e9d1-5a37-ace9-15d3a289e904, identifier: 6919263stock
2026-03-27 21:31:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1764620-e9d1-5a37-ace9-15d3a289e904 with identifier: 6919263stock
2026-03-27 21:31:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1764620-e9d1-5a37-ace9-15d3a289e904 with identifier: 6919263stock
2026-03-27 21:31:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1764620-e9d1-5a37-ace9-15d3a289e904 with identifier: 6919263stock to the API
2026-03-27 21:31:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:52 [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 21:31:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6919263>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'e1764620-e9d1-5a37-ace9-15d3a289e904',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6919263',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 138403,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes EQA 250 67KWH AMG Night Aut. LED-Xenon Widescreen Navi '
'Ambient 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '250 67KWH AMG Night Aut. LED-Xenon Widescreen Navi Ambient 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919263stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:52 [ecarstrade.be] INFO: Saving data for 6919263stock: {'created_time': 1772839865.160036, 'last_price_update_time': 1774647112.440663}
2026-03-27 21:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6919263stock') HTTP/1.1" 204 0
2026-03-27 21:31:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6758819stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758819stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6758819stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6758822stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758822stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6758822stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6768590stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276768590stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6768590stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6784787stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784787stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6784787stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6792013stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792013stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6792013stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6809699stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809699stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6809699stock: 2
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6812476stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812476stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6812476stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6820657stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820657stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6820657stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6834681stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834681stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6834681stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6836054stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276836054stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6836054stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6843336stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843336stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:53 [ecarstrade.be] INFO: Scrape type for 6843336stock: 0
2026-03-27 21:31:53 [ecarstrade.be] INFO: Found listing with ID: 6851391stock
2026-03-27 21:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851391stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:54 [ecarstrade.be] INFO: Scrape type for 6851391stock: 0
2026-03-27 21:31:54 [ecarstrade.be] INFO: Found listing with ID: 6855220stock
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855220stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:54 [ecarstrade.be] INFO: Scrape type for 6855220stock: 0
2026-03-27 21:31:54 [ecarstrade.be] INFO: Found listing with ID: 6855255stock
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855255stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:54 [ecarstrade.be] INFO: Scrape type for 6855255stock: 0
2026-03-27 21:31:54 [ecarstrade.be] INFO: Found listing with ID: 6857670stock
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857670stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:54 [ecarstrade.be] INFO: Scrape type for 6857670stock: 0
2026-03-27 21:31:54 [ecarstrade.be] INFO: Found listing with ID: 6863023stock
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276863023stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:54 [ecarstrade.be] INFO: Scrape type for 6863023stock: 0
2026-03-27 21:31:54 [ecarstrade.be] INFO: Found listing with ID: 6866954stock
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866954stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:54 [ecarstrade.be] INFO: Scrape type for 6866954stock: 0
2026-03-27 21:31:54 [ecarstrade.be] INFO: Found listing with ID: 6867688stock
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867688stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:54 [ecarstrade.be] INFO: Scrape type for 6867688stock: 0
2026-03-27 21:31:54 [ecarstrade.be] INFO: Found listing with ID: 6867987stock
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867987stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:54 [ecarstrade.be] INFO: Scrape type for 6867987stock: 0
2026-03-27 21:31:54 [ecarstrade.be] INFO: Found listing with ID: 6890954stock
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890954stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:54 [ecarstrade.be] INFO: Scrape type for 6890954stock: 0
2026-03-27 21:31:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812486> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6432284> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:54 [ecarstrade.be] INFO: Extracting details for car 6812486stock
2026-03-27 21:31:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with identifier: 6812486stock
2026-03-27 21:31:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with scrape type 2
2026-03-27 21:31:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with scrape type 2
2026-03-27 21:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5, identifier: 6812486stock
2026-03-27 21:31:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with identifier: 6812486stock
2026-03-27 21:31:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with identifier: 6812486stock
2026-03-27 21:31:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 533299c8-a5a4-52ed-90f0-feb4a5d7a2c5 with identifier: 6812486stock to the API
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:55 [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 21:31:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812486>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '533299c8-a5a4-52ed-90f0-feb4a5d7a2c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812486',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A5',
'odometer': 51854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A5 Sportback 2.0 35 TFSI Aut. Pano LED-Matrix Virtual Navi-Pro '
'Sport-Leather Bang&Olufsen KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TFSI Aut. Pano LED-Matrix Virtual Navi-Pro '
'Sport-Leather Bang&Olufsen KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812486stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:55 [ecarstrade.be] INFO: Saving data for 6812486stock: {'created_time': 1772611487.72097, 'last_price_update_time': 1774647115.374894}
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812486stock') HTTP/1.1" 204 0
2026-03-27 21:31:55 [ecarstrade.be] INFO: Extracting details for car 6432284stock
2026-03-27 21:31:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc06516d-d2e8-5787-86b5-6067d066db12 with identifier: 6432284stock
2026-03-27 21:31:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc06516d-d2e8-5787-86b5-6067d066db12 with scrape type 2
2026-03-27 21:31:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc06516d-d2e8-5787-86b5-6067d066db12 with scrape type 2
2026-03-27 21:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc06516d-d2e8-5787-86b5-6067d066db12, identifier: 6432284stock
2026-03-27 21:31:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc06516d-d2e8-5787-86b5-6067d066db12 with identifier: 6432284stock
2026-03-27 21:31:55 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:31:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc06516d-d2e8-5787-86b5-6067d066db12 with identifier: 6432284stock
2026-03-27 21:31:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc06516d-d2e8-5787-86b5-6067d066db12 with identifier: 6432284stock to the API
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:55 [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 21:31:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6432284>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Natural Gas',
'id': 'bc06516d-d2e8-5787-86b5-6067d066db12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6432284',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A5',
'odometer': 140900,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A5 SB 2.0 40 TFSI CNG g-tron S-line Ext. Aut. LED-Matrix ACC '
'Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 40 TFSI CNG g-tron S-line Ext. Aut. LED-Matrix ACC Navi '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276432284stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:55 [ecarstrade.be] INFO: Saving data for 6432284stock: {'created_time': 1772611294.337941, 'last_price_update_time': 1774647115.896707}
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6432284stock') HTTP/1.1" 204 0
2026-03-27 21:31:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978801> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:56 [ecarstrade.be] INFO: Extracting details for car 6978801stock
2026-03-27 21:31:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6666216> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7535e73a-5a01-5c95-9422-42a7cd228f67 with identifier: 6978801stock
2026-03-27 21:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7535e73a-5a01-5c95-9422-42a7cd228f67 with scrape type 2
2026-03-27 21:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7535e73a-5a01-5c95-9422-42a7cd228f67 with scrape type 2
2026-03-27 21:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7535e73a-5a01-5c95-9422-42a7cd228f67, identifier: 6978801stock
2026-03-27 21:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7535e73a-5a01-5c95-9422-42a7cd228f67 with identifier: 6978801stock
2026-03-27 21:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7535e73a-5a01-5c95-9422-42a7cd228f67 with identifier: 6978801stock
2026-03-27 21:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7535e73a-5a01-5c95-9422-42a7cd228f67 with identifier: 6978801stock to the API
2026-03-27 21:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31:56 [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 21:31:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6978801>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '7535e73a-5a01-5c95-9422-42a7cd228f67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6978801',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Renault',
'model': 'Captur',
'odometer': 56205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.0 TCe Techno LED Virtual Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TCe Techno LED Virtual Navi 1/2 Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2024}
2026-03-27 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978801stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:56 [ecarstrade.be] INFO: Saving data for 6978801stock: {'created_time': 1774276495.066932, 'last_price_update_time': 1774647116.796326}
2026-03-27 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978801stock') HTTP/1.1" 204 0
2026-03-27 21:31:56 [ecarstrade.be] INFO: Extracting details for car 6666216stock
2026-03-27 21:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af3d5741-d17a-5628-a1e8-9970ea659490 with identifier: 6666216stock
2026-03-27 21:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af3d5741-d17a-5628-a1e8-9970ea659490 with scrape type 2
2026-03-27 21:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af3d5741-d17a-5628-a1e8-9970ea659490 with scrape type 2
2026-03-27 21:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af3d5741-d17a-5628-a1e8-9970ea659490, identifier: 6666216stock
2026-03-27 21:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af3d5741-d17a-5628-a1e8-9970ea659490 with identifier: 6666216stock
2026-03-27 21:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af3d5741-d17a-5628-a1e8-9970ea659490 with identifier: 6666216stock
2026-03-27 21:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af3d5741-d17a-5628-a1e8-9970ea659490 with identifier: 6666216stock to the API
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31: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-03-27 21:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6666216>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'af3d5741-d17a-5628-a1e8-9970ea659490',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6666216',
'listing': 'auction',
'location': 'Belgium',
'make': 'Saab',
'model': '9-5',
'odometer': 177016,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-01-21',
'seats_number': 5,
'seller_name': None,
'title': 'Saab 9-5 1.9 TID 150Hp Griffin Navi Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.9 TID 150Hp Griffin Navi Leather Klima PDC ...',
'vin': None,
'year': 2010}
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666216stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:57 [ecarstrade.be] INFO: Saving data for 6666216stock: {'created_time': 1772611746.733933, 'last_price_update_time': 1774647117.232273}
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6666216stock') HTTP/1.1" 204 0
2026-03-27 21:31:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6779573> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:57 [ecarstrade.be] INFO: Extracting details for car 6779573stock
2026-03-27 21:31:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21cac815-d431-5d8c-919e-073748e8373f with identifier: 6779573stock
2026-03-27 21:31:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21cac815-d431-5d8c-919e-073748e8373f with scrape type 2
2026-03-27 21:31:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21cac815-d431-5d8c-919e-073748e8373f with scrape type 2
2026-03-27 21:31:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21cac815-d431-5d8c-919e-073748e8373f, identifier: 6779573stock
2026-03-27 21:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21cac815-d431-5d8c-919e-073748e8373f with identifier: 6779573stock
2026-03-27 21:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21cac815-d431-5d8c-919e-073748e8373f with identifier: 6779573stock
2026-03-27 21:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21cac815-d431-5d8c-919e-073748e8373f with identifier: 6779573stock to the API
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31: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-03-27 21:31:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6779573>
{'auction_title': '',
'c_o_2_emission_value': 51,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '21cac815-d431-5d8c-919e-073748e8373f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6779573',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q5',
'odometer': 97204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q5 2.0 50 TFSI e Quattro Aut. LED-Matrix Navi Leather '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 50 TFSI e Quattro Aut. LED-Matrix Navi Leather KeylessGo Klima '
'PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779573stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:57 [ecarstrade.be] INFO: Saving data for 6779573stock: {'created_time': 1772611572.636277, 'last_price_update_time': 1774647117.863487}
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6779573stock') HTTP/1.1" 204 0
2026-03-27 21:31:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6765575> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:31:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:31:57 [ecarstrade.be] INFO: Extracting details for car 6765575stock
2026-03-27 21:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df4aafcf-85d8-5e65-8d9a-2db49427f190 with identifier: 6765575stock
2026-03-27 21:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df4aafcf-85d8-5e65-8d9a-2db49427f190 with scrape type 2
2026-03-27 21:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df4aafcf-85d8-5e65-8d9a-2db49427f190 with scrape type 2
2026-03-27 21:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df4aafcf-85d8-5e65-8d9a-2db49427f190, identifier: 6765575stock
2026-03-27 21:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df4aafcf-85d8-5e65-8d9a-2db49427f190 with identifier: 6765575stock
2026-03-27 21:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df4aafcf-85d8-5e65-8d9a-2db49427f190 with identifier: 6765575stock
2026-03-27 21:31:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df4aafcf-85d8-5e65-8d9a-2db49427f190 with identifier: 6765575stock to the API
2026-03-27 21:31:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:31: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-03-27 21:31:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6765575>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'df4aafcf-85d8-5e65-8d9a-2db49427f190',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6765575',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'V60 Cross Country',
'odometer': 140765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-11',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V60 Cross Country 2.0 D3 AWD Aut. LED-Xenon Virtual ACC Navi '
'1/2 Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D3 AWD Aut. LED-Xenon Virtual ACC Navi 1/2 Leather KeylessGo '
'Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765575stock%27 HTTP/1.1" 200 None
2026-03-27 21:31:58 [ecarstrade.be] INFO: Saving data for 6765575stock: {'created_time': 1772611460.892407, 'last_price_update_time': 1774647118.407591}
2026-03-27 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6765575stock') HTTP/1.1" 204 0
2026-03-27 21:32:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6701935> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:00 [ecarstrade.be] INFO: Extracting details for car 6701935stock
2026-03-27 21:32:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 634fd058-4e32-514b-b66c-59740c4897d2 with identifier: 6701935stock
2026-03-27 21:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 634fd058-4e32-514b-b66c-59740c4897d2 with scrape type 2
2026-03-27 21:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 634fd058-4e32-514b-b66c-59740c4897d2 with scrape type 2
2026-03-27 21:32:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 634fd058-4e32-514b-b66c-59740c4897d2, identifier: 6701935stock
2026-03-27 21:32:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 634fd058-4e32-514b-b66c-59740c4897d2 with identifier: 6701935stock
2026-03-27 21:32:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 634fd058-4e32-514b-b66c-59740c4897d2 with identifier: 6701935stock
2026-03-27 21:32:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 634fd058-4e32-514b-b66c-59740c4897d2 with identifier: 6701935stock to the API
2026-03-27 21:32:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:01 [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 21:32:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6701935>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '634fd058-4e32-514b-b66c-59740c4897d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6701935',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Proceed',
'odometer': 225600,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Proceed 1.6 CRDI Mind Navi Klima PDC ...',
'transmission': 'manual',
'trim': 'KIA 1.6 CRDI Mind Navi Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-27 21:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701935stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:01 [ecarstrade.be] INFO: Saving data for 6701935stock: {'created_time': 1773931378.396757, 'last_price_update_time': 1774647121.405248}
2026-03-27 21:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6701935stock') HTTP/1.1" 204 0
2026-03-27 21:32:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6701770> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:01 [ecarstrade.be] INFO: Extracting details for car 6701770stock
2026-03-27 21:32:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78c547e7-b224-5cdc-8bf4-55a353866dbd with identifier: 6701770stock
2026-03-27 21:32:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78c547e7-b224-5cdc-8bf4-55a353866dbd with scrape type 2
2026-03-27 21:32:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78c547e7-b224-5cdc-8bf4-55a353866dbd with scrape type 2
2026-03-27 21:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78c547e7-b224-5cdc-8bf4-55a353866dbd, identifier: 6701770stock
2026-03-27 21:32:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78c547e7-b224-5cdc-8bf4-55a353866dbd with identifier: 6701770stock
2026-03-27 21:32:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78c547e7-b224-5cdc-8bf4-55a353866dbd with identifier: 6701770stock
2026-03-27 21:32:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78c547e7-b224-5cdc-8bf4-55a353866dbd with identifier: 6701770stock to the API
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:02 [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 21:32:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6701770>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '78c547e7-b224-5cdc-8bf4-55a353866dbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6701770',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 217802,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota RAV4 2.5 Hybrid Dynamic Aut. LED Navi KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'RAV4 2.5 Hybrid Dynamic Aut. LED Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701770stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:02 [ecarstrade.be] INFO: Saving data for 6701770stock: {'created_time': 1772611455.624538, 'last_price_update_time': 1774647122.329167}
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6701770stock') HTTP/1.1" 204 0
2026-03-27 21:32:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6678770> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:02 [ecarstrade.be] INFO: Extracting details for car 6678770stock
2026-03-27 21:32:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97aee9c6-96f0-5842-8268-d74a26be0c9b with identifier: 6678770stock
2026-03-27 21:32:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97aee9c6-96f0-5842-8268-d74a26be0c9b with scrape type 2
2026-03-27 21:32:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97aee9c6-96f0-5842-8268-d74a26be0c9b with scrape type 2
2026-03-27 21:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97aee9c6-96f0-5842-8268-d74a26be0c9b, identifier: 6678770stock
2026-03-27 21:32:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97aee9c6-96f0-5842-8268-d74a26be0c9b with identifier: 6678770stock
2026-03-27 21:32:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97aee9c6-96f0-5842-8268-d74a26be0c9b with identifier: 6678770stock
2026-03-27 21:32:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97aee9c6-96f0-5842-8268-d74a26be0c9b with identifier: 6678770stock to the API
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:02 [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 21:32:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6678770>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '97aee9c6-96f0-5842-8268-d74a26be0c9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6678770',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q7',
'odometer': 227919,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q7 3.0 TDI Quattro Aut. LED-Xenon Bose Navi Leather KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '3.0 TDI Quattro Aut. LED-Xenon Bose Navi Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276678770stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:02 [ecarstrade.be] INFO: Saving data for 6678770stock: {'created_time': 1772613021.291385, 'last_price_update_time': 1774647122.867247}
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6678770stock') HTTP/1.1" 204 0
2026-03-27 21:32:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6673529> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6715853> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:03 [ecarstrade.be] INFO: Extracting details for car 6673529stock
2026-03-27 21:32:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with identifier: 6673529stock
2026-03-27 21:32:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with scrape type 2
2026-03-27 21:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with scrape type 2
2026-03-27 21:32:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb, identifier: 6673529stock
2026-03-27 21:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with identifier: 6673529stock
2026-03-27 21:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with identifier: 6673529stock
2026-03-27 21:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb with identifier: 6673529stock to the API
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:03 [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 21:32:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6673529>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8f5278d2-b6ce-59b3-bccf-15d8cb26d0fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6673529',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 55751,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 CRDI Business Aut. Navi KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': '1.6 CRDI Business Aut. Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673529stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:03 [ecarstrade.be] INFO: Saving data for 6673529stock: {'created_time': 1772611635.656451, 'last_price_update_time': 1774647123.498568}
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6673529stock') HTTP/1.1" 204 0
2026-03-27 21:32:03 [ecarstrade.be] INFO: Extracting details for car 6715853stock
2026-03-27 21:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6653096> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with identifier: 6715853stock
2026-03-27 21:32:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with scrape type 2
2026-03-27 21:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with scrape type 2
2026-03-27 21:32:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad, identifier: 6715853stock
2026-03-27 21:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with identifier: 6715853stock
2026-03-27 21:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with identifier: 6715853stock
2026-03-27 21:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03e3f5c0-e20b-5648-bee5-7eb4e34184ad with identifier: 6715853stock to the API
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:03 [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 21:32:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6715853>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '03e3f5c0-e20b-5648-bee5-7eb4e34184ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6715853',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 155263,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 1.5 T3 Momentum LED Virtual ACC Navi Leather KeylessGo '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 T3 Momentum LED Virtual ACC Navi Leather KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715853stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:03 [ecarstrade.be] INFO: Saving data for 6715853stock: {'created_time': 1772613039.170247, 'last_price_update_time': 1774647123.954351}
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6715853stock') HTTP/1.1" 204 0
2026-03-27 21:32:03 [ecarstrade.be] INFO: Extracting details for car 6653096stock
2026-03-27 21:32:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2447d11-6a1d-5e29-9873-79cb0f1486b8 with identifier: 6653096stock
2026-03-27 21:32:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2447d11-6a1d-5e29-9873-79cb0f1486b8 with scrape type 2
2026-03-27 21:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2447d11-6a1d-5e29-9873-79cb0f1486b8 with scrape type 2
2026-03-27 21:32:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2447d11-6a1d-5e29-9873-79cb0f1486b8, identifier: 6653096stock
2026-03-27 21:32:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2447d11-6a1d-5e29-9873-79cb0f1486b8 with identifier: 6653096stock
2026-03-27 21:32:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2447d11-6a1d-5e29-9873-79cb0f1486b8 with identifier: 6653096stock
2026-03-27 21:32:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2447d11-6a1d-5e29-9873-79cb0f1486b8 with identifier: 6653096stock to the API
2026-03-27 21:32:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:04 [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 21:32:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6653096>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a2447d11-6a1d-5e29-9873-79cb0f1486b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6653096',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'GLE 300',
'odometer': 267922,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLE 300d AMG Night 4Matic Aut. Pano Widescreen Burmester '
'Navi Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'd AMG Night 4Matic Aut. Pano Widescreen Burmester Navi Sport-Leather '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276653096stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:04 [ecarstrade.be] INFO: Saving data for 6653096stock: {'created_time': 1772611393.874308, 'last_price_update_time': 1774647124.388724}
2026-03-27 21:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6653096stock') HTTP/1.1" 204 0
2026-03-27 21:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6583408> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:05 [ecarstrade.be] INFO: Extracting details for car 6583408stock
2026-03-27 21:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with identifier: 6583408stock
2026-03-27 21:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with scrape type 2
2026-03-27 21:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with scrape type 2
2026-03-27 21:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62a7b97e-d9e3-5a04-a48f-0fa89576b454, identifier: 6583408stock
2026-03-27 21:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with identifier: 6583408stock
2026-03-27 21:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with identifier: 6583408stock
2026-03-27 21:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62a7b97e-d9e3-5a04-a48f-0fa89576b454 with identifier: 6583408stock to the API
2026-03-27 21:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:05 [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 21:32:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6583408>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '62a7b97e-d9e3-5a04-a48f-0fa89576b454',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6583408',
'listing': 'auction',
'location': 'France - "DVTA"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 87468,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-04',
'seats_number': 7,
'seller_name': None,
'title': 'Mercedes GLB 200d Progressive 7PL Aut. LED-Xenon Widescreen '
'Burmester Ambient Navi 1/2 Sport-Leather KeylessGo Camera Klima PDC '
'...',
'transmission': 'automatic',
'trim': 'd Progressive 7PL Aut. LED-Xenon Widescreen Burmester Ambient Navi '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276583408stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:05 [ecarstrade.be] INFO: Saving data for 6583408stock: {'created_time': 1772611639.102046, 'last_price_update_time': 1774647125.474484}
2026-03-27 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6583408stock') HTTP/1.1" 204 0
2026-03-27 21:32:06 [scrapy.extensions.logstats] INFO: Crawled 73 pages (at 53 pages/min), scraped 64 items (at 49 items/min)
2026-03-27 21:32:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 271MiB
2026-03-27 21:32:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6566840> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:07 [ecarstrade.be] INFO: Extracting details for car 6566840stock
2026-03-27 21:32:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23a58157-4f28-5a4b-818d-57ba5476f32e with identifier: 6566840stock
2026-03-27 21:32:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23a58157-4f28-5a4b-818d-57ba5476f32e with scrape type 2
2026-03-27 21:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23a58157-4f28-5a4b-818d-57ba5476f32e with scrape type 2
2026-03-27 21:32:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23a58157-4f28-5a4b-818d-57ba5476f32e, identifier: 6566840stock
2026-03-27 21:32:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23a58157-4f28-5a4b-818d-57ba5476f32e with identifier: 6566840stock
2026-03-27 21:32:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23a58157-4f28-5a4b-818d-57ba5476f32e with identifier: 6566840stock
2026-03-27 21:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23a58157-4f28-5a4b-818d-57ba5476f32e with identifier: 6566840stock to the API
2026-03-27 21:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:07 [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 21:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6566840>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '23a58157-4f28-5a4b-818d-57ba5476f32e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6566840',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC90',
'odometer': 169507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-11',
'seats_number': 7,
'seller_name': None,
'title': 'Volvo XC90 2.0 T6 Plug-In Hybrid 4WD 7PL Aut. Pano LED-Xenon '
'Virtual Crystal ACC Navi Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 T6 Plug-In Hybrid 4WD 7PL Aut. Pano LED-Xenon Virtual Crystal '
'ACC Navi Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-27 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276566840stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:07 [ecarstrade.be] INFO: Saving data for 6566840stock: {'created_time': 1772611294.956697, 'last_price_update_time': 1774647127.609095}
2026-03-27 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6566840stock') HTTP/1.1" 204 0
2026-03-27 21:32:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6891458stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891458stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6891458stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6902391stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902391stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6902391stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6906274stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906274stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6906274stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6906336stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906336stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6906336stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6915092stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915092stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6915092stock: 2
2026-03-27 21:32:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6915132stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915132stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6915132stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6915444stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915444stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6915444stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6922030stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922030stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6922030stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6925462stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925462stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6925462stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6928167stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928167stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6928167stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6933400stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933400stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6933400stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6934382stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934382stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6934382stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6938490stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938490stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6938490stock: 2
2026-03-27 21:32:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6938545stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938545stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6938545stock: 2
2026-03-27 21:32:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6939768stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939768stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6939768stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6942877stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942877stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6942877stock: 0
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6945655stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945655stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6945655stock: 2
2026-03-27 21:32:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6948741stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948741stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6948741stock: 2
2026-03-27 21:32:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6957412stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957412stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 6957412stock: 2
2026-03-27 21:32:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 3742479stock
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%273742479stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:08 [ecarstrade.be] INFO: Scrape type for 3742479stock: 0
2026-03-27 21:32:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6809699> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:09 [ecarstrade.be] INFO: Extracting details for car 6809699stock
2026-03-27 21:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0f7b406-1632-5808-8fcf-30b359783b76 with identifier: 6809699stock
2026-03-27 21:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0f7b406-1632-5808-8fcf-30b359783b76 with scrape type 2
2026-03-27 21:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0f7b406-1632-5808-8fcf-30b359783b76 with scrape type 2
2026-03-27 21:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0f7b406-1632-5808-8fcf-30b359783b76, identifier: 6809699stock
2026-03-27 21:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0f7b406-1632-5808-8fcf-30b359783b76 with identifier: 6809699stock
2026-03-27 21:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0f7b406-1632-5808-8fcf-30b359783b76 with identifier: 6809699stock
2026-03-27 21:32:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0f7b406-1632-5808-8fcf-30b359783b76 with identifier: 6809699stock to the API
2026-03-27 21:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:09 [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 21:32:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6809699>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f0f7b406-1632-5808-8fcf-30b359783b76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6809699',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 153218,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 320e Plug-In Hybrid M-Sport Aut. Pano LED-Xenon LC-Pro Ambient '
'Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Aut. Pano LED-Xenon LC-Pro Ambient Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809699stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:09 [ecarstrade.be] INFO: Saving data for 6809699stock: {'created_time': 1772611230.735259, 'last_price_update_time': 1774647129.51616}
2026-03-27 21:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6809699stock') HTTP/1.1" 204 0
2026-03-27 21:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6442479stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276442479stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6442479stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6472747stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276472747stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6472747stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6589495stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276589495stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6589495stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6596836stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276596836stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6596836stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6617796stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617796stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6617796stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6631679stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631679stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6631679stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6631720stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631720stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6631720stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6663716stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663716stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6663716stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6708827stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276708827stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6708827stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6979559stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979559stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6979559stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6979561stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979561stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6979561stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6979567stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979567stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6979567stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6979569stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979569stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6979569stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6979571stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979571stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6979571stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6879839stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879839stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6879839stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6883830stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883830stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6883830stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6885853stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885853stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6885853stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6885954stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885954stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6885954stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6885975stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885975stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6885975stock: 0
2026-03-27 21:32:14 [ecarstrade.be] INFO: Found listing with ID: 6890910stock
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890910stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:14 [ecarstrade.be] INFO: Scrape type for 6890910stock: 0
2026-03-27 21:32:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938545> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915092> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948741> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:15 [ecarstrade.be] INFO: Extracting details for car 6938545stock
2026-03-27 21:32:15 [ecarstrade.be] INFO: Extracting details for car 6915092stock
2026-03-27 21:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c66153-7a67-5e8a-9092-a98505ff6ab1 with identifier: 6938545stock
2026-03-27 21:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c66153-7a67-5e8a-9092-a98505ff6ab1 with scrape type 2
2026-03-27 21:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c66153-7a67-5e8a-9092-a98505ff6ab1 with scrape type 2
2026-03-27 21:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2c66153-7a67-5e8a-9092-a98505ff6ab1, identifier: 6938545stock
2026-03-27 21:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c5c84a1-e5ea-51c8-a087-fc58744ffff6 with identifier: 6915092stock
2026-03-27 21:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c5c84a1-e5ea-51c8-a087-fc58744ffff6 with scrape type 2
2026-03-27 21:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c5c84a1-e5ea-51c8-a087-fc58744ffff6 with scrape type 2
2026-03-27 21:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c5c84a1-e5ea-51c8-a087-fc58744ffff6, identifier: 6915092stock
2026-03-27 21:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2c66153-7a67-5e8a-9092-a98505ff6ab1 with identifier: 6938545stock
2026-03-27 21:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2c66153-7a67-5e8a-9092-a98505ff6ab1 with identifier: 6938545stock
2026-03-27 21:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2c66153-7a67-5e8a-9092-a98505ff6ab1 with identifier: 6938545stock to the API
2026-03-27 21:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:15 [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 21:32:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938545>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b2c66153-7a67-5e8a-9092-a98505ff6ab1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938545',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 140023,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 xDrive25e Plug-In Hybrid X-Line Aut. LED-Xenon Head-Up '
'Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 xDrive25e Plug-In Hybrid X-Line Aut. LED-Xenon Head-Up Navi-Pro '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938545stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:15 [ecarstrade.be] INFO: Saving data for 6938545stock: {'created_time': 1773672138.906582, 'last_price_update_time': 1774647135.569127}
2026-03-27 21:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938545stock') HTTP/1.1" 204 0
2026-03-27 21:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c5c84a1-e5ea-51c8-a087-fc58744ffff6 with identifier: 6915092stock
2026-03-27 21:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c5c84a1-e5ea-51c8-a087-fc58744ffff6 with identifier: 6915092stock
2026-03-27 21:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c5c84a1-e5ea-51c8-a087-fc58744ffff6 with identifier: 6915092stock to the API
2026-03-27 21:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:15 [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 21:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915092>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '7c5c84a1-e5ea-51c8-a087-fc58744ffff6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915092',
'listing': 'auction',
'location': 'France - "HOUECOURT"',
'make': 'Peugeot',
'model': '208',
'odometer': 188680,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.2 PureTech 100Hp Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech 100Hp Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915092stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:16 [ecarstrade.be] INFO: Saving data for 6915092stock: {'created_time': 1773093634.648431, 'last_price_update_time': 1774647136.065046}
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915092stock') HTTP/1.1" 204 0
2026-03-27 21:32:16 [ecarstrade.be] INFO: Extracting details for car 6948741stock
2026-03-27 21:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6957412> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with identifier: 6948741stock
2026-03-27 21:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with scrape type 2
2026-03-27 21:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with scrape type 2
2026-03-27 21:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6, identifier: 6948741stock
2026-03-27 21:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with identifier: 6948741stock
2026-03-27 21:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with identifier: 6948741stock
2026-03-27 21:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6 with identifier: 6948741stock to the API
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:16 [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 21:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6948741>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b4ac4856-5ae2-53a7-9c6b-c8f3ba3a5fd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6948741',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '208',
'odometer': 140751,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.5 BlueHDi 100Hp Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi 100Hp Navi Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948741stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:16 [ecarstrade.be] INFO: Saving data for 6948741stock: {'created_time': 1773672153.135651, 'last_price_update_time': 1774647136.505378}
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948741stock') HTTP/1.1" 204 0
2026-03-27 21:32:16 [ecarstrade.be] INFO: Extracting details for car 6957412stock
2026-03-27 21:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6938490> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d648a746-7921-5d26-86d4-8cc196a502e1 with identifier: 6957412stock
2026-03-27 21:32:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d648a746-7921-5d26-86d4-8cc196a502e1 with scrape type 2
2026-03-27 21:32:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d648a746-7921-5d26-86d4-8cc196a502e1 with scrape type 2
2026-03-27 21:32:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d648a746-7921-5d26-86d4-8cc196a502e1, identifier: 6957412stock
2026-03-27 21:32:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d648a746-7921-5d26-86d4-8cc196a502e1 with identifier: 6957412stock
2026-03-27 21:32:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d648a746-7921-5d26-86d4-8cc196a502e1 with identifier: 6957412stock
2026-03-27 21:32:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d648a746-7921-5d26-86d4-8cc196a502e1 with identifier: 6957412stock to the API
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:16 [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 21:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6957412>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd648a746-7921-5d26-86d4-8cc196a502e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6957412',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '116',
'odometer': 46398,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-20',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116d Aut. LED-Xenon Navi 1/2 Sport-Leather KeylessGo Klima PDC '
'...',
'transmission': 'automatic',
'trim': 'd Aut. LED-Xenon Navi 1/2 Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957412stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:16 [ecarstrade.be] INFO: Saving data for 6957412stock: {'created_time': 1773672246.843636, 'last_price_update_time': 1774647136.968618}
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6957412stock') HTTP/1.1" 204 0
2026-03-27 21:32:16 [ecarstrade.be] INFO: Extracting details for car 6938490stock
2026-03-27 21:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0255699-af8b-5614-9772-1efd69e7478c with identifier: 6938490stock
2026-03-27 21:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0255699-af8b-5614-9772-1efd69e7478c with scrape type 2
2026-03-27 21:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0255699-af8b-5614-9772-1efd69e7478c with scrape type 2
2026-03-27 21:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0255699-af8b-5614-9772-1efd69e7478c, identifier: 6938490stock
2026-03-27 21:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0255699-af8b-5614-9772-1efd69e7478c with identifier: 6938490stock
2026-03-27 21:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0255699-af8b-5614-9772-1efd69e7478c with identifier: 6938490stock
2026-03-27 21:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0255699-af8b-5614-9772-1efd69e7478c with identifier: 6938490stock to the API
2026-03-27 21:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:17 [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 21:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6938490>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f0255699-af8b-5614-9772-1efd69e7478c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6938490',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 71795,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116d LED-Xenon Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938490stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:17 [ecarstrade.be] INFO: Saving data for 6938490stock: {'created_time': 1773672136.433124, 'last_price_update_time': 1774647137.410579}
2026-03-27 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938490stock') HTTP/1.1" 204 0
2026-03-27 21:32:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6945655> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:18 [ecarstrade.be] INFO: Extracting details for car 6945655stock
2026-03-27 21:32:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77bd0970-adc4-5e79-921e-85947fab9cad with identifier: 6945655stock
2026-03-27 21:32:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77bd0970-adc4-5e79-921e-85947fab9cad with scrape type 2
2026-03-27 21:32:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77bd0970-adc4-5e79-921e-85947fab9cad with scrape type 2
2026-03-27 21:32:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77bd0970-adc4-5e79-921e-85947fab9cad, identifier: 6945655stock
2026-03-27 21:32:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77bd0970-adc4-5e79-921e-85947fab9cad with identifier: 6945655stock
2026-03-27 21:32:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77bd0970-adc4-5e79-921e-85947fab9cad with identifier: 6945655stock
2026-03-27 21:32:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77bd0970-adc4-5e79-921e-85947fab9cad with identifier: 6945655stock to the API
2026-03-27 21:32:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:32:19 [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 21:32:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6945655>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '77bd0970-adc4-5e79-921e-85947fab9cad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6945655',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 90084,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-12',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Scala 1.6 TDI Ambition Aut. Virtual Navi Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 TDI Ambition Aut. Virtual Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945655stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:19 [ecarstrade.be] INFO: Saving data for 6945655stock: {'created_time': 1773452113.602816, 'last_price_update_time': 1774647139.201222}
2026-03-27 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6945655stock') HTTP/1.1" 204 0
2026-03-27 21:32:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:32:22 [ecarstrade.be] INFO: Found listing with ID: 6890939stock
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890939stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:22 [ecarstrade.be] INFO: Scrape type for 6890939stock: 0
2026-03-27 21:32:22 [ecarstrade.be] INFO: Found listing with ID: 6893001stock
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276893001stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:22 [ecarstrade.be] INFO: Scrape type for 6893001stock: 0
2026-03-27 21:32:22 [ecarstrade.be] INFO: Found listing with ID: 6893405stock
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276893405stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:22 [ecarstrade.be] INFO: Scrape type for 6893405stock: 0
2026-03-27 21:32:22 [ecarstrade.be] INFO: Found listing with ID: 6899424stock
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276899424stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:22 [ecarstrade.be] INFO: Scrape type for 6899424stock: 0
2026-03-27 21:32:22 [ecarstrade.be] INFO: Found listing with ID: 6901506stock
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276901506stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:22 [ecarstrade.be] INFO: Scrape type for 6901506stock: 0
2026-03-27 21:32:22 [ecarstrade.be] INFO: Found listing with ID: 6901822stock
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276901822stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:22 [ecarstrade.be] INFO: Scrape type for 6901822stock: 0
2026-03-27 21:32:22 [ecarstrade.be] INFO: Found listing with ID: 6904901stock
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904901stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:22 [ecarstrade.be] INFO: Scrape type for 6904901stock: 0
2026-03-27 21:32:22 [ecarstrade.be] INFO: Found listing with ID: 6905414stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276905414stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6905414stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6905965stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276905965stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6905965stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6906386stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906386stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6906386stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6908834stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908834stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6908834stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6909294stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909294stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6909294stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6909316stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909316stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6909316stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6910038stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910038stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6910038stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6910043stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910043stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6910043stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6910519stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910519stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6910519stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6914005stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914005stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6914005stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6914013stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914013stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6914013stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6914030stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914030stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6914030stock: 0
2026-03-27 21:32:23 [ecarstrade.be] INFO: Found listing with ID: 6916395stock
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916395stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:23 [ecarstrade.be] INFO: Scrape type for 6916395stock: 0
2026-03-27 21:32:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6919073stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919073stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6919073stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6919152stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919152stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6919152stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6919213stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919213stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6919213stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6925476stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925476stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6925476stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6925486stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925486stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6925486stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6927538stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927538stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6927538stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6927545stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927545stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6927545stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6937858stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937858stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6937858stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6939583stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939583stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6939583stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6941303stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941303stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6941303stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6942623stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942623stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6942623stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6679102stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276679102stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6679102stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6688226stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276688226stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6688226stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6694083stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694083stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6694083stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6696769stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696769stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6696769stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6701130stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701130stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6701130stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6702277stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276702277stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6702277stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6723640stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723640stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6723640stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6728384stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728384stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6728384stock: 0
2026-03-27 21:32:29 [ecarstrade.be] INFO: Found listing with ID: 6728664stock
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728664stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:29 [ecarstrade.be] INFO: Scrape type for 6728664stock: 0
2026-03-27 21:32:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:32:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6746262stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746262stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6746262stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6764578stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764578stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6764578stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6772786stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276772786stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6772786stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6773433stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276773433stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6773433stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6776417stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776417stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6776417stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6779599stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779599stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6779599stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6787688stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787688stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6787688stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6788600stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788600stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6788600stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6791039stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276791039stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6791039stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6792164stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792164stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6792164stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6792189stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792189stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6792189stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6792686stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792686stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6792686stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6797653stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276797653stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6797653stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6802754stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802754stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6802754stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6804641stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276804641stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6804641stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6808563stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808563stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6808563stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6809691stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809691stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6809691stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6812574stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812574stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6812574stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6817744stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276817744stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6817744stock: 0
2026-03-27 21:32:37 [ecarstrade.be] INFO: Found listing with ID: 6818863stock
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:32:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818863stock%27 HTTP/1.1" 200 None
2026-03-27 21:32:37 [ecarstrade.be] INFO: Scrape type for 6818863stock: 0
2026-03-27 21:32:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:06 [scrapy.extensions.logstats] INFO: Crawled 86 pages (at 13 pages/min), scraped 72 items (at 8 items/min)
2026-03-27 21:33:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 274MiB
2026-03-27 21:33:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6824257stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824257stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6824257stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6824278stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824278stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6824278stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6824325stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824325stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6824325stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6835922stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835922stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6835922stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6843034stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843034stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6843034stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6844715stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844715stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6844715stock: 2
2026-03-27 21:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6845529stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276845529stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6845529stock: 2
2026-03-27 21:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6847587stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847587stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6847587stock: 2
2026-03-27 21:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6853022stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853022stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6853022stock: 2
2026-03-27 21:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6862902stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862902stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6862902stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6866821stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866821stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6866821stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6867142stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867142stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6867142stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6868001stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276868001stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6868001stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6869050stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869050stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6869050stock: 2
2026-03-27 21:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6870475stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870475stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6870475stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6870633stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870633stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6870633stock: 0
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6875341stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875341stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6875341stock: 2
2026-03-27 21:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6876338stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276876338stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6876338stock: 2
2026-03-27 21:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 5790258stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275790258stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 5790258stock: 2
2026-03-27 21:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:14 [ecarstrade.be] INFO: Found listing with ID: 6380489stock
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276380489stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:14 [ecarstrade.be] INFO: Scrape type for 6380489stock: 2
2026-03-27 21:33:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6876338> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:33:20 [ecarstrade.be] INFO: Found listing with ID: 6492226stock
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276492226stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:20 [ecarstrade.be] INFO: Scrape type for 6492226stock: 2
2026-03-27 21:33:20 [ecarstrade.be] INFO: Found listing with ID: 6565827stock
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276565827stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:20 [ecarstrade.be] INFO: Scrape type for 6565827stock: 0
2026-03-27 21:33:20 [ecarstrade.be] INFO: Found listing with ID: 6568211stock
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276568211stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:20 [ecarstrade.be] INFO: Scrape type for 6568211stock: 0
2026-03-27 21:33:20 [ecarstrade.be] INFO: Found listing with ID: 6572320stock
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276572320stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:20 [ecarstrade.be] INFO: Scrape type for 6572320stock: 2
2026-03-27 21:33:20 [ecarstrade.be] INFO: Extracting details for car 6876338stock
2026-03-27 21:33:20 [ecarstrade.be] INFO: Found listing with ID: 6588028stock
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276588028stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:20 [ecarstrade.be] INFO: Scrape type for 6588028stock: 2
2026-03-27 21:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock
2026-03-27 21:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with scrape type 2
2026-03-27 21:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with scrape type 2
2026-03-27 21:33:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461, identifier: 6876338stock
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6589936stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276589936stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6589936stock: 2
2026-03-27 21:33:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock
2026-03-27 21:33:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock
2026-03-27 21:33:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock to the API
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:21 [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 21:33:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6876338>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6876338',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 72367,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 sDrive16d Aut. Navi-Pro KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 sDrive16d Aut. Navi-Pro KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276876338stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Saving data for 6876338stock: {'created_time': 1772611329.909864, 'last_price_update_time': 1774647201.392273}
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6876338stock') HTTP/1.1" 204 0
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6612228stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612228stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6612228stock: 2
2026-03-27 21:33:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6869050> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6847587> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6853022> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6629462stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276629462stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6629462stock: 2
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6635088stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276635088stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6635088stock: 2
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6656157stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656157stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6656157stock: 2
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6668929stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276668929stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6668929stock: 2
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6672443stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276672443stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6672443stock: 2
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6843094stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843094stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6843094stock: 0
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6751573stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276751573stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6751573stock: 0
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6434642stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276434642stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6434642stock: 0
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6597827stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276597827stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6597827stock: 0
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6788506stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788506stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6788506stock: 0
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6794715stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276794715stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6794715stock: 0
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6882517stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882517stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6882517stock: 0
2026-03-27 21:33:21 [ecarstrade.be] INFO: Found listing with ID: 6769282stock
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769282stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:21 [ecarstrade.be] INFO: Scrape type for 6769282stock: 0
2026-03-27 21:33:21 [ecarstrade.be] INFO: Extracting details for car 6869050stock
2026-03-27 21:33:21 [ecarstrade.be] INFO: Extracting details for car 6847587stock
2026-03-27 21:33:21 [ecarstrade.be] INFO: Extracting details for car 6853022stock
2026-03-27 21:33:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6844715> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock
2026-03-27 21:33:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c07e2109-1d29-523d-a625-87e03d894341 with scrape type 2
2026-03-27 21:33:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c07e2109-1d29-523d-a625-87e03d894341 with scrape type 2
2026-03-27 21:33:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c07e2109-1d29-523d-a625-87e03d894341, identifier: 6869050stock
2026-03-27 21:33:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock
2026-03-27 21:33:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad347c5f-f78c-5501-b1f9-41e88a072577 with scrape type 2
2026-03-27 21:33:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad347c5f-f78c-5501-b1f9-41e88a072577 with scrape type 2
2026-03-27 21:33:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad347c5f-f78c-5501-b1f9-41e88a072577, identifier: 6847587stock
2026-03-27 21:33:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock
2026-03-27 21:33:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with scrape type 2
2026-03-27 21:33:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with scrape type 2
2026-03-27 21:33:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee, identifier: 6853022stock
2026-03-27 21:33:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock
2026-03-27 21:33:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock
2026-03-27 21:33:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock to the API
2026-03-27 21:33:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:22 [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 21:33:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6869050>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c07e2109-1d29-523d-a625-87e03d894341',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6869050',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '216 Gran Tourer',
'odometer': 168137,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-15',
'seats_number': 7,
'seller_name': None,
'title': 'BMW 216d Gran Tourer 7PL Aut. LED-Xenon ACC Navi KeylessGo Klima '
'PDC ...',
'transmission': 'automatic',
'trim': '216d Gran Tourer 7PL Aut. LED-Xenon ACC Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869050stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:22 [ecarstrade.be] INFO: Saving data for 6869050stock: {'created_time': 1772611337.438124, 'last_price_update_time': 1774647202.904078}
2026-03-27 21:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6869050stock') HTTP/1.1" 204 0
2026-03-27 21:33:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock
2026-03-27 21:33:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock
2026-03-27 21:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock to the API
2026-03-27 21:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:23 [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 21:33:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6847587>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ad347c5f-f78c-5501-b1f9-41e88a072577',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6847587',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '308',
'odometer': 52708,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech LED I-Cockpit Navi KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech LED I-Cockpit Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847587stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:23 [ecarstrade.be] INFO: Saving data for 6847587stock: {'created_time': 1772611228.880418, 'last_price_update_time': 1774647203.346801}
2026-03-27 21:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6847587stock') HTTP/1.1" 204 0
2026-03-27 21:33:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock
2026-03-27 21:33:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock
2026-03-27 21:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock to the API
2026-03-27 21:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:24 [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 21:33:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6853022>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a08dd1ce-01e8-51eb-b535-eb9ba75e2bee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6853022',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X5',
'odometer': 178496,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X5 xDrive45e Plug-In Hybrid Aut. LED-Xenon LC-Pro ACC Ambient '
'Air-Suspension Hi-Fi Navi Sport-Leather KeylessGo Camera 360 Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'xDrive45e Plug-In Hybrid Aut. LED-Xenon LC-Pro ACC Ambient '
'Air-Suspension Hi-Fi Navi Sport-Leather KeylessGo Camera 360 Klima '
'PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853022stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:24 [ecarstrade.be] INFO: Saving data for 6853022stock: {'created_time': 1772613138.472275, 'last_price_update_time': 1774647204.372639}
2026-03-27 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6853022stock') HTTP/1.1" 204 0
2026-03-27 21:33:24 [ecarstrade.be] INFO: Extracting details for car 6844715stock
2026-03-27 21:33:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875341> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6845529> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e716ae81-73d5-5859-8550-b0763bc3461c with identifier: 6844715stock
2026-03-27 21:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e716ae81-73d5-5859-8550-b0763bc3461c with scrape type 2
2026-03-27 21:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e716ae81-73d5-5859-8550-b0763bc3461c with scrape type 2
2026-03-27 21:33:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e716ae81-73d5-5859-8550-b0763bc3461c, identifier: 6844715stock
2026-03-27 21:33:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e716ae81-73d5-5859-8550-b0763bc3461c with identifier: 6844715stock
2026-03-27 21:33:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e716ae81-73d5-5859-8550-b0763bc3461c with identifier: 6844715stock
2026-03-27 21:33:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e716ae81-73d5-5859-8550-b0763bc3461c with identifier: 6844715stock to the API
2026-03-27 21:33:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:24 [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 21:33:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6844715>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e716ae81-73d5-5859-8550-b0763bc3461c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6844715',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '518',
'odometer': 194580,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 518d Aut. LED-Xenon LC-Pro Ambient Navi-Pro Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Aut. LED-Xenon LC-Pro Ambient Navi-Pro Sport-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844715stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:24 [ecarstrade.be] INFO: Saving data for 6844715stock: {'created_time': 1772613143.43367, 'last_price_update_time': 1774647204.906919}
2026-03-27 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6844715stock') HTTP/1.1" 204 0
2026-03-27 21:33:24 [ecarstrade.be] INFO: Extracting details for car 6875341stock
2026-03-27 21:33:24 [ecarstrade.be] INFO: Extracting details for car 6845529stock
2026-03-27 21:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock
2026-03-27 21:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd3779a9-486e-5f01-b8d0-aee660fbf7bd with scrape type 2
2026-03-27 21:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd3779a9-486e-5f01-b8d0-aee660fbf7bd with scrape type 2
2026-03-27 21:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd3779a9-486e-5f01-b8d0-aee660fbf7bd, identifier: 6875341stock
2026-03-27 21:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock
2026-03-27 21:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e447a2a3-eec7-574c-8761-ecbe045eae20 with scrape type 2
2026-03-27 21:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e447a2a3-eec7-574c-8761-ecbe045eae20 with scrape type 2
2026-03-27 21:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e447a2a3-eec7-574c-8761-ecbe045eae20, identifier: 6845529stock
2026-03-27 21:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock
2026-03-27 21:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock
2026-03-27 21:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock to the API
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:25 [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 21:33:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875341>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fd3779a9-486e-5f01-b8d0-aee660fbf7bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875341',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 160792,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat 1.6 TDI Highline Aut. Pano LED-Matrix ACC Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Passat 1.6 TDI Highline Aut. Pano LED-Matrix ACC Navi Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875341stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:25 [ecarstrade.be] INFO: Saving data for 6875341stock: {'created_time': 1772611329.368089, 'last_price_update_time': 1774647205.41105}
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875341stock') HTTP/1.1" 204 0
2026-03-27 21:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock
2026-03-27 21:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock
2026-03-27 21:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock to the API
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:25 [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 21:33:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6845529>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e447a2a3-eec7-574c-8761-ecbe045eae20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6845529',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': 'X1',
'odometer': 116146,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 2.0i xDrive23i M-Sport Aut. LED-Xenon Head-Up LC-Pro '
'Navi-Pro 1/2 Sport-Leather-Alcantara KeylessGo Camera 360 Klima PDC '
'...',
'transmission': 'automatic',
'trim': '2.0i xDrive23i M-Sport Aut. LED-Xenon Head-Up LC-Pro Navi-Pro 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276845529stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:25 [ecarstrade.be] INFO: Saving data for 6845529stock: {'created_time': 1772613142.216108, 'last_price_update_time': 1774647205.720079}
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6845529stock') HTTP/1.1" 204 0
2026-03-27 21:33:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/5790258> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:28 [ecarstrade.be] INFO: Extracting details for car 5790258stock
2026-03-27 21:33:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock
2026-03-27 21:33:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11865ffe-2716-5cbf-9310-bcba177d6235 with scrape type 2
2026-03-27 21:33:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11865ffe-2716-5cbf-9310-bcba177d6235 with scrape type 2
2026-03-27 21:33:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11865ffe-2716-5cbf-9310-bcba177d6235, identifier: 5790258stock
2026-03-27 21:33:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock
2026-03-27 21:33:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock
2026-03-27 21:33:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock to the API
2026-03-27 21:33:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:28 [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 21:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/5790258>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '11865ffe-2716-5cbf-9310-bcba177d6235',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/5790258',
'listing': 'directbuy',
'location': 'Belgium - "BE-91-SINT-NIKLAAS-AKTRION_1"',
'make': 'Peugeot',
'model': '308',
'odometer': 67734,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-21',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.2 PureTech Active Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Active Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275790258stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:28 [ecarstrade.be] INFO: Saving data for 5790258stock: {'created_time': 1772611330.609801, 'last_price_update_time': 1774647208.656411}
2026-03-27 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='5790258stock') HTTP/1.1" 204 0
2026-03-27 21:33:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6492226> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:30 [ecarstrade.be] INFO: Extracting details for car 6492226stock
2026-03-27 21:33:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock
2026-03-27 21:33:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with scrape type 2
2026-03-27 21:33:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with scrape type 2
2026-03-27 21:33:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c, identifier: 6492226stock
2026-03-27 21:33:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock
2026-03-27 21:33:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock
2026-03-27 21:33:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock to the API
2026-03-27 21:33:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:31 [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 21:33:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6492226>
{'auction_title': '',
'c_o_2_emission_value': 20,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6492226',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Range Rover Sport',
'odometer': 98800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Sport P440e HSE Dynamic Aut. LED-Pixel '
'Virtual Merdian ACC Navi-Pro Comfort-Leather KeylessGo Camera 360° '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'P440e HSE Dynamic Aut. LED-Pixel Virtual Merdian ACC Navi-Pro '
'Comfort-Leather KeylessGo Camera 360° Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-27 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276492226stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:31 [ecarstrade.be] INFO: Saving data for 6492226stock: {'created_time': 1772611815.856584, 'last_price_update_time': 1774647211.604366}
2026-03-27 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6492226stock') HTTP/1.1" 204 0
2026-03-27 21:33:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6572320> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:31 [ecarstrade.be] INFO: Extracting details for car 6572320stock
2026-03-27 21:33:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6612228> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with identifier: 6572320stock
2026-03-27 21:33:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with scrape type 2
2026-03-27 21:33:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with scrape type 2
2026-03-27 21:33:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5750ea0c-00df-565b-9ec1-4a9861bb7d61, identifier: 6572320stock
2026-03-27 21:33:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:33:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with identifier: 6572320stock
2026-03-27 21:33:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with identifier: 6572320stock
2026-03-27 21:33:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5750ea0c-00df-565b-9ec1-4a9861bb7d61 with identifier: 6572320stock to the API
2026-03-27 21:33:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:32 [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 21:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6572320>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '5750ea0c-00df-565b-9ec1-4a9861bb7d61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6572320',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '308',
'odometer': 142056,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.2 PureTech Pano Navi Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Pano Navi Camera Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276572320stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Saving data for 6572320stock: {'created_time': 1772611279.923526, 'last_price_update_time': 1774647212.154353}
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6572320stock') HTTP/1.1" 204 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Extracting details for car 6612228stock
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6287267stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276287267stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6287267stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6462698stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276462698stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6462698stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6478353stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276478353stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6478353stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6644566stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276644566stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6644566stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6675809stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276675809stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6675809stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6700653stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276700653stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6700653stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6706350stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276706350stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6706350stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6740077stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276740077stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6740077stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6752714stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752714stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6752714stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6761356stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276761356stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6761356stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6777305stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777305stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6777305stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6778069stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778069stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6778069stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6781448stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781448stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6781448stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6797160stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276797160stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6797160stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6801102stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276801102stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6801102stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6808931stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808931stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6808931stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6811286stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276811286stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6811286stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6816472stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816472stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6816472stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6821306stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821306stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6821306stock: 0
2026-03-27 21:33:32 [ecarstrade.be] INFO: Found listing with ID: 6828925stock
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276828925stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Scrape type for 6828925stock: 0
2026-03-27 21:33:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6589936> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6588028> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock
2026-03-27 21:33:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 168a40be-f9c2-5271-947c-79b6aaeced8b with scrape type 2
2026-03-27 21:33:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 168a40be-f9c2-5271-947c-79b6aaeced8b with scrape type 2
2026-03-27 21:33:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 168a40be-f9c2-5271-947c-79b6aaeced8b, identifier: 6612228stock
2026-03-27 21:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock
2026-03-27 21:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock
2026-03-27 21:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock to the API
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:32 [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 21:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6612228>
{'auction_title': '',
'c_o_2_emission_value': 215,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.9L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '168a40be-f9c2-5271-947c-79b6aaeced8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6612228',
'listing': 'auction',
'location': 'Belgium',
'make': 'Porsche',
'model': 'Cayenne',
'odometer': 110156,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche Cayenne S 2.9 Twin Turbo AWD Aut. Pano LED-Matrix '
'Sport-Chrono Active Suspension Bose Navi Sport-Leather KeylessGo '
'Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'S 2.9 Twin Turbo AWD Aut. Pano LED-Matrix Sport-Chrono Active '
'Suspension Bose Navi Sport-Leather KeylessGo Camera 360 Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612228stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:32 [ecarstrade.be] INFO: Saving data for 6612228stock: {'created_time': 1772611296.949952, 'last_price_update_time': 1774647212.949431}
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6612228stock') HTTP/1.1" 204 0
2026-03-27 21:33:33 [ecarstrade.be] INFO: Extracting details for car 6589936stock
2026-03-27 21:33:33 [ecarstrade.be] INFO: Extracting details for car 6588028stock
2026-03-27 21:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock
2026-03-27 21:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1634ea38-0b5b-5ea6-8039-ff4f820159cb with scrape type 2
2026-03-27 21:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1634ea38-0b5b-5ea6-8039-ff4f820159cb with scrape type 2
2026-03-27 21:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1634ea38-0b5b-5ea6-8039-ff4f820159cb, identifier: 6589936stock
2026-03-27 21:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock
2026-03-27 21:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 117fbae4-cb31-5266-92f8-87b53ca5f0de with scrape type 2
2026-03-27 21:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 117fbae4-cb31-5266-92f8-87b53ca5f0de with scrape type 2
2026-03-27 21:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 117fbae4-cb31-5266-92f8-87b53ca5f0de, identifier: 6588028stock
2026-03-27 21:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock
2026-03-27 21:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock
2026-03-27 21:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock to the API
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:33 [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 21:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6589936>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1634ea38-0b5b-5ea6-8039-ff4f820159cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6589936',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Dacia Logan',
'odometer': 80629,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-07',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Logan 1.5 DCi Comfort Display Klima ...',
'transmission': 'manual',
'trim': '1.5 DCi Comfort Display Klima ...',
'vin': None,
'year': 2020}
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276589936stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:33 [ecarstrade.be] INFO: Saving data for 6589936stock: {'created_time': 1772611295.540484, 'last_price_update_time': 1774647213.606335}
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6589936stock') HTTP/1.1" 204 0
2026-03-27 21:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock
2026-03-27 21:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock
2026-03-27 21:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock to the API
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:33 [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 21:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6588028>
{'auction_title': '',
'c_o_2_emission_value': 204,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '117fbae4-cb31-5266-92f8-87b53ca5f0de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6588028',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Porsche Macan',
'odometer': 124739,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche Macan S 3.0 Aut. Pano LED-Xenon Active Suspension '
'Sport-Chrono Navi Sport-Leather Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'S 3.0 Aut. Pano LED-Xenon Active Suspension Sport-Chrono Navi '
'Sport-Leather Camera 360 Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276588028stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:33 [ecarstrade.be] INFO: Saving data for 6588028stock: {'created_time': 1772613139.697332, 'last_price_update_time': 1774647213.943515}
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6588028stock') HTTP/1.1" 204 0
2026-03-27 21:33:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6629462> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:34 [ecarstrade.be] INFO: Extracting details for car 6629462stock
2026-03-27 21:33:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock
2026-03-27 21:33:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with scrape type 2
2026-03-27 21:33:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with scrape type 2
2026-03-27 21:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359, identifier: 6629462stock
2026-03-27 21:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock
2026-03-27 21:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock
2026-03-27 21:33:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock to the API
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:35 [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 21:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6629462>
{'auction_title': '',
'c_o_2_emission_value': 189,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8853c45e-5e27-5fd2-84d1-ce8d2fa0e359',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6629462',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Discovery',
'odometer': 173519,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Discovery 3.0 TDV6 Luxury HSE Aut. LED Virtual Merdian '
'Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '3.0 TDV6 Luxury HSE Aut. LED Virtual Merdian Navi-Pro Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276629462stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:35 [ecarstrade.be] INFO: Saving data for 6629462stock: {'created_time': 1772611688.224244, 'last_price_update_time': 1774647215.196341}
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6629462stock') HTTP/1.1" 204 0
2026-03-27 21:33:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6380489> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:35 [ecarstrade.be] INFO: Extracting details for car 6380489stock
2026-03-27 21:33:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock
2026-03-27 21:33:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51a1e909-1f20-503a-8b48-7683e9acc33a with scrape type 2
2026-03-27 21:33:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51a1e909-1f20-503a-8b48-7683e9acc33a with scrape type 2
2026-03-27 21:33:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51a1e909-1f20-503a-8b48-7683e9acc33a, identifier: 6380489stock
2026-03-27 21:33:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock
2026-03-27 21:33:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock
2026-03-27 21:33:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock to the API
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:35 [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 21:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6380489>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '51a1e909-1f20-503a-8b48-7683e9acc33a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6380489',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X5',
'odometer': 146674,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X5 3.0 xDrive45e M-Sport Pano Luft LED-Xenon LC-Pro Navi-Pro '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '3.0 xDrive45e M-Sport Pano Luft LED-Xenon LC-Pro Navi-Pro '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276380489stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:35 [ecarstrade.be] INFO: Saving data for 6380489stock: {'created_time': 1772611315.180269, 'last_price_update_time': 1774647215.796853}
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6380489stock') HTTP/1.1" 204 0
2026-03-27 21:33:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6635088> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:38 [ecarstrade.be] INFO: Extracting details for car 6635088stock
2026-03-27 21:33:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock
2026-03-27 21:33:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a2aaf26-c8ec-59a5-811a-438be8f4575c with scrape type 2
2026-03-27 21:33:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a2aaf26-c8ec-59a5-811a-438be8f4575c with scrape type 2
2026-03-27 21:33:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a2aaf26-c8ec-59a5-811a-438be8f4575c, identifier: 6635088stock
2026-03-27 21:33:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock
2026-03-27 21:33:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:33:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock
2026-03-27 21:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock to the API
2026-03-27 21:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:39 [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 21:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6635088>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Purple',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1a2aaf26-c8ec-59a5-811a-438be8f4575c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6635088',
'listing': 'auction',
'location': 'Belgium',
'make': 'MAN',
'model': 'Mini Cooper D Clubman',
'odometer': 107463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Cooper D Clubman 2.0 150Hp Aut. LED-Xenon Navi 1/2 '
'Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 150Hp Aut. LED-Xenon Navi 1/2 Sport-Leather KeylessGo Klima PDC '
'...',
'vin': None,
'year': 2018}
2026-03-27 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276635088stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:39 [ecarstrade.be] INFO: Saving data for 6635088stock: {'created_time': 1772611395.027664, 'last_price_update_time': 1774647219.272801}
2026-03-27 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6635088stock') HTTP/1.1" 204 0
2026-03-27 21:33:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6672443> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:40 [ecarstrade.be] INFO: Extracting details for car 6672443stock
2026-03-27 21:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock
2026-03-27 21:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce96b5ed-dcab-512b-865c-f3db17e8bf86 with scrape type 2
2026-03-27 21:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce96b5ed-dcab-512b-865c-f3db17e8bf86 with scrape type 2
2026-03-27 21:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce96b5ed-dcab-512b-865c-f3db17e8bf86, identifier: 6672443stock
2026-03-27 21:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock
2026-03-27 21:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock
2026-03-27 21:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock to the API
2026-03-27 21:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:40 [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 21:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6672443>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ce96b5ed-dcab-512b-865c-f3db17e8bf86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6672443',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '508',
'odometer': 206481,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 2.0 BlueHDi 150Hp Pano Head-Up Navi Sport-Leather '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': '2.0 BlueHDi 150Hp Pano Head-Up Navi Sport-Leather Camera Klima PDC '
'...',
'vin': None,
'year': 2016}
2026-03-27 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276672443stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:40 [ecarstrade.be] INFO: Saving data for 6672443stock: {'created_time': 1772611309.519757, 'last_price_update_time': 1774647220.62903}
2026-03-27 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6672443stock') HTTP/1.1" 204 0
2026-03-27 21:33:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6668929> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:40 [ecarstrade.be] INFO: Extracting details for car 6668929stock
2026-03-27 21:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock
2026-03-27 21:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb5b3852-58ba-5615-95f9-e5371fc015c6 with scrape type 2
2026-03-27 21:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb5b3852-58ba-5615-95f9-e5371fc015c6 with scrape type 2
2026-03-27 21:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb5b3852-58ba-5615-95f9-e5371fc015c6, identifier: 6668929stock
2026-03-27 21:33:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock
2026-03-27 21:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock
2026-03-27 21:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock to the API
2026-03-27 21:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:41 [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 21:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6668929>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'bb5b3852-58ba-5615-95f9-e5371fc015c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6668929',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '216',
'odometer': 116664,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 216d Gran Coupe M-Sport Aut. LED-Xenon LC-Pro Navi '
'Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Gran Coupe M-Sport Aut. LED-Xenon LC-Pro Navi Sport-Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276668929stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Saving data for 6668929stock: {'created_time': 1772611707.481432, 'last_price_update_time': 1774647221.187272}
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6668929stock') HTTP/1.1" 204 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6830783stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830783stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6830783stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6835650stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835650stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6835650stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6841634stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841634stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6841634stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6863207stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276863207stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6863207stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6865470stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865470stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6865470stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6865847stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865847stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6865847stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6867096stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867096stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6867096stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6884277stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884277stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6884277stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6884961stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884961stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6884961stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6886197stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886197stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6886197stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6886254stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886254stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6886254stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6886825stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886825stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6886825stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6888967stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888967stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6888967stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6897644stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897644stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6897644stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6898380stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898380stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6898380stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6902393stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902393stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6902393stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6903066stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903066stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6903066stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6903832stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903832stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6903832stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6904740stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904740stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6904740stock: 0
2026-03-27 21:33:41 [ecarstrade.be] INFO: Found listing with ID: 6906584stock
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906584stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:41 [ecarstrade.be] INFO: Scrape type for 6906584stock: 0
2026-03-27 21:33:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6656157> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:44 [ecarstrade.be] INFO: Extracting details for car 6656157stock
2026-03-27 21:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96316ad2-ba8d-5f52-8078-89771df9a084 with identifier: 6656157stock
2026-03-27 21:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96316ad2-ba8d-5f52-8078-89771df9a084 with scrape type 2
2026-03-27 21:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96316ad2-ba8d-5f52-8078-89771df9a084 with scrape type 2
2026-03-27 21:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96316ad2-ba8d-5f52-8078-89771df9a084, identifier: 6656157stock
2026-03-27 21:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96316ad2-ba8d-5f52-8078-89771df9a084 with identifier: 6656157stock
2026-03-27 21:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96316ad2-ba8d-5f52-8078-89771df9a084 with identifier: 6656157stock
2026-03-27 21:33:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96316ad2-ba8d-5f52-8078-89771df9a084 with identifier: 6656157stock to the API
2026-03-27 21:33:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:33:44 [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 21:33:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6656157>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '96316ad2-ba8d-5f52-8078-89771df9a084',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6656157',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X5',
'odometer': 195000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X5 xDrive30d M-Sport Aut. Pano LED-Xenon LC-Pro Ambient '
'Navi-Pro Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'xDrive30d M-Sport Aut. Pano LED-Xenon LC-Pro Ambient Navi-Pro '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-27 21:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656157stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:44 [ecarstrade.be] INFO: Saving data for 6656157stock: {'created_time': 1772611744.532318, 'last_price_update_time': 1774647224.556449}
2026-03-27 21:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6656157stock') HTTP/1.1" 204 0
2026-03-27 21:33:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6906853stock
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906853stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:47 [ecarstrade.be] INFO: Scrape type for 6906853stock: 0
2026-03-27 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6912515stock
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276912515stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:47 [ecarstrade.be] INFO: Scrape type for 6912515stock: 0
2026-03-27 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6916489stock
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916489stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:47 [ecarstrade.be] INFO: Scrape type for 6916489stock: 0
2026-03-27 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6919009stock
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919009stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:47 [ecarstrade.be] INFO: Scrape type for 6919009stock: 0
2026-03-27 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6921709stock
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921709stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:47 [ecarstrade.be] INFO: Scrape type for 6921709stock: 0
2026-03-27 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6929239stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929239stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6929239stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6929377stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929377stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6929377stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6929853stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929853stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6929853stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6933323stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933323stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6933323stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6933344stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933344stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6933344stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6933657stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933657stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6933657stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6933662stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933662stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6933662stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6934437stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934437stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6934437stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6934462stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934462stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6934462stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6934463stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934463stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6934463stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6935000stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935000stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6935000stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6938498stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938498stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6938498stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6938520stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938520stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6938520stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6938580stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938580stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6938580stock: 0
2026-03-27 21:33:48 [ecarstrade.be] INFO: Found listing with ID: 6938597stock
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938597stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:48 [ecarstrade.be] INFO: Scrape type for 6938597stock: 0
2026-03-27 21:33:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found listing with ID: 6938612stock
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938612stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:54 [ecarstrade.be] INFO: Scrape type for 6938612stock: 0
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found listing with ID: 6939461stock
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939461stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:54 [ecarstrade.be] INFO: Scrape type for 6939461stock: 0
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found listing with ID: 6939659stock
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939659stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:54 [ecarstrade.be] INFO: Scrape type for 6939659stock: 0
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found listing with ID: 6939660stock
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939660stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:54 [ecarstrade.be] INFO: Scrape type for 6939660stock: 0
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found listing with ID: 6939662stock
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939662stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:54 [ecarstrade.be] INFO: Scrape type for 6939662stock: 0
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found listing with ID: 6940180stock
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940180stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:54 [ecarstrade.be] INFO: Scrape type for 6940180stock: 0
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found listing with ID: 6940842stock
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940842stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:54 [ecarstrade.be] INFO: Scrape type for 6940842stock: 0
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found listing with ID: 6941160stock
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941160stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:54 [ecarstrade.be] INFO: Scrape type for 6941160stock: 0
2026-03-27 21:33:54 [ecarstrade.be] INFO: Found listing with ID: 6942252stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942252stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6942252stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6942267stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942267stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6942267stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6945449stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945449stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6945449stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6945574stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945574stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6945574stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6946051stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946051stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6946051stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6947046stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947046stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6947046stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6947972stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947972stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6947972stock: 2
2026-03-27 21:33:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6947973stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947973stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6947973stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6948423stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948423stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6948423stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6948679stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948679stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6948679stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6948764stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948764stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6948764stock: 0
2026-03-27 21:33:55 [ecarstrade.be] INFO: Found listing with ID: 6949801stock
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949801stock%27 HTTP/1.1" 200 None
2026-03-27 21:33:55 [ecarstrade.be] INFO: Scrape type for 6949801stock: 0
2026-03-27 21:33:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:34:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:34:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6947972> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6957970stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957970stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6957970stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6957987stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957987stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6957987stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6959932stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959932stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6959932stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6959946stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959946stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6959946stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6959948stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959948stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6959948stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6960190stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960190stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6960190stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6960227stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960227stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6960227stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6960485stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960485stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6960485stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6961602stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961602stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6961602stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6961606stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961606stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6961606stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6961671stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961671stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:01 [ecarstrade.be] INFO: Scrape type for 6961671stock: 0
2026-03-27 21:34:01 [ecarstrade.be] INFO: Found listing with ID: 6961696stock
2026-03-27 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961696stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Scrape type for 6961696stock: 0
2026-03-27 21:34:02 [ecarstrade.be] INFO: Found listing with ID: 6961796stock
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961796stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Scrape type for 6961796stock: 0
2026-03-27 21:34:02 [ecarstrade.be] INFO: Found listing with ID: 6961827stock
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961827stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Scrape type for 6961827stock: 0
2026-03-27 21:34:02 [ecarstrade.be] INFO: Found listing with ID: 6961844stock
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961844stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Scrape type for 6961844stock: 0
2026-03-27 21:34:02 [ecarstrade.be] INFO: Found listing with ID: 6961905stock
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961905stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Scrape type for 6961905stock: 0
2026-03-27 21:34:02 [ecarstrade.be] INFO: Found listing with ID: 6961958stock
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961958stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Scrape type for 6961958stock: 0
2026-03-27 21:34:02 [ecarstrade.be] INFO: Found listing with ID: 6961962stock
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961962stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Scrape type for 6961962stock: 0
2026-03-27 21:34:02 [ecarstrade.be] INFO: Found listing with ID: 6961977stock
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961977stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Scrape type for 6961977stock: 0
2026-03-27 21:34:02 [ecarstrade.be] INFO: Found listing with ID: 6962934stock
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962934stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Scrape type for 6962934stock: 0
2026-03-27 21:34:02 [ecarstrade.be] INFO: Extracting details for car 6947972stock
2026-03-27 21:34:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5463dcf3-9b70-5612-994e-d694faf4cc16 with identifier: 6947972stock
2026-03-27 21:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5463dcf3-9b70-5612-994e-d694faf4cc16 with scrape type 2
2026-03-27 21:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5463dcf3-9b70-5612-994e-d694faf4cc16 with scrape type 2
2026-03-27 21:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5463dcf3-9b70-5612-994e-d694faf4cc16, identifier: 6947972stock
2026-03-27 21:34:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5463dcf3-9b70-5612-994e-d694faf4cc16 with identifier: 6947972stock
2026-03-27 21:34:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5463dcf3-9b70-5612-994e-d694faf4cc16 with identifier: 6947972stock
2026-03-27 21:34:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5463dcf3-9b70-5612-994e-d694faf4cc16 with identifier: 6947972stock to the API
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:34:02 [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 21:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6947972>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5463dcf3-9b70-5612-994e-d694faf4cc16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6947972',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 133493,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947972stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:02 [ecarstrade.be] INFO: Saving data for 6947972stock: {'created_time': 1773758253.457956, 'last_price_update_time': 1774647242.770473}
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6947972stock') HTTP/1.1" 204 0
2026-03-27 21:34:06 [scrapy.extensions.logstats] INFO: Crawled 113 pages (at 27 pages/min), scraped 92 items (at 20 items/min)
2026-03-27 21:34:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 283MiB
2026-03-27 21:34:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6962942stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962942stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6962942stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6963005stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963005stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6963005stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6963006stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963006stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6963006stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6963075stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963075stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6963075stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6963092stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963092stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6963092stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6963160stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963160stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6963160stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6963175stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963175stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6963175stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6964823stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964823stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6964823stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6964893stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964893stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6964893stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6964895stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964895stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6964895stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6964902stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964902stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6964902stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6964903stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964903stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6964903stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6965180stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965180stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6965180stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6965186stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965186stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6965186stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6965209stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965209stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6965209stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6965334stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965334stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6965334stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6966110stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966110stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6966110stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6966336stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966336stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6966336stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6969573stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969573stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6969573stock: 0
2026-03-27 21:34:10 [ecarstrade.be] INFO: Found listing with ID: 6969942stock
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969942stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:10 [ecarstrade.be] INFO: Scrape type for 6969942stock: 0
2026-03-27 21:34:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:34:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found listing with ID: 6970021stock
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276970021stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:16 [ecarstrade.be] INFO: Scrape type for 6970021stock: 0
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found listing with ID: 6971189stock
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971189stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:16 [ecarstrade.be] INFO: Scrape type for 6971189stock: 0
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found listing with ID: 6971207stock
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971207stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:16 [ecarstrade.be] INFO: Scrape type for 6971207stock: 0
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found listing with ID: 6972124stock
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972124stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:16 [ecarstrade.be] INFO: Scrape type for 6972124stock: 0
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found listing with ID: 6972165stock
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972165stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:16 [ecarstrade.be] INFO: Scrape type for 6972165stock: 0
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found listing with ID: 6974836stock
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974836stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:16 [ecarstrade.be] INFO: Scrape type for 6974836stock: 0
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found listing with ID: 6976163stock
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976163stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:16 [ecarstrade.be] INFO: Scrape type for 6976163stock: 0
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found listing with ID: 6976559stock
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976559stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:16 [ecarstrade.be] INFO: Scrape type for 6976559stock: 0
2026-03-27 21:34:16 [ecarstrade.be] INFO: Found listing with ID: 6976648stock
2026-03-27 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976648stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6976648stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6976731stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976731stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6976731stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6977964stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276977964stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6977964stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6978744stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978744stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6978744stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6978760stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978760stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6978760stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6978774stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978774stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6978774stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6979306stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979306stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6979306stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6980181stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980181stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6980181stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6980194stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980194stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6980194stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6980294stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980294stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6980294stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6980640stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980640stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6980640stock: 0
2026-03-27 21:34:17 [ecarstrade.be] INFO: Found listing with ID: 6981993stock
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981993stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:17 [ecarstrade.be] INFO: Scrape type for 6981993stock: 0
2026-03-27 21:34:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:34:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6983045stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983045stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6983045stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6983050stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983050stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6983050stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6983055stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983055stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6983055stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6983089stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983089stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6983089stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6983092stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983092stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6983092stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6983094stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983094stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6983094stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6983670stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983670stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6983670stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6983700stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983700stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6983700stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6983705stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983705stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6983705stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6986820stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276986820stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6986820stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6987105stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987105stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6987105stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6987316stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987316stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6987316stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6987317stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987317stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6987317stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6988801stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988801stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6988801stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6988853stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988853stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6988853stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6989397stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276989397stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6989397stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6990858stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990858stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6990858stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6990908stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990908stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6990908stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6990940stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990940stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6990940stock: 0
2026-03-27 21:34:41 [ecarstrade.be] INFO: Found listing with ID: 6991833stock
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991833stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:41 [ecarstrade.be] INFO: Scrape type for 6991833stock: 0
2026-03-27 21:34:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:34:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 6993875stock
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993875stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 6993875stock: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 6995995stock
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995995stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 6995995stock: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 6998095stock
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998095stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 6998095stock: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 6998108stock
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998108stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 6998108stock: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 6998427stock
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998427stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 6998427stock: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 6861328stock
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861328stock%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 6861328stock: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 7008421auction111121
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008421auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 7008421auction111121: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 7008422auction111121
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008422auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 7008422auction111121: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 7008425auction111121
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008425auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 7008425auction111121: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 7008427auction111121
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008427auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 7008427auction111121: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 7008428auction111121
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008428auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 7008428auction111121: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 7008429auction111121
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008429auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:47 [ecarstrade.be] INFO: Scrape type for 7008429auction111121: 0
2026-03-27 21:34:47 [ecarstrade.be] INFO: Found listing with ID: 7008430auction111121
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008430auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:48 [ecarstrade.be] INFO: Scrape type for 7008430auction111121: 0
2026-03-27 21:34:48 [ecarstrade.be] INFO: Found listing with ID: 7008431auction111121
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008431auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:48 [ecarstrade.be] INFO: Scrape type for 7008431auction111121: 0
2026-03-27 21:34:48 [ecarstrade.be] INFO: Found listing with ID: 7008432auction111121
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008432auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:48 [ecarstrade.be] INFO: Scrape type for 7008432auction111121: 0
2026-03-27 21:34:48 [ecarstrade.be] INFO: Found listing with ID: 7008433auction111121
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008433auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:48 [ecarstrade.be] INFO: Scrape type for 7008433auction111121: 0
2026-03-27 21:34:48 [ecarstrade.be] INFO: Found listing with ID: 7008434auction111121
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008434auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:48 [ecarstrade.be] INFO: Scrape type for 7008434auction111121: 0
2026-03-27 21:34:48 [ecarstrade.be] INFO: Found listing with ID: 7008435auction111121
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008435auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:48 [ecarstrade.be] INFO: Scrape type for 7008435auction111121: 0
2026-03-27 21:34:48 [ecarstrade.be] INFO: Found listing with ID: 7008436auction111121
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008436auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:48 [ecarstrade.be] INFO: Scrape type for 7008436auction111121: 0
2026-03-27 21:34:48 [ecarstrade.be] INFO: Found listing with ID: 7008437auction111121
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008437auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:48 [ecarstrade.be] INFO: Scrape type for 7008437auction111121: 0
2026-03-27 21:34:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:34:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008439auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008439auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008439auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008440auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008440auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008440auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008441auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008441auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008441auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008442auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008442auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008442auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008443auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008443auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008443auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008444auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008444auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008444auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008445auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008445auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008445auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008446auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008446auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008446auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008448auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008448auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008448auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008449auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008449auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008449auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008450auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008450auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008450auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008451auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008451auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008451auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008452auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008452auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008452auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008453auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008453auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008453auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008454auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008454auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008454auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008455auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008455auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008455auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008456auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008456auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008456auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008457auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008457auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008457auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008458auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008458auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008458auction111121: 0
2026-03-27 21:34:56 [ecarstrade.be] INFO: Found listing with ID: 7008459auction111121
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:34:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008459auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:34:56 [ecarstrade.be] INFO: Scrape type for 7008459auction111121: 0
2026-03-27 21:34:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7008461auction111121
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008461auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7008461auction111121: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7008462auction111121
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008462auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7008462auction111121: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7008463auction111121
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008463auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7008463auction111121: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7008464auction111121
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008464auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7008464auction111121: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7008465auction111121
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008465auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7008465auction111121: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7008467auction111121
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008467auction111121%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7008467auction111121: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010416auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010416auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010416auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010417auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010417auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010417auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010418auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010418auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010418auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010419auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010419auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010419auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010420auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010420auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010420auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010421auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010421auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010421auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010422auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010422auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010422auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010423auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010423auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010423auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010424auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010424auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010424auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010425auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010425auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010425auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010426auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010426auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010426auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010427auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010427auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010427auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010428auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010428auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010428auction111144: 0
2026-03-27 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 7010429auction111144
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010429auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:03 [ecarstrade.be] INFO: Scrape type for 7010429auction111144: 0
2026-03-27 21:35:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:06 [scrapy.extensions.logstats] INFO: Crawled 119 pages (at 6 pages/min), scraped 92 items (at 0 items/min)
2026-03-27 21:35:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-27 21:35:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010430auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010430auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010430auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010431auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010431auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010431auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010432auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010432auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010432auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010433auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010433auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010433auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010434auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010434auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010434auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010435auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010435auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010435auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010436auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010436auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010436auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010437auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010437auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010437auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010438auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010438auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010438auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010439auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010439auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010439auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010440auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010440auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010440auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010441auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010441auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010441auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010442auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010442auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010442auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010443auction111144
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010443auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:09 [ecarstrade.be] INFO: Scrape type for 7010443auction111144: 0
2026-03-27 21:35:09 [ecarstrade.be] INFO: Found listing with ID: 7010444auction111144
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010444auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:10 [ecarstrade.be] INFO: Scrape type for 7010444auction111144: 0
2026-03-27 21:35:10 [ecarstrade.be] INFO: Found listing with ID: 7010445auction111144
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010445auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:10 [ecarstrade.be] INFO: Scrape type for 7010445auction111144: 0
2026-03-27 21:35:10 [ecarstrade.be] INFO: Found listing with ID: 7010446auction111144
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010446auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:10 [ecarstrade.be] INFO: Scrape type for 7010446auction111144: 0
2026-03-27 21:35:10 [ecarstrade.be] INFO: Found listing with ID: 7010447auction111144
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010447auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:10 [ecarstrade.be] INFO: Scrape type for 7010447auction111144: 0
2026-03-27 21:35:10 [ecarstrade.be] INFO: Found listing with ID: 7010448auction111144
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010448auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:10 [ecarstrade.be] INFO: Scrape type for 7010448auction111144: 0
2026-03-27 21:35:10 [ecarstrade.be] INFO: Found listing with ID: 7010449auction111144
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010449auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:10 [ecarstrade.be] INFO: Scrape type for 7010449auction111144: 0
2026-03-27 21:35:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 7010450auction111144
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010450auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 7010450auction111144: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 7010451auction111144
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010451auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 7010451auction111144: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 7010452auction111144
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010452auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 7010452auction111144: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 7010453auction111144
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010453auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 7010453auction111144: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 7010454auction111144
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010454auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 7010454auction111144: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 7010455auction111144
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010455auction111144%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 7010455auction111144: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6493461auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276493461auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6493461auction87925: 2
2026-03-27 21:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6532089auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276532089auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6532089auction87925: 2
2026-03-27 21:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6581203auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276581203auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6581203auction87925: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6609305auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276609305auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6609305auction87925: 2
2026-03-27 21:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6660338auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276660338auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6660338auction87925: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6756803auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276756803auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6756803auction87925: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6778495auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778495auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6778495auction87925: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6778496auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778496auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6778496auction87925: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6784204auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784204auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6784204auction87925: 2
2026-03-27 21:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6784210auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784210auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6784210auction87925: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6810528auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276810528auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6810528auction87925: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6810530auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276810530auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6810530auction87925: 2
2026-03-27 21:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6844413auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844413auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6844413auction87925: 0
2026-03-27 21:35:16 [ecarstrade.be] INFO: Found listing with ID: 6844418auction87925
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844418auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:16 [ecarstrade.be] INFO: Scrape type for 6844418auction87925: 0
2026-03-27 21:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6609305> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:22 [ecarstrade.be] INFO: Extracting details for car 6609305auction87925
2026-03-27 21:35:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8550bef-0840-5e15-9f7f-ec1a3ae1353c with identifier: 6609305auction87925
2026-03-27 21:35:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8550bef-0840-5e15-9f7f-ec1a3ae1353c with scrape type 2
2026-03-27 21:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8550bef-0840-5e15-9f7f-ec1a3ae1353c with scrape type 2
2026-03-27 21:35:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8550bef-0840-5e15-9f7f-ec1a3ae1353c, identifier: 6609305auction87925
2026-03-27 21:35:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8550bef-0840-5e15-9f7f-ec1a3ae1353c with identifier: 6609305auction87925
2026-03-27 21:35:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8550bef-0840-5e15-9f7f-ec1a3ae1353c with identifier: 6609305auction87925
2026-03-27 21:35:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8550bef-0840-5e15-9f7f-ec1a3ae1353c with identifier: 6609305auction87925 to the API
2026-03-27 21:35:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:24 [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 21:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6609305>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'd8550bef-0840-5e15-9f7f-ec1a3ae1353c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6609305',
'listing': 'auction',
'location': 'France - "F2S Montereau sur le Jard (77)"',
'make': 'Opel',
'model': 'Astra',
'odometer': 64405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer 1.2 Turbo 130 GS BVM',
'transmission': 'manual',
'trim': 'OPEL Sports Tourer 1.2 Turbo 130 GS BVM',
'vin': None,
'year': 2024}
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276609305auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:25 [ecarstrade.be] INFO: Saving data for 6609305auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773185177.037166, 'last_price_update_time': 1774647325.081287}
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6609305auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6493461> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6532089> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6810530> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:25 [ecarstrade.be] INFO: Extracting details for car 6493461auction87925
2026-03-27 21:35:25 [ecarstrade.be] INFO: Extracting details for car 6532089auction87925
2026-03-27 21:35:25 [ecarstrade.be] INFO: Extracting details for car 6810530auction87925
2026-03-27 21:35:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:35:25 [ecarstrade.be] INFO: Found listing with ID: 6861888auction87925
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861888auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:25 [ecarstrade.be] INFO: Scrape type for 6861888auction87925: 0
2026-03-27 21:35:25 [ecarstrade.be] INFO: Found listing with ID: 6861910auction87925
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861910auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:25 [ecarstrade.be] INFO: Scrape type for 6861910auction87925: 0
2026-03-27 21:35:25 [ecarstrade.be] INFO: Found listing with ID: 6861911auction87925
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861911auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:25 [ecarstrade.be] INFO: Scrape type for 6861911auction87925: 2
2026-03-27 21:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16b07027-7d6f-5387-b16f-b4b5e4167c20 with identifier: 6493461auction87925
2026-03-27 21:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16b07027-7d6f-5387-b16f-b4b5e4167c20 with scrape type 2
2026-03-27 21:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16b07027-7d6f-5387-b16f-b4b5e4167c20 with scrape type 2
2026-03-27 21:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16b07027-7d6f-5387-b16f-b4b5e4167c20, identifier: 6493461auction87925
2026-03-27 21:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 595f7f17-6981-5b5d-8421-6b53a317b367 with identifier: 6532089auction87925
2026-03-27 21:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 595f7f17-6981-5b5d-8421-6b53a317b367 with scrape type 2
2026-03-27 21:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 595f7f17-6981-5b5d-8421-6b53a317b367 with scrape type 2
2026-03-27 21:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 595f7f17-6981-5b5d-8421-6b53a317b367, identifier: 6532089auction87925
2026-03-27 21:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a818346-5984-5c4c-9822-6501ae4e4fb1 with identifier: 6810530auction87925
2026-03-27 21:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a818346-5984-5c4c-9822-6501ae4e4fb1 with scrape type 2
2026-03-27 21:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a818346-5984-5c4c-9822-6501ae4e4fb1 with scrape type 2
2026-03-27 21:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a818346-5984-5c4c-9822-6501ae4e4fb1, identifier: 6810530auction87925
2026-03-27 21:35:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16b07027-7d6f-5387-b16f-b4b5e4167c20 with identifier: 6493461auction87925
2026-03-27 21:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16b07027-7d6f-5387-b16f-b4b5e4167c20 with identifier: 6493461auction87925
2026-03-27 21:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16b07027-7d6f-5387-b16f-b4b5e4167c20 with identifier: 6493461auction87925 to the API
2026-03-27 21:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:25 [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 21:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6493461>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '16b07027-7d6f-5387-b16f-b4b5e4167c20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6493461',
'listing': 'auction',
'location': 'France - "F2S Dagneux (01)"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 63319,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-10',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Mokka 1.2 ELEGANCE TURBO 130 BVA',
'transmission': 'automatic',
'trim': 'OPEL 1.2 ELEGANCE TURBO 130 BVA',
'vin': None,
'year': 2023}
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276493461auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Saving data for 6493461auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679030.481244, 'last_price_update_time': 1774647326.00869}
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6493461auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 595f7f17-6981-5b5d-8421-6b53a317b367 with identifier: 6532089auction87925
2026-03-27 21:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 595f7f17-6981-5b5d-8421-6b53a317b367 with identifier: 6532089auction87925
2026-03-27 21:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 595f7f17-6981-5b5d-8421-6b53a317b367 with identifier: 6532089auction87925 to the API
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:26 [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 21:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6532089>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Electric',
'id': '595f7f17-6981-5b5d-8421-6b53a317b367',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6532089',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Polestar',
'model': '2',
'odometer': 108720,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-28',
'seats_number': None,
'seller_name': None,
'title': 'Polestar 2 Long range single motor Plus, Pilot',
'transmission': 'automatic',
'trim': 'Long range single motor Plus, Pilot',
'vin': None,
'year': 2022}
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276532089auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Saving data for 6532089auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773185180.316357, 'last_price_update_time': 1774647326.296137}
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6532089auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a818346-5984-5c4c-9822-6501ae4e4fb1 with identifier: 6810530auction87925
2026-03-27 21:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a818346-5984-5c4c-9822-6501ae4e4fb1 with identifier: 6810530auction87925
2026-03-27 21:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a818346-5984-5c4c-9822-6501ae4e4fb1 with identifier: 6810530auction87925 to the API
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:26 [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 21:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6810530>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '7a818346-5984-5c4c-9822-6501ae4e4fb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6810530',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Astra',
'odometer': 50983,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-16',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra SW 1,2 TURBO 130 CV BVA GS',
'transmission': 'automatic',
'trim': 'OPEL SW 1,2 TURBO 130 CV BVA GS',
'vin': None,
'year': 2024}
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276810530auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Saving data for 6810530auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679051.312911, 'last_price_update_time': 1774647326.599202}
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6810530auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6875741auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875741auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6875741auction87925: 2
2026-03-27 21:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6875747auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875747auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6875747auction87925: 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6875748auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875748auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6875748auction87925: 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6898132auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898132auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6898132auction87925: 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6898138auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898138auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6898138auction87925: 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6898139auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898139auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6898139auction87925: 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949434auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949434auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949434auction87925: 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949440auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949440auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949440auction87925: 2
2026-03-27 21:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949443auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949443auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949443auction87925: 2
2026-03-27 21:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949444auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949444auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949444auction87925: 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949457auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949457auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949457auction87925: 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949461auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949461auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949461auction87925: 0
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949471auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949471auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949471auction87925: 2
2026-03-27 21:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949491auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949491auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949491auction87925: 2
2026-03-27 21:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949528auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949528auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949528auction87925: 2
2026-03-27 21:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6949576auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949576auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6949576auction87925: 2
2026-03-27 21:35:26 [ecarstrade.be] INFO: Found listing with ID: 6959581auction87925
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959581auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:26 [ecarstrade.be] INFO: Scrape type for 6959581auction87925: 2
2026-03-27 21:35:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949443> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:33 [ecarstrade.be] INFO: Extracting details for car 6949443auction87925
2026-03-27 21:35:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6861911> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f02e984-58c1-522e-883c-badea004f5e1 with identifier: 6949443auction87925
2026-03-27 21:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f02e984-58c1-522e-883c-badea004f5e1 with scrape type 2
2026-03-27 21:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f02e984-58c1-522e-883c-badea004f5e1 with scrape type 2
2026-03-27 21:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f02e984-58c1-522e-883c-badea004f5e1, identifier: 6949443auction87925
2026-03-27 21:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f02e984-58c1-522e-883c-badea004f5e1 with identifier: 6949443auction87925
2026-03-27 21:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f02e984-58c1-522e-883c-badea004f5e1 with identifier: 6949443auction87925
2026-03-27 21:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f02e984-58c1-522e-883c-badea004f5e1 with identifier: 6949443auction87925 to the API
2026-03-27 21:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:33 [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 21:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949443>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '5f02e984-58c1-522e-883c-badea004f5e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949443',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 74504,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-27',
'seats_number': None,
'seller_name': None,
'title': 'FORD Kuga Kuga 2.5 Duratec FHEV 190 ch FlexiFuel Powershift ST-Line',
'transmission': 'automatic',
'trim': 'FORD 2.5 Duratec FHEV 190 ch FlexiFuel Powershift ST-Line',
'vin': None,
'year': 2023}
2026-03-27 21:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949443auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:33 [ecarstrade.be] INFO: Saving data for 6949443auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139339.694438, 'last_price_update_time': 1774647333.681652}
2026-03-27 21:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949443auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:33 [ecarstrade.be] INFO: Extracting details for car 6861911auction87925
2026-03-27 21:35:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875741> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949440> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40796b34-3da6-5c3c-816a-3eb223cb0bd2 with identifier: 6861911auction87925
2026-03-27 21:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40796b34-3da6-5c3c-816a-3eb223cb0bd2 with scrape type 2
2026-03-27 21:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40796b34-3da6-5c3c-816a-3eb223cb0bd2 with scrape type 2
2026-03-27 21:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40796b34-3da6-5c3c-816a-3eb223cb0bd2, identifier: 6861911auction87925
2026-03-27 21:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40796b34-3da6-5c3c-816a-3eb223cb0bd2 with identifier: 6861911auction87925
2026-03-27 21:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40796b34-3da6-5c3c-816a-3eb223cb0bd2 with identifier: 6861911auction87925
2026-03-27 21:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40796b34-3da6-5c3c-816a-3eb223cb0bd2 with identifier: 6861911auction87925 to the API
2026-03-27 21:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:34 [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 21:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6861911>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '40796b34-3da6-5c3c-816a-3eb223cb0bd2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6861911',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Opel',
'model': 'Astra',
'odometer': 68721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-27',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer GS TURBO 130 BVA8 + PACK CONFORT',
'transmission': 'automatic',
'trim': 'OPEL Sports Tourer GS TURBO 130 BVA8 + PACK CONFORT',
'vin': None,
'year': 2024}
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861911auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:34 [ecarstrade.be] INFO: Saving data for 6861911auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679068.853548, 'last_price_update_time': 1774647334.170445}
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6861911auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:34 [ecarstrade.be] INFO: Extracting details for car 6875741auction87925
2026-03-27 21:35:34 [ecarstrade.be] INFO: Extracting details for car 6949440auction87925
2026-03-27 21:35:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f22169b-694a-531c-bd0a-005ce629f1f7 with identifier: 6875741auction87925
2026-03-27 21:35:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f22169b-694a-531c-bd0a-005ce629f1f7 with scrape type 2
2026-03-27 21:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f22169b-694a-531c-bd0a-005ce629f1f7 with scrape type 2
2026-03-27 21:35:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f22169b-694a-531c-bd0a-005ce629f1f7, identifier: 6875741auction87925
2026-03-27 21:35:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea582a1b-f974-5f02-90a7-6b91e8d5684a with identifier: 6949440auction87925
2026-03-27 21:35:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea582a1b-f974-5f02-90a7-6b91e8d5684a with scrape type 2
2026-03-27 21:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea582a1b-f974-5f02-90a7-6b91e8d5684a with scrape type 2
2026-03-27 21:35:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea582a1b-f974-5f02-90a7-6b91e8d5684a, identifier: 6949440auction87925
2026-03-27 21:35:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f22169b-694a-531c-bd0a-005ce629f1f7 with identifier: 6875741auction87925
2026-03-27 21:35:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f22169b-694a-531c-bd0a-005ce629f1f7 with identifier: 6875741auction87925
2026-03-27 21:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f22169b-694a-531c-bd0a-005ce629f1f7 with identifier: 6875741auction87925 to the API
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:34 [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 21:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6875741>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '6f22169b-694a-531c-bd0a-005ce629f1f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6875741',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'BMW',
'model': '218',
'odometer': 58194,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-27',
'seats_number': None,
'seller_name': None,
'title': 'BMW SERIE 2 ACTIVE 218i TOURER Business Design',
'transmission': 'automatic',
'trim': 'SERIE 2 ACTIVE i TOURER Business Design',
'vin': None,
'year': 2023}
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875741auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:34 [ecarstrade.be] INFO: Saving data for 6875741auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679117.635805, 'last_price_update_time': 1774647334.66294}
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875741auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea582a1b-f974-5f02-90a7-6b91e8d5684a with identifier: 6949440auction87925
2026-03-27 21:35:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea582a1b-f974-5f02-90a7-6b91e8d5684a with identifier: 6949440auction87925
2026-03-27 21:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea582a1b-f974-5f02-90a7-6b91e8d5684a with identifier: 6949440auction87925 to the API
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:34 [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 21:35:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949440>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'ea582a1b-f974-5f02-90a7-6b91e8d5684a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949440',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Ford',
'model': 'Focus',
'odometer': 29498,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-18',
'seats_number': None,
'seller_name': None,
'title': 'FORD Focus 1.0 SW ST-LINE X 155 ch S&S (mHEV) Powershift + winter '
'pack',
'transmission': 'automatic',
'trim': 'FORD 1.0 SW ST-LINE X 155 ch S&S (mHEV) Powershift + winter pack',
'vin': None,
'year': 2025}
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949440auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:34 [ecarstrade.be] INFO: Saving data for 6949440auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139345.050893, 'last_price_update_time': 1774647334.949474}
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949440auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949471> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:35 [ecarstrade.be] INFO: Extracting details for car 6949471auction87925
2026-03-27 21:35:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 921827a2-dd80-55f3-9067-a6029278f894 with identifier: 6949471auction87925
2026-03-27 21:35:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 921827a2-dd80-55f3-9067-a6029278f894 with scrape type 2
2026-03-27 21:35:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 921827a2-dd80-55f3-9067-a6029278f894 with scrape type 2
2026-03-27 21:35:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 921827a2-dd80-55f3-9067-a6029278f894, identifier: 6949471auction87925
2026-03-27 21:35:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 921827a2-dd80-55f3-9067-a6029278f894 with identifier: 6949471auction87925
2026-03-27 21:35:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 921827a2-dd80-55f3-9067-a6029278f894 with identifier: 6949471auction87925
2026-03-27 21:35:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 921827a2-dd80-55f3-9067-a6029278f894 with identifier: 6949471auction87925 to the API
2026-03-27 21:35:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:36 [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 21:35:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949471>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '921827a2-dd80-55f3-9067-a6029278f894',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949471',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 68734,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Crossland 1.2 Turbo 110 CH ELEGANCE BVM',
'transmission': 'manual',
'trim': 'OPEL Crossland 1.2 Turbo 110 CH ELEGANCE BVM',
'vin': None,
'year': 2023}
2026-03-27 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949471auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:36 [ecarstrade.be] INFO: Saving data for 6949471auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139421.918637, 'last_price_update_time': 1774647336.185424}
2026-03-27 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949471auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949576> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:40 [ecarstrade.be] INFO: Extracting details for car 6949576auction87925
2026-03-27 21:35:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 516cdfd5-2c8b-5208-a904-16bd270ea2fc with identifier: 6949576auction87925
2026-03-27 21:35:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 516cdfd5-2c8b-5208-a904-16bd270ea2fc with scrape type 2
2026-03-27 21:35:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 516cdfd5-2c8b-5208-a904-16bd270ea2fc with scrape type 2
2026-03-27 21:35:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 516cdfd5-2c8b-5208-a904-16bd270ea2fc, identifier: 6949576auction87925
2026-03-27 21:35:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 516cdfd5-2c8b-5208-a904-16bd270ea2fc with identifier: 6949576auction87925
2026-03-27 21:35:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 516cdfd5-2c8b-5208-a904-16bd270ea2fc with identifier: 6949576auction87925
2026-03-27 21:35:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 516cdfd5-2c8b-5208-a904-16bd270ea2fc with identifier: 6949576auction87925 to the API
2026-03-27 21:35:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:40 [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 21:35:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949576>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '516cdfd5-2c8b-5208-a904-16bd270ea2fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949576',
'listing': 'auction',
'location': 'France - "F2S Montereau sur le Jard (77)"',
'make': 'Peugeot',
'model': '308',
'odometer': 73928,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-09',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PURETECH 130 EAT8 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.2 PURETECH 130 EAT8 ALLURE',
'vin': None,
'year': 2024}
2026-03-27 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949576auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:40 [ecarstrade.be] INFO: Saving data for 6949576auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139475.749413, 'last_price_update_time': 1774647340.840898}
2026-03-27 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949576auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949528> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:43 [ecarstrade.be] INFO: Extracting details for car 6949528auction87925
2026-03-27 21:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 751bc650-e0d9-5cf2-abd9-0d5e6b96e90b with identifier: 6949528auction87925
2026-03-27 21:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 751bc650-e0d9-5cf2-abd9-0d5e6b96e90b with scrape type 2
2026-03-27 21:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 751bc650-e0d9-5cf2-abd9-0d5e6b96e90b with scrape type 2
2026-03-27 21:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 751bc650-e0d9-5cf2-abd9-0d5e6b96e90b, identifier: 6949528auction87925
2026-03-27 21:35:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 751bc650-e0d9-5cf2-abd9-0d5e6b96e90b with identifier: 6949528auction87925
2026-03-27 21:35:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 751bc650-e0d9-5cf2-abd9-0d5e6b96e90b with identifier: 6949528auction87925
2026-03-27 21:35:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 751bc650-e0d9-5cf2-abd9-0d5e6b96e90b with identifier: 6949528auction87925 to the API
2026-03-27 21:35:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:43 [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 21:35:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949528>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '751bc650-e0d9-5cf2-abd9-0d5e6b96e90b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949528',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 73157,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-16',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Mokka 1,2 130 CV ESS BVA GS',
'transmission': 'automatic',
'trim': 'OPEL 1,2 130 CV ESS BVA GS',
'vin': None,
'year': 2024}
2026-03-27 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949528auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:43 [ecarstrade.be] INFO: Saving data for 6949528auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139406.737662, 'last_price_update_time': 1774647343.555535}
2026-03-27 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949528auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949491> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:49 [ecarstrade.be] INFO: Extracting details for car 6949491auction87925
2026-03-27 21:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43c9ee1e-ff9d-58b6-9516-08491c9c1c19 with identifier: 6949491auction87925
2026-03-27 21:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43c9ee1e-ff9d-58b6-9516-08491c9c1c19 with scrape type 2
2026-03-27 21:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43c9ee1e-ff9d-58b6-9516-08491c9c1c19 with scrape type 2
2026-03-27 21:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43c9ee1e-ff9d-58b6-9516-08491c9c1c19, identifier: 6949491auction87925
2026-03-27 21:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43c9ee1e-ff9d-58b6-9516-08491c9c1c19 with identifier: 6949491auction87925
2026-03-27 21:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43c9ee1e-ff9d-58b6-9516-08491c9c1c19 with identifier: 6949491auction87925
2026-03-27 21:35:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43c9ee1e-ff9d-58b6-9516-08491c9c1c19 with identifier: 6949491auction87925 to the API
2026-03-27 21:35:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:49 [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 21:35:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949491>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '43c9ee1e-ff9d-58b6-9516-08491c9c1c19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949491',
'listing': 'auction',
'location': 'France - "F2S Montereau sur le Jard (77)"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 68406,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-28',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Crossland 1.2 Elegance 110ch BVM',
'transmission': 'manual',
'trim': 'OPEL Crossland 1.2 Elegance 110ch BVM',
'vin': None,
'year': 2023}
2026-03-27 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949491auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:49 [ecarstrade.be] INFO: Saving data for 6949491auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773139424.957504, 'last_price_update_time': 1774647349.698695}
2026-03-27 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949491auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959581> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:50 [ecarstrade.be] INFO: Extracting details for car 6959581auction87925
2026-03-27 21:35:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b399bb5-c7d9-56a3-a613-891af31d6082 with identifier: 6959581auction87925
2026-03-27 21:35:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b399bb5-c7d9-56a3-a613-891af31d6082 with scrape type 2
2026-03-27 21:35:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b399bb5-c7d9-56a3-a613-891af31d6082 with scrape type 2
2026-03-27 21:35:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b399bb5-c7d9-56a3-a613-891af31d6082, identifier: 6959581auction87925
2026-03-27 21:35:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b399bb5-c7d9-56a3-a613-891af31d6082 with identifier: 6959581auction87925
2026-03-27 21:35:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b399bb5-c7d9-56a3-a613-891af31d6082 with identifier: 6959581auction87925
2026-03-27 21:35:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b399bb5-c7d9-56a3-a613-891af31d6082 with identifier: 6959581auction87925 to the API
2026-03-27 21:35:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35: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 21:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959581>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '5b399bb5-c7d9-56a3-a613-891af31d6082',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959581',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 59160,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seats_number': None,
'seller_name': None,
'title': 'CITROËN C3 Aircross 1.2 PureTech 110 S&S PLUS BVM6',
'transmission': 'manual',
'trim': 'CITROËN 1.2 PureTech 110 S&S PLUS BVM6',
'vin': None,
'year': 2024}
2026-03-27 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959581auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:51 [ecarstrade.be] INFO: Saving data for 6959581auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365584.883195, 'last_price_update_time': 1774647351.216878}
2026-03-27 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959581auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784204> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:53 [ecarstrade.be] INFO: Extracting details for car 6784204auction87925
2026-03-27 21:35:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e131cced-2dfa-5d8c-9ed7-17300a785186 with identifier: 6784204auction87925
2026-03-27 21:35:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e131cced-2dfa-5d8c-9ed7-17300a785186 with scrape type 2
2026-03-27 21:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e131cced-2dfa-5d8c-9ed7-17300a785186 with scrape type 2
2026-03-27 21:35:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e131cced-2dfa-5d8c-9ed7-17300a785186, identifier: 6784204auction87925
2026-03-27 21:35:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e131cced-2dfa-5d8c-9ed7-17300a785186 with identifier: 6784204auction87925
2026-03-27 21:35:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e131cced-2dfa-5d8c-9ed7-17300a785186 with identifier: 6784204auction87925
2026-03-27 21:35:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e131cced-2dfa-5d8c-9ed7-17300a785186 with identifier: 6784204auction87925 to the API
2026-03-27 21:35:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:35:53 [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 21:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6784204>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'e131cced-2dfa-5d8c-9ed7-17300a785186',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6784204',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'Opel',
'model': 'Astra',
'odometer': 63037,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra SW 1,2 TURBO 130 CV BVA GS',
'transmission': 'automatic',
'trim': 'OPEL SW 1,2 TURBO 130 CV BVA GS',
'vin': None,
'year': 2024}
2026-03-27 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784204auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:53 [ecarstrade.be] INFO: Saving data for 6784204auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1772679053.371727, 'last_price_update_time': 1774647353.588319}
2026-03-27 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784204auction87925') HTTP/1.1" 204 0
2026-03-27 21:35:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6959582auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959582auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6959582auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6959594auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959594auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6959594auction87925: 2
2026-03-27 21:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6959609auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959609auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6959609auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6959627auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959627auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6959627auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6959631auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959631auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6959631auction87925: 2
2026-03-27 21:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6959632auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959632auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6959632auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6959636auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959636auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6959636auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6959649auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959649auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6959649auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6963412auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963412auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6963412auction87925: 2
2026-03-27 21:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6963414auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963414auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6963414auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6968496auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968496auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6968496auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6968497auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968497auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6968497auction87925: 2
2026-03-27 21:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6968499auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968499auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6968499auction87925: 2
2026-03-27 21:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6968502auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968502auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6968502auction87925: 2
2026-03-27 21:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6968504auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968504auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6968504auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6978828auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978828auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6978828auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6983201auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983201auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6983201auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6983202auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983202auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6983202auction87925: 2
2026-03-27 21:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6983206auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983206auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6983206auction87925: 0
2026-03-27 21:35:57 [ecarstrade.be] INFO: Found listing with ID: 6983209auction87925
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983209auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:35:57 [ecarstrade.be] INFO: Scrape type for 6983209auction87925: 0
2026-03-27 21:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6983216auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983216auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6983216auction87925: 0
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6983218auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983218auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6983218auction87925: 2
2026-03-27 21:36:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6983222auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983222auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6983222auction87925: 2
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6983224auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983224auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6983224auction87925: 0
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6983225auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983225auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6983225auction87925: 0
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6983228auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983228auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6983228auction87925: 0
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6985957auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985957auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6985957auction87925: 2
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6985958auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985958auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6985958auction87925: 2
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6992420auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992420auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6992420auction87925: 0
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995793auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995793auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995793auction87925: 2
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995794auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995794auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995794auction87925: 2
2026-03-27 21:36:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963412> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995796auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995796auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995796auction87925: 2
2026-03-27 21:36:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995797auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995797auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995797auction87925: 2
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995799auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995799auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995799auction87925: 2
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995800auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995800auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995800auction87925: 2
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995801auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995801auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995801auction87925: 2
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995802auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995802auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995802auction87925: 2
2026-03-27 21:36:03 [ecarstrade.be] INFO: Extracting details for car 6963412auction87925
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995803auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995803auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995803auction87925: 2
2026-03-27 21:36:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ada9319-b84a-5201-a1f9-737eaf8f5583 with identifier: 6963412auction87925
2026-03-27 21:36:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ada9319-b84a-5201-a1f9-737eaf8f5583 with scrape type 2
2026-03-27 21:36:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ada9319-b84a-5201-a1f9-737eaf8f5583 with scrape type 2
2026-03-27 21:36:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ada9319-b84a-5201-a1f9-737eaf8f5583, identifier: 6963412auction87925
2026-03-27 21:36:03 [ecarstrade.be] INFO: Found listing with ID: 6995804auction87925
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995804auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:03 [ecarstrade.be] INFO: Scrape type for 6995804auction87925: 2
2026-03-27 21:36:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ada9319-b84a-5201-a1f9-737eaf8f5583 with identifier: 6963412auction87925
2026-03-27 21:36:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ada9319-b84a-5201-a1f9-737eaf8f5583 with identifier: 6963412auction87925
2026-03-27 21:36:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ada9319-b84a-5201-a1f9-737eaf8f5583 with identifier: 6963412auction87925 to the API
2026-03-27 21:36:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:04 [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 21:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963412>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '6ada9319-b84a-5201-a1f9-737eaf8f5583',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963412',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Peugeot',
'model': '208',
'odometer': 59877,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 208 PURETECH 100 ALLURE BVM',
'transmission': 'manual',
'trim': 'PEUGEOT PURETECH 100 ALLURE BVM',
'vin': None,
'year': 2023}
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963412auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:04 [ecarstrade.be] INFO: Saving data for 6963412auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773411684.404572, 'last_price_update_time': 1774647364.186323}
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963412auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:04 [ecarstrade.be] INFO: Found listing with ID: 6995805auction87925
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995805auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:04 [ecarstrade.be] INFO: Scrape type for 6995805auction87925: 2
2026-03-27 21:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983202> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968499> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:04 [ecarstrade.be] INFO: Extracting details for car 6983202auction87925
2026-03-27 21:36:04 [ecarstrade.be] INFO: Extracting details for car 6968499auction87925
2026-03-27 21:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968497> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49bce365-2c3f-5766-9a12-2486eb6d61e1 with identifier: 6983202auction87925
2026-03-27 21:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49bce365-2c3f-5766-9a12-2486eb6d61e1 with scrape type 2
2026-03-27 21:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49bce365-2c3f-5766-9a12-2486eb6d61e1 with scrape type 2
2026-03-27 21:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49bce365-2c3f-5766-9a12-2486eb6d61e1, identifier: 6983202auction87925
2026-03-27 21:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca4b2f7c-56f0-5d87-bd0f-fd2b6553e0a6 with identifier: 6968499auction87925
2026-03-27 21:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca4b2f7c-56f0-5d87-bd0f-fd2b6553e0a6 with scrape type 2
2026-03-27 21:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca4b2f7c-56f0-5d87-bd0f-fd2b6553e0a6 with scrape type 2
2026-03-27 21:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca4b2f7c-56f0-5d87-bd0f-fd2b6553e0a6, identifier: 6968499auction87925
2026-03-27 21:36:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49bce365-2c3f-5766-9a12-2486eb6d61e1 with identifier: 6983202auction87925
2026-03-27 21:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49bce365-2c3f-5766-9a12-2486eb6d61e1 with identifier: 6983202auction87925
2026-03-27 21:36:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49bce365-2c3f-5766-9a12-2486eb6d61e1 with identifier: 6983202auction87925 to the API
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:04 [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 21:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983202>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Diesel',
'id': '49bce365-2c3f-5766-9a12-2486eb6d61e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983202',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 91550,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-30',
'seats_number': None,
'seller_name': None,
'title': 'CITROËN Jumpy 1.5 BlueHDi 120 S&S M BVM6 + pack driver + moduwork',
'transmission': 'manual',
'trim': 'CITROËN 1.5 BlueHDi 120 S&S M BVM6 + pack driver + moduwork',
'vin': None,
'year': 2023}
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983202auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:04 [ecarstrade.be] INFO: Saving data for 6983202auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961864.114614, 'last_price_update_time': 1774647364.928246}
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983202auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca4b2f7c-56f0-5d87-bd0f-fd2b6553e0a6 with identifier: 6968499auction87925
2026-03-27 21:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca4b2f7c-56f0-5d87-bd0f-fd2b6553e0a6 with identifier: 6968499auction87925
2026-03-27 21:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca4b2f7c-56f0-5d87-bd0f-fd2b6553e0a6 with identifier: 6968499auction87925 to the API
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:05 [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 21:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968499>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'ca4b2f7c-56f0-5d87-bd0f-fd2b6553e0a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968499',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 101860,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-17',
'seats_number': None,
'seller_name': None,
'title': 'JEEP Compass 1.3 PHEV 240CV 4xe eAWD Trailhawk',
'transmission': 'automatic',
'trim': 'JEEP 1.3 PHEV 240CV 4xe eAWD Trailhawk',
'vin': None,
'year': 2023}
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968499auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:05 [ecarstrade.be] INFO: Saving data for 6968499auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773700662.182594, 'last_price_update_time': 1774647365.220047}
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968499auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:05 [ecarstrade.be] INFO: Extracting details for car 6968497auction87925
2026-03-27 21:36:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959631> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959594> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c4f89b4-e7a4-521d-83b8-4f07a789efa8 with identifier: 6968497auction87925
2026-03-27 21:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c4f89b4-e7a4-521d-83b8-4f07a789efa8 with scrape type 2
2026-03-27 21:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c4f89b4-e7a4-521d-83b8-4f07a789efa8 with scrape type 2
2026-03-27 21:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c4f89b4-e7a4-521d-83b8-4f07a789efa8, identifier: 6968497auction87925
2026-03-27 21:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c4f89b4-e7a4-521d-83b8-4f07a789efa8 with identifier: 6968497auction87925
2026-03-27 21:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c4f89b4-e7a4-521d-83b8-4f07a789efa8 with identifier: 6968497auction87925
2026-03-27 21:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c4f89b4-e7a4-521d-83b8-4f07a789efa8 with identifier: 6968497auction87925 to the API
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:05 [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 21:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968497>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '0c4f89b4-e7a4-521d-83b8-4f07a789efa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968497',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Hyundai',
'model': 'i20',
'odometer': 61506,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-04',
'seats_number': None,
'seller_name': None,
'title': 'HYUNDAI i20 1.0 100CV CREATIVE BVM',
'transmission': 'manual',
'trim': 'HYUNDAI 1.0 100CV CREATIVE BVM',
'vin': None,
'year': 2023}
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968497auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:05 [ecarstrade.be] INFO: Saving data for 6968497auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773700659.130686, 'last_price_update_time': 1774647365.615429}
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968497auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:05 [ecarstrade.be] INFO: Extracting details for car 6959631auction87925
2026-03-27 21:36:05 [ecarstrade.be] INFO: Extracting details for car 6959594auction87925
2026-03-27 21:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87968b93-f784-5c28-962f-792680cfaf40 with identifier: 6959631auction87925
2026-03-27 21:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87968b93-f784-5c28-962f-792680cfaf40 with scrape type 2
2026-03-27 21:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87968b93-f784-5c28-962f-792680cfaf40 with scrape type 2
2026-03-27 21:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87968b93-f784-5c28-962f-792680cfaf40, identifier: 6959631auction87925
2026-03-27 21:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56c2d3f2-5c55-573a-b049-e025e2b77bc4 with identifier: 6959594auction87925
2026-03-27 21:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56c2d3f2-5c55-573a-b049-e025e2b77bc4 with scrape type 2
2026-03-27 21:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56c2d3f2-5c55-573a-b049-e025e2b77bc4 with scrape type 2
2026-03-27 21:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56c2d3f2-5c55-573a-b049-e025e2b77bc4, identifier: 6959594auction87925
2026-03-27 21:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87968b93-f784-5c28-962f-792680cfaf40 with identifier: 6959631auction87925
2026-03-27 21:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87968b93-f784-5c28-962f-792680cfaf40 with identifier: 6959631auction87925
2026-03-27 21:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87968b93-f784-5c28-962f-792680cfaf40 with identifier: 6959631auction87925 to the API
2026-03-27 21:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:05 [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 21:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959631>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '87968b93-f784-5c28-962f-792680cfaf40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959631',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Peugeot',
'model': '2008',
'odometer': 72200,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-30',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 2008 PureTech 100\xa0 Allure BVM',
'transmission': 'manual',
'trim': 'PEUGEOT PureTech 100\xa0 Allure BVM',
'vin': None,
'year': 2023}
2026-03-27 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959631auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:06 [ecarstrade.be] INFO: Saving data for 6959631auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369417.971981, 'last_price_update_time': 1774647366.096728}
2026-03-27 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959631auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56c2d3f2-5c55-573a-b049-e025e2b77bc4 with identifier: 6959594auction87925
2026-03-27 21:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56c2d3f2-5c55-573a-b049-e025e2b77bc4 with identifier: 6959594auction87925
2026-03-27 21:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56c2d3f2-5c55-573a-b049-e025e2b77bc4 with identifier: 6959594auction87925 to the API
2026-03-27 21:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:06 [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 21:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959594>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '56c2d3f2-5c55-573a-b049-e025e2b77bc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959594',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'Ford',
'model': 'Puma',
'odometer': 59987,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-27',
'seats_number': None,
'seller_name': None,
'title': 'FORD Puma 1.0 EcoBoost ST-LINE X 125CV',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoBoost ST-LINE X 125CV',
'vin': None,
'year': 2024}
2026-03-27 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959594auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:06 [ecarstrade.be] INFO: Saving data for 6959594auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773369411.972679, 'last_price_update_time': 1774647366.389708}
2026-03-27 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959594auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:06 [scrapy.extensions.logstats] INFO: Crawled 144 pages (at 25 pages/min), scraped 112 items (at 20 items/min)
2026-03-27 21:36:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 298MiB
2026-03-27 21:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968502> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983218> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:10 [ecarstrade.be] INFO: Extracting details for car 6968502auction87925
2026-03-27 21:36:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f489131-0da2-55e9-8fa5-8b3dbd5bb222 with identifier: 6968502auction87925
2026-03-27 21:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f489131-0da2-55e9-8fa5-8b3dbd5bb222 with scrape type 2
2026-03-27 21:36:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f489131-0da2-55e9-8fa5-8b3dbd5bb222 with scrape type 2
2026-03-27 21:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f489131-0da2-55e9-8fa5-8b3dbd5bb222, identifier: 6968502auction87925
2026-03-27 21:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f489131-0da2-55e9-8fa5-8b3dbd5bb222 with identifier: 6968502auction87925
2026-03-27 21:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f489131-0da2-55e9-8fa5-8b3dbd5bb222 with identifier: 6968502auction87925
2026-03-27 21:36:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f489131-0da2-55e9-8fa5-8b3dbd5bb222 with identifier: 6968502auction87925 to the API
2026-03-27 21:36:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:10 [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 21:36:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968502>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '7f489131-0da2-55e9-8fa5-8b3dbd5bb222',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968502',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 54900,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Corsa 1.2 100 TURBO Elegance Business BVM',
'transmission': 'manual',
'trim': 'OPEL 1.2 100 TURBO Elegance Business BVM',
'vin': None,
'year': 2023}
2026-03-27 21:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968502auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:10 [ecarstrade.be] INFO: Saving data for 6968502auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773700659.747567, 'last_price_update_time': 1774647370.724873}
2026-03-27 21:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968502auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:10 [ecarstrade.be] INFO: Extracting details for car 6983218auction87925
2026-03-27 21:36:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64768a67-d3f8-511c-96c4-a422474e454d with identifier: 6983218auction87925
2026-03-27 21:36:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64768a67-d3f8-511c-96c4-a422474e454d with scrape type 2
2026-03-27 21:36:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64768a67-d3f8-511c-96c4-a422474e454d with scrape type 2
2026-03-27 21:36:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64768a67-d3f8-511c-96c4-a422474e454d, identifier: 6983218auction87925
2026-03-27 21:36:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64768a67-d3f8-511c-96c4-a422474e454d with identifier: 6983218auction87925
2026-03-27 21:36:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64768a67-d3f8-511c-96c4-a422474e454d with identifier: 6983218auction87925
2026-03-27 21:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64768a67-d3f8-511c-96c4-a422474e454d with identifier: 6983218auction87925 to the API
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:11 [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 21:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983218>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '64768a67-d3f8-511c-96c4-a422474e454d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983218',
'listing': 'auction',
'location': 'France - "TEA BOUCHAIN"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 77165,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL GRANDLAND GRANDLAND 1.2 TURBO 130 CV DESIGN &TECH BVM',
'transmission': 'manual',
'trim': 'OPEL GRANDLAND GRANDLAND 1.2 TURBO 130 CV DESIGN &TECH BVM',
'vin': None,
'year': 2023}
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983218auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Saving data for 6983218auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961922.556895, 'last_price_update_time': 1774647371.195705}
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983218auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6995806auction87925
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995806auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6995806auction87925: 2
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961345auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961345auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961345auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961346auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961346auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961346auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961344auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961344auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961344auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6958102auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958102auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6958102auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6958098auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958098auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6958098auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961334auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961334auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961334auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6958100auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958100auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6958100auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961335auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961335auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961335auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6962789auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962789auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6962789auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6958094auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958094auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6958094auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961331auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961331auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961331auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961332auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961332auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961332auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6958096auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958096auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6958096auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961328auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961328auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961328auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6958093auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958093auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6958093auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961330auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961330auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961330auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961333auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961333auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961333auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961323auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961323auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961323auction61871: 0
2026-03-27 21:36:11 [ecarstrade.be] INFO: Found listing with ID: 6961325auction61871
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961325auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:11 [ecarstrade.be] INFO: Scrape type for 6961325auction61871: 0
2026-03-27 21:36:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985957> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:11 [ecarstrade.be] INFO: Extracting details for car 6985957auction87925
2026-03-27 21:36:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2cbc5f8-f061-5888-a035-65eb08f7843e with identifier: 6985957auction87925
2026-03-27 21:36:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2cbc5f8-f061-5888-a035-65eb08f7843e with scrape type 2
2026-03-27 21:36:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2cbc5f8-f061-5888-a035-65eb08f7843e with scrape type 2
2026-03-27 21:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e2cbc5f8-f061-5888-a035-65eb08f7843e, identifier: 6985957auction87925
2026-03-27 21:36:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e2cbc5f8-f061-5888-a035-65eb08f7843e with identifier: 6985957auction87925
2026-03-27 21:36:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e2cbc5f8-f061-5888-a035-65eb08f7843e with identifier: 6985957auction87925
2026-03-27 21:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e2cbc5f8-f061-5888-a035-65eb08f7843e with identifier: 6985957auction87925 to the API
2026-03-27 21:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:12 [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 21:36:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985957>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'e2cbc5f8-f061-5888-a035-65eb08f7843e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985957',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Peugeot',
'model': '208',
'odometer': 81405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-12',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 208 Puretech 100 CV Active Pack\xa0 EAT8',
'transmission': 'automatic',
'trim': 'PEUGEOT Puretech 100 CV Active Pack\xa0 EAT8',
'vin': None,
'year': 2023}
2026-03-27 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985957auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:12 [ecarstrade.be] INFO: Saving data for 6985957auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774020022.037758, 'last_price_update_time': 1774647372.126294}
2026-03-27 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985957auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985958> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:12 [ecarstrade.be] INFO: Extracting details for car 6985958auction87925
2026-03-27 21:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb5df03-524b-51be-ad6a-3aaa51c50478 with identifier: 6985958auction87925
2026-03-27 21:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb5df03-524b-51be-ad6a-3aaa51c50478 with scrape type 2
2026-03-27 21:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb5df03-524b-51be-ad6a-3aaa51c50478 with scrape type 2
2026-03-27 21:36:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcb5df03-524b-51be-ad6a-3aaa51c50478, identifier: 6985958auction87925
2026-03-27 21:36:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcb5df03-524b-51be-ad6a-3aaa51c50478 with identifier: 6985958auction87925
2026-03-27 21:36:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcb5df03-524b-51be-ad6a-3aaa51c50478 with identifier: 6985958auction87925
2026-03-27 21:36:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcb5df03-524b-51be-ad6a-3aaa51c50478 with identifier: 6985958auction87925 to the API
2026-03-27 21:36:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:13 [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 21:36:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985958>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'fcb5df03-524b-51be-ad6a-3aaa51c50478',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985958',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Peugeot',
'model': '308',
'odometer': 69421,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-16',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PURETECH 130 EAT ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 130 EAT ALLURE',
'vin': None,
'year': 2024}
2026-03-27 21:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985958auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:13 [ecarstrade.be] INFO: Saving data for 6985958auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774020020.069498, 'last_price_update_time': 1774647373.34902}
2026-03-27 21:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985958auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983222> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:15 [ecarstrade.be] INFO: Extracting details for car 6983222auction87925
2026-03-27 21:36:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b9b84b6-ec5e-540e-abd1-75e85b63f488 with identifier: 6983222auction87925
2026-03-27 21:36:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b9b84b6-ec5e-540e-abd1-75e85b63f488 with scrape type 2
2026-03-27 21:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b9b84b6-ec5e-540e-abd1-75e85b63f488 with scrape type 2
2026-03-27 21:36:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b9b84b6-ec5e-540e-abd1-75e85b63f488, identifier: 6983222auction87925
2026-03-27 21:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b9b84b6-ec5e-540e-abd1-75e85b63f488 with identifier: 6983222auction87925
2026-03-27 21:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b9b84b6-ec5e-540e-abd1-75e85b63f488 with identifier: 6983222auction87925
2026-03-27 21:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b9b84b6-ec5e-540e-abd1-75e85b63f488 with identifier: 6983222auction87925 to the API
2026-03-27 21:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:16 [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 21:36:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983222>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '5b9b84b6-ec5e-540e-abd1-75e85b63f488',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983222',
'listing': 'auction',
'location': 'France - "HERTZ ORLY"',
'make': 'Peugeot',
'model': '2008',
'odometer': 83677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-10',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 2008 PureTech 100 ALLURE BVM',
'transmission': 'manual',
'trim': 'PEUGEOT PureTech 100 ALLURE BVM',
'vin': None,
'year': 2023}
2026-03-27 21:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983222auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:16 [ecarstrade.be] INFO: Saving data for 6983222auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1773961945.601717, 'last_price_update_time': 1774647376.269769}
2026-03-27 21:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983222auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995796> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995799> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:18 [ecarstrade.be] INFO: Extracting details for car 6995796auction87925
2026-03-27 21:36:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c9c1f9e-e2da-52ae-a737-1f7b1e678842 with identifier: 6995796auction87925
2026-03-27 21:36:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c9c1f9e-e2da-52ae-a737-1f7b1e678842 with scrape type 2
2026-03-27 21:36:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c9c1f9e-e2da-52ae-a737-1f7b1e678842 with scrape type 2
2026-03-27 21:36:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c9c1f9e-e2da-52ae-a737-1f7b1e678842, identifier: 6995796auction87925
2026-03-27 21:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c9c1f9e-e2da-52ae-a737-1f7b1e678842 with identifier: 6995796auction87925
2026-03-27 21:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c9c1f9e-e2da-52ae-a737-1f7b1e678842 with identifier: 6995796auction87925
2026-03-27 21:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c9c1f9e-e2da-52ae-a737-1f7b1e678842 with identifier: 6995796auction87925 to the API
2026-03-27 21:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:18 [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 21:36:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995796>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '5c9c1f9e-e2da-52ae-a737-1f7b1e678842',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995796',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'Mitsubishi',
'model': 'ASX',
'odometer': 64060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-08',
'seats_number': None,
'seller_name': None,
'title': 'MITSUBISHI ASX 1.0 MPI-T Inform 91 Business BVM',
'transmission': 'manual',
'trim': 'MITSUBISHI 1.0 MPI-T Inform 91 Business BVM',
'vin': None,
'year': 2024}
2026-03-27 21:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995796auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:18 [ecarstrade.be] INFO: Saving data for 6995796auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365616.046807, 'last_price_update_time': 1774647378.394607}
2026-03-27 21:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995796auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:18 [ecarstrade.be] INFO: Extracting details for car 6995799auction87925
2026-03-27 21:36:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995804> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f554d53-8c38-5a49-9725-f1d0b5343d9c with identifier: 6995799auction87925
2026-03-27 21:36:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f554d53-8c38-5a49-9725-f1d0b5343d9c with scrape type 2
2026-03-27 21:36:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f554d53-8c38-5a49-9725-f1d0b5343d9c with scrape type 2
2026-03-27 21:36:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f554d53-8c38-5a49-9725-f1d0b5343d9c, identifier: 6995799auction87925
2026-03-27 21:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f554d53-8c38-5a49-9725-f1d0b5343d9c with identifier: 6995799auction87925
2026-03-27 21:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f554d53-8c38-5a49-9725-f1d0b5343d9c with identifier: 6995799auction87925
2026-03-27 21:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f554d53-8c38-5a49-9725-f1d0b5343d9c with identifier: 6995799auction87925 to the API
2026-03-27 21:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:19 [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 21:36:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995799>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '8f554d53-8c38-5a49-9725-f1d0b5343d9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995799',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 60488,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-29',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Mokka 1.2 T 130cv BVM6 ELEGANCE',
'transmission': 'manual',
'trim': 'OPEL 1.2 T 130cv BVM6 ELEGANCE',
'vin': None,
'year': 2023}
2026-03-27 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995799auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:19 [ecarstrade.be] INFO: Saving data for 6995799auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365620.030312, 'last_price_update_time': 1774647379.36551}
2026-03-27 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995799auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:19 [ecarstrade.be] INFO: Extracting details for car 6995804auction87925
2026-03-27 21:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d17a7c9-77b9-55b2-a0e0-da86fef86dd5 with identifier: 6995804auction87925
2026-03-27 21:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d17a7c9-77b9-55b2-a0e0-da86fef86dd5 with scrape type 2
2026-03-27 21:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d17a7c9-77b9-55b2-a0e0-da86fef86dd5 with scrape type 2
2026-03-27 21:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d17a7c9-77b9-55b2-a0e0-da86fef86dd5, identifier: 6995804auction87925
2026-03-27 21:36:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d17a7c9-77b9-55b2-a0e0-da86fef86dd5 with identifier: 6995804auction87925
2026-03-27 21:36:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d17a7c9-77b9-55b2-a0e0-da86fef86dd5 with identifier: 6995804auction87925
2026-03-27 21:36:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d17a7c9-77b9-55b2-a0e0-da86fef86dd5 with identifier: 6995804auction87925 to the API
2026-03-27 21:36:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:19 [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 21:36:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995804>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '8d17a7c9-77b9-55b2-a0e0-da86fef86dd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995804',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 74172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-08',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT ARKANA Techno mild hybrid 140 EDC 140 cv',
'transmission': 'automatic',
'trim': 'RENAULT ARKANA Techno mild hybrid 140 EDC 140 cv',
'vin': None,
'year': 2024}
2026-03-27 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995804auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:19 [ecarstrade.be] INFO: Saving data for 6995804auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365616.626521, 'last_price_update_time': 1774647379.766734}
2026-03-27 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995804auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995803> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:20 [ecarstrade.be] INFO: Extracting details for car 6995803auction87925
2026-03-27 21:36:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f8fb181-fcde-5585-98f2-ed75f5c5eba6 with identifier: 6995803auction87925
2026-03-27 21:36:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f8fb181-fcde-5585-98f2-ed75f5c5eba6 with scrape type 2
2026-03-27 21:36:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f8fb181-fcde-5585-98f2-ed75f5c5eba6 with scrape type 2
2026-03-27 21:36:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f8fb181-fcde-5585-98f2-ed75f5c5eba6, identifier: 6995803auction87925
2026-03-27 21:36:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f8fb181-fcde-5585-98f2-ed75f5c5eba6 with identifier: 6995803auction87925
2026-03-27 21:36:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f8fb181-fcde-5585-98f2-ed75f5c5eba6 with identifier: 6995803auction87925
2026-03-27 21:36:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f8fb181-fcde-5585-98f2-ed75f5c5eba6 with identifier: 6995803auction87925 to the API
2026-03-27 21:36:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:20 [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 21:36:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995803>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '0f8fb181-fcde-5585-98f2-ed75f5c5eba6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995803',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Peugeot',
'model': '208',
'odometer': 58960,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-19',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 208 Allure Pack PT 100 BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT Allure Pack PT 100 BVM6',
'vin': None,
'year': 2023}
2026-03-27 21:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995803auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:20 [ecarstrade.be] INFO: Saving data for 6995803auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365617.207761, 'last_price_update_time': 1774647380.583379}
2026-03-27 21:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995803auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995805> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:22 [ecarstrade.be] INFO: Extracting details for car 6995805auction87925
2026-03-27 21:36:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1415fe31-629a-5391-b757-b240cf576f0b with identifier: 6995805auction87925
2026-03-27 21:36:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1415fe31-629a-5391-b757-b240cf576f0b with scrape type 2
2026-03-27 21:36:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1415fe31-629a-5391-b757-b240cf576f0b with scrape type 2
2026-03-27 21:36:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1415fe31-629a-5391-b757-b240cf576f0b, identifier: 6995805auction87925
2026-03-27 21:36:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1415fe31-629a-5391-b757-b240cf576f0b with identifier: 6995805auction87925
2026-03-27 21:36:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1415fe31-629a-5391-b757-b240cf576f0b with identifier: 6995805auction87925
2026-03-27 21:36:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1415fe31-629a-5391-b757-b240cf576f0b with identifier: 6995805auction87925 to the API
2026-03-27 21:36:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:22 [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 21:36:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995805>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '1415fe31-629a-5391-b757-b240cf576f0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995805',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Renault',
'model': 'Captur',
'odometer': 44398,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-08',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Captur E-TECH 145 Techno BVA',
'transmission': 'automatic',
'trim': 'RENAULT E-TECH 145 Techno BVA',
'vin': None,
'year': 2024}
2026-03-27 21:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995805auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:22 [ecarstrade.be] INFO: Saving data for 6995805auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365613.350192, 'last_price_update_time': 1774647382.80595}
2026-03-27 21:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995805auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995797> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995802> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:24 [ecarstrade.be] INFO: Extracting details for car 6995797auction87925
2026-03-27 21:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4da01b45-c0ee-5df5-90de-4f5362221147 with identifier: 6995797auction87925
2026-03-27 21:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4da01b45-c0ee-5df5-90de-4f5362221147 with scrape type 2
2026-03-27 21:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4da01b45-c0ee-5df5-90de-4f5362221147 with scrape type 2
2026-03-27 21:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4da01b45-c0ee-5df5-90de-4f5362221147, identifier: 6995797auction87925
2026-03-27 21:36:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4da01b45-c0ee-5df5-90de-4f5362221147 with identifier: 6995797auction87925
2026-03-27 21:36:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4da01b45-c0ee-5df5-90de-4f5362221147 with identifier: 6995797auction87925
2026-03-27 21:36:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4da01b45-c0ee-5df5-90de-4f5362221147 with identifier: 6995797auction87925 to the API
2026-03-27 21:36:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:25 [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 21:36:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995797>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '4da01b45-c0ee-5df5-90de-4f5362221147',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995797',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'Opel',
'model': 'Astra',
'odometer': 62213,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-27',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Astra Sports Tourer GS TURBO 130 BVA8 + PACK CONFORT',
'transmission': 'automatic',
'trim': 'OPEL Sports Tourer GS TURBO 130 BVA8 + PACK CONFORT',
'vin': None,
'year': 2024}
2026-03-27 21:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995797auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:25 [ecarstrade.be] INFO: Saving data for 6995797auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365634.893423, 'last_price_update_time': 1774647385.114861}
2026-03-27 21:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995797auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:25 [ecarstrade.be] INFO: Extracting details for car 6995802auction87925
2026-03-27 21:36:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c33847de-86f7-5d62-98d0-1c174266875c with identifier: 6995802auction87925
2026-03-27 21:36:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c33847de-86f7-5d62-98d0-1c174266875c with scrape type 2
2026-03-27 21:36:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c33847de-86f7-5d62-98d0-1c174266875c with scrape type 2
2026-03-27 21:36:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c33847de-86f7-5d62-98d0-1c174266875c, identifier: 6995802auction87925
2026-03-27 21:36:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c33847de-86f7-5d62-98d0-1c174266875c with identifier: 6995802auction87925
2026-03-27 21:36:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c33847de-86f7-5d62-98d0-1c174266875c with identifier: 6995802auction87925
2026-03-27 21:36:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c33847de-86f7-5d62-98d0-1c174266875c with identifier: 6995802auction87925 to the API
2026-03-27 21:36:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:25 [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 21:36:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995802>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'c33847de-86f7-5d62-98d0-1c174266875c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995802',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Peugeot',
'model': '208',
'odometer': 62245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-17',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PureTech 100 CV ALLURE BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech 100 CV ALLURE BVM6',
'vin': None,
'year': 2023}
2026-03-27 21:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995802auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:25 [ecarstrade.be] INFO: Saving data for 6995802auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365635.495767, 'last_price_update_time': 1774647385.496668}
2026-03-27 21:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995802auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995800> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995793> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:26 [ecarstrade.be] INFO: Extracting details for car 6995800auction87925
2026-03-27 21:36:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c680d4ac-02b9-595f-8ae4-0a2af45eb0b3 with identifier: 6995800auction87925
2026-03-27 21:36:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c680d4ac-02b9-595f-8ae4-0a2af45eb0b3 with scrape type 2
2026-03-27 21:36:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c680d4ac-02b9-595f-8ae4-0a2af45eb0b3 with scrape type 2
2026-03-27 21:36:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c680d4ac-02b9-595f-8ae4-0a2af45eb0b3, identifier: 6995800auction87925
2026-03-27 21:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c680d4ac-02b9-595f-8ae4-0a2af45eb0b3 with identifier: 6995800auction87925
2026-03-27 21:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c680d4ac-02b9-595f-8ae4-0a2af45eb0b3 with identifier: 6995800auction87925
2026-03-27 21:36:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c680d4ac-02b9-595f-8ae4-0a2af45eb0b3 with identifier: 6995800auction87925 to the API
2026-03-27 21:36:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:26 [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 21:36:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995800>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'c680d4ac-02b9-595f-8ae4-0a2af45eb0b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995800',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 64372,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-31',
'seats_number': None,
'seller_name': None,
'title': 'OPEL Mokka 1.2 T 130cv BVM6 ELEGANCE',
'transmission': 'manual',
'trim': 'OPEL 1.2 T 130cv BVM6 ELEGANCE',
'vin': None,
'year': 2024}
2026-03-27 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995800auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:26 [ecarstrade.be] INFO: Saving data for 6995800auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365638.979322, 'last_price_update_time': 1774647386.693476}
2026-03-27 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995800auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:26 [ecarstrade.be] INFO: Extracting details for car 6995793auction87925
2026-03-27 21:36:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b63cbf9c-2bc5-5726-80c0-db78dbe272a8 with identifier: 6995793auction87925
2026-03-27 21:36:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b63cbf9c-2bc5-5726-80c0-db78dbe272a8 with scrape type 2
2026-03-27 21:36:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b63cbf9c-2bc5-5726-80c0-db78dbe272a8 with scrape type 2
2026-03-27 21:36:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b63cbf9c-2bc5-5726-80c0-db78dbe272a8, identifier: 6995793auction87925
2026-03-27 21:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b63cbf9c-2bc5-5726-80c0-db78dbe272a8 with identifier: 6995793auction87925
2026-03-27 21:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b63cbf9c-2bc5-5726-80c0-db78dbe272a8 with identifier: 6995793auction87925
2026-03-27 21:36:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b63cbf9c-2bc5-5726-80c0-db78dbe272a8 with identifier: 6995793auction87925 to the API
2026-03-27 21:36:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:26 [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 21:36:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995793>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': 'b63cbf9c-2bc5-5726-80c0-db78dbe272a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995793',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 59890,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-28',
'seats_number': None,
'seller_name': None,
'title': 'CITROËN C3 Aircross 1.2 PureTech SHINE PACK 110 BVM6',
'transmission': 'manual',
'trim': 'CITROËN 1.2 PureTech SHINE PACK 110 BVM6',
'vin': None,
'year': 2023}
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995793auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Saving data for 6995793auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365618.278733, 'last_price_update_time': 1774647387.084793}
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995793auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995801> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:36:27 [ecarstrade.be] INFO: Extracting details for car 6995801auction87925
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961326auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961326auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961326auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6958087auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958087auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6958087auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961322auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961322auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961322auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961321auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961321auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961321auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6958085auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958085auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6958085auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961319auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961319auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961319auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6958083auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958083auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6958083auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961311auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961311auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961311auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961312auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961312auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961312auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961314auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961314auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961314auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961315auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961315auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961315auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6958081auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958081auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6958081auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6958086auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958086auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6958086auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961309auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961309auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961309auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6958075auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958075auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6958075auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6958077auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958077auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6958077auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961307auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961307auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961307auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6958079auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958079auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6958079auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6961308auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961308auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6961308auction61871: 0
2026-03-27 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6958074auction61871
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958074auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:27 [ecarstrade.be] INFO: Scrape type for 6958074auction61871: 0
2026-03-27 21:36:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12aa4a84-cfc8-5901-a2aa-28a1021f46e6 with identifier: 6995801auction87925
2026-03-27 21:36:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12aa4a84-cfc8-5901-a2aa-28a1021f46e6 with scrape type 2
2026-03-27 21:36:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12aa4a84-cfc8-5901-a2aa-28a1021f46e6 with scrape type 2
2026-03-27 21:36:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12aa4a84-cfc8-5901-a2aa-28a1021f46e6, identifier: 6995801auction87925
2026-03-27 21:36:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12aa4a84-cfc8-5901-a2aa-28a1021f46e6 with identifier: 6995801auction87925
2026-03-27 21:36:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12aa4a84-cfc8-5901-a2aa-28a1021f46e6 with identifier: 6995801auction87925
2026-03-27 21:36:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12aa4a84-cfc8-5901-a2aa-28a1021f46e6 with identifier: 6995801auction87925 to the API
2026-03-27 21:36:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:27 [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 21:36:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995801>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '12aa4a84-cfc8-5901-a2aa-28a1021f46e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995801',
'listing': 'auction',
'location': 'France - "HERTZ NICE"',
'make': 'Peugeot',
'model': '208',
'odometer': 63130,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-30',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 208 ESS 100 Allure BVM6',
'transmission': 'manual',
'trim': 'PEUGEOT ESS 100 Allure BVM6',
'vin': None,
'year': 2024}
2026-03-27 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995801auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:28 [ecarstrade.be] INFO: Saving data for 6995801auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365637.838386, 'last_price_update_time': 1774647388.056239}
2026-03-27 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995801auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995806> (referer: https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:29 [ecarstrade.be] INFO: Extracting details for car 6995806auction87925
2026-03-27 21:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3338e72d-316d-5dd4-a525-3d8f394d9a0f with identifier: 6995806auction87925
2026-03-27 21:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3338e72d-316d-5dd4-a525-3d8f394d9a0f with scrape type 2
2026-03-27 21:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3338e72d-316d-5dd4-a525-3d8f394d9a0f with scrape type 2
2026-03-27 21:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3338e72d-316d-5dd4-a525-3d8f394d9a0f, identifier: 6995806auction87925
2026-03-27 21:36:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3338e72d-316d-5dd4-a525-3d8f394d9a0f with identifier: 6995806auction87925
2026-03-27 21:36:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3338e72d-316d-5dd4-a525-3d8f394d9a0f with identifier: 6995806auction87925
2026-03-27 21:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3338e72d-316d-5dd4-a525-3d8f394d9a0f with identifier: 6995806auction87925 to the API
2026-03-27 21:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:30 [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 21:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995806>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3338e72d-316d-5dd4-a525-3d8f394d9a0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995806',
'listing': 'auction',
'location': 'France - "HERTZ LYON"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 83148,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-05',
'seats_number': None,
'seller_name': None,
'title': 'VOLVO XC 90 T8 AWD 310+145ch ULTIMATE',
'transmission': 'automatic',
'trim': 'VOLVO XC 90 T8 AWD 310+145ch ULTIMATE',
'vin': None,
'year': 2023}
2026-03-27 21:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995806auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:30 [ecarstrade.be] INFO: Saving data for 6995806auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365615.076662, 'last_price_update_time': 1774647390.820723}
2026-03-27 21:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995806auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6958076auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958076auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6958076auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6958071auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958071auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6958071auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6958061auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958061auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6958061auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6958065auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958065auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6958065auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6958072auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958072auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6958072auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6958066auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958066auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6958066auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6958068auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958068auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6958068auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6958062auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958062auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6958062auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6961300auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961300auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6961300auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6935105auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935105auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6935105auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6935109auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935109auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6935109auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6958059auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958059auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6958059auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6935110auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935110auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6935110auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6961298auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961298auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6961298auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6935102auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935102auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6935102auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6935101auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935101auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6935101auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6936662auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936662auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6936662auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6936666auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936666auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6936666auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6935099auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935099auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6935099auction61871: 0
2026-03-27 21:36:34 [ecarstrade.be] INFO: Found listing with ID: 6936664auction61871
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936664auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:34 [ecarstrade.be] INFO: Scrape type for 6936664auction61871: 0
2026-03-27 21:36:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:36:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995794> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:40 [ecarstrade.be] INFO: Extracting details for car 6995794auction87925
2026-03-27 21:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9b55b0-dc2d-536b-bf8a-05808bd8421c with identifier: 6995794auction87925
2026-03-27 21:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9b55b0-dc2d-536b-bf8a-05808bd8421c with scrape type 2
2026-03-27 21:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9b55b0-dc2d-536b-bf8a-05808bd8421c with scrape type 2
2026-03-27 21:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d9b55b0-dc2d-536b-bf8a-05808bd8421c, identifier: 6995794auction87925
2026-03-27 21:36:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d9b55b0-dc2d-536b-bf8a-05808bd8421c with identifier: 6995794auction87925
2026-03-27 21:36:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d9b55b0-dc2d-536b-bf8a-05808bd8421c with identifier: 6995794auction87925
2026-03-27 21:36:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d9b55b0-dc2d-536b-bf8a-05808bd8421c with identifier: 6995794auction87925 to the API
2026-03-27 21:36:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:36:42 [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 21:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995794>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-29T11:50:04Z',
'fuel_type': 'Petrol',
'id': '5d9b55b0-dc2d-536b-bf8a-05808bd8421c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995794',
'listing': 'auction',
'location': 'France - "TEA TOULOUSE"',
'make': 'Hyundai',
'model': 'i30',
'odometer': 67117,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-15',
'seats_number': None,
'seller_name': None,
'title': 'HYUNDAI i30 1,0 TGDI 120 CV DCT CREATIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI 1,0 TGDI 120 CV DCT CREATIVE',
'vin': None,
'year': 2024}
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995794auction87925%27 HTTP/1.1" 200 None
2026-03-27 21:36:42 [ecarstrade.be] INFO: Saving data for 6995794auction87925: {'auction_closing_time': 1774785004.0, 'created_time': 1774365614.458792, 'last_price_update_time': 1774647402.662124}
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995794auction87925') HTTP/1.1" 204 0
2026-03-27 21:36:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:36:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:36:42 [ecarstrade.be] INFO: Found listing with ID: 6935095auction61871
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935095auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:42 [ecarstrade.be] INFO: Scrape type for 6935095auction61871: 0
2026-03-27 21:36:42 [ecarstrade.be] INFO: Found listing with ID: 6936661auction61871
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936661auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:42 [ecarstrade.be] INFO: Scrape type for 6936661auction61871: 0
2026-03-27 21:36:42 [ecarstrade.be] INFO: Found listing with ID: 6935094auction61871
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935094auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:42 [ecarstrade.be] INFO: Scrape type for 6935094auction61871: 0
2026-03-27 21:36:42 [ecarstrade.be] INFO: Found listing with ID: 6935090auction61871
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935090auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:42 [ecarstrade.be] INFO: Scrape type for 6935090auction61871: 0
2026-03-27 21:36:42 [ecarstrade.be] INFO: Found listing with ID: 6935091auction61871
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935091auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:42 [ecarstrade.be] INFO: Scrape type for 6935091auction61871: 0
2026-03-27 21:36:42 [ecarstrade.be] INFO: Found listing with ID: 6935093auction61871
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935093auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6935093auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6935088auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935088auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6935088auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6936651auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936651auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6936651auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6936648auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936648auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6936648auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6935075auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935075auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6935075auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6935083auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935083auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6935083auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6935085auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935085auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6935085auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6936644auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936644auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6936644auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6935070auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935070auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6935070auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6936636auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936636auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6936636auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6961297auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961297auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6961297auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6935067auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935067auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6935067auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6936630auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936630auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6936630auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6935061auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935061auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6935061auction61871: 0
2026-03-27 21:36:43 [ecarstrade.be] INFO: Found listing with ID: 6936622auction61871
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936622auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:36:43 [ecarstrade.be] INFO: Scrape type for 6936622auction61871: 0
2026-03-27 21:36:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:37:06 [scrapy.extensions.logstats] INFO: Crawled 165 pages (at 21 pages/min), scraped 129 items (at 17 items/min)
2026-03-27 21:37:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 298MiB
2026-03-27 21:37:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6936632auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936632auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6936632auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6911224auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911224auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6911224auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6936619auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936619auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6936619auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6911222auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911222auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6911222auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6935057auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935057auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6935057auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6958060auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958060auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6958060auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6911219auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911219auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6911219auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6913305auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913305auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6913305auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6913316auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913316auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6913316auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6913317auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913317auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6913317auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6935055auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935055auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6935055auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6911210auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911210auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6911210auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6911216auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911216auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6911216auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6913314auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913314auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6913314auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6911194auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911194auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6911194auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6913293auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913293auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6913293auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6913296auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913296auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6913296auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6911173auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911173auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6911173auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6913280auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913280auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6913280auction61871: 0
2026-03-27 21:37:17 [ecarstrade.be] INFO: Found listing with ID: 6911174auction61871
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911174auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:17 [ecarstrade.be] INFO: Scrape type for 6911174auction61871: 0
2026-03-27 21:37:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:37:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6911176auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911176auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6911176auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6936617auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936617auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6936617auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6911164auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911164auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6911164auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6911166auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911166auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6911166auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6913274auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913274auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6913274auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6913276auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913276auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6913276auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6913270auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913270auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6913270auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6911162auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911162auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6911162auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6935054auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935054auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6935054auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6913271auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913271auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6913271auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6911163auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911163auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6911163auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6913259auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913259auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6913259auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6913260auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913260auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6913260auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6911157auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911157auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6911157auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6911155auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911155auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6911155auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6913253auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913253auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6913253auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6913252auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913252auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6913252auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6911149auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911149auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6911149auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6911139auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911139auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6911139auction61871: 0
2026-03-27 21:37:52 [ecarstrade.be] INFO: Found listing with ID: 6913241auction61871
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:37:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913241auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:37:52 [ecarstrade.be] INFO: Scrape type for 6913241auction61871: 0
2026-03-27 21:37:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:38:06 [scrapy.extensions.logstats] INFO: Crawled 167 pages (at 2 pages/min), scraped 129 items (at 0 items/min)
2026-03-27 21:38:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 298MiB
2026-03-27 21:38:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6913244auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913244auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6913244auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6936615auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936615auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6936615auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6911132auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911132auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6911132auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6911133auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911133auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6911133auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6911138auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911138auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6911138auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6935046auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935046auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6935046auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6936614auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936614auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6936614auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6936616auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936616auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6936616auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6911130auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911130auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6911130auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6936611auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936611auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6936611auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6889064auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889064auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6889064auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6889075auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889075auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6889075auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6935043auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935043auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6935043auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6936610auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936610auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6936610auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6936612auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936612auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6936612auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6887405auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887405auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6887405auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6889061auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889061auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6889061auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6913231auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913231auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6913231auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6887393auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887393auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6887393auction61871: 0
2026-03-27 21:38:11 [ecarstrade.be] INFO: Found listing with ID: 6889056auction61871
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889056auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:11 [ecarstrade.be] INFO: Scrape type for 6889056auction61871: 0
2026-03-27 21:38:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:38:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6887394auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887394auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6887394auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6889039auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889039auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6889039auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6889049auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889049auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6889049auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6889040auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889040auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6889040auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6889046auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889046auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6889046auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6887382auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887382auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6887382auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6887379auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887379auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6887379auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6889031auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889031auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6889031auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6889034auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889034auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6889034auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6911119auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911119auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6911119auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6936608auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936608auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6936608auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6889027auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889027auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6889027auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6911116auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911116auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6911116auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6864875auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864875auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6864875auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6887362auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887362auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6887362auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6889018auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889018auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6889018auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6961296auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961296auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6961296auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6844388auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844388auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6844388auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6889005auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889005auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6889005auction61871: 0
2026-03-27 21:38:18 [ecarstrade.be] INFO: Found listing with ID: 6840075auction61871
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:38:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276840075auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:38:18 [ecarstrade.be] INFO: Scrape type for 6840075auction61871: 0
2026-03-27 21:38:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:39:06 [scrapy.extensions.logstats] INFO: Crawled 169 pages (at 2 pages/min), scraped 129 items (at 0 items/min)
2026-03-27 21:39:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 298MiB
2026-03-27 21:39:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page40?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6841551auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841551auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6841551auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6841573auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841573auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6841573auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6841583auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841583auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6841583auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6911117auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911117auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6911117auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6911118auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911118auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6911118auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6835249auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835249auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6835249auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6935040auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935040auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6935040auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6888987auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888987auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6888987auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6611602auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276611602auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6611602auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6887347auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887347auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6887347auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6888994auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888994auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6888994auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6936609auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936609auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6936609auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6888978auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888978auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6888978auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6887340auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887340auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6887340auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6935041auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935041auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6935041auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6982136auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982136auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6982136auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6982133auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982133auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6982133auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6982134auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982134auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6982134auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6981261auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981261auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6981261auction61871: 0
2026-03-27 21:39:33 [ecarstrade.be] INFO: Found listing with ID: 6982124auction61871
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982124auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:33 [ecarstrade.be] INFO: Scrape type for 6982124auction61871: 0
2026-03-27 21:39:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:39:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page41?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page40?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:39:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:39:50 [ecarstrade.be] INFO: Found listing with ID: 6982125auction61871
2026-03-27 21:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982125auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:50 [ecarstrade.be] INFO: Scrape type for 6982125auction61871: 0
2026-03-27 21:39:50 [ecarstrade.be] INFO: Found listing with ID: 6982132auction61871
2026-03-27 21:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982132auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:50 [ecarstrade.be] INFO: Scrape type for 6982132auction61871: 0
2026-03-27 21:39:50 [ecarstrade.be] INFO: Found listing with ID: 6982130auction61871
2026-03-27 21:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982130auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:50 [ecarstrade.be] INFO: Scrape type for 6982130auction61871: 0
2026-03-27 21:39:50 [ecarstrade.be] INFO: Found listing with ID: 6981259auction61871
2026-03-27 21:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981259auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:50 [ecarstrade.be] INFO: Scrape type for 6981259auction61871: 0
2026-03-27 21:39:50 [ecarstrade.be] INFO: Found listing with ID: 6981253auction61871
2026-03-27 21:39:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981253auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981253auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6981257auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981257auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981257auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6982123auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982123auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6982123auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6981256auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981256auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981256auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6982119auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982119auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6982119auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6981252auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981252auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981252auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6981255auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981255auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981255auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6982118auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982118auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6982118auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6981248auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981248auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981248auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6981251auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981251auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981251auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6981247auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981247auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981247auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6982121auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982121auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6982121auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6981246auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981246auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981246auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6981249auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981249auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6981249auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6982116auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982116auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6982116auction61871: 0
2026-03-27 21:39:51 [ecarstrade.be] INFO: Found listing with ID: 6982111auction61871
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982111auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:51 [ecarstrade.be] INFO: Scrape type for 6982111auction61871: 0
2026-03-27 21:39:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:39:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page42?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page41?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982115auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982115auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982115auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6981244auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981244auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6981244auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6981245auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981245auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6981245auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982109auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982109auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982109auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982112auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982112auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982112auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6981236auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981236auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6981236auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982101auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982101auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982101auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6981235auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981235auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6981235auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982103auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982103auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982103auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982106auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982106auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982106auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982102auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982102auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982102auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6981233auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981233auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6981233auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6981234auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981234auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6981234auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6981232auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981232auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6981232auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982096auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982096auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982096auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982100auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982100auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982100auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6981230auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981230auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6981230auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982094auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982094auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982094auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6982093auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982093auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6982093auction61871: 0
2026-03-27 21:39:57 [ecarstrade.be] INFO: Found listing with ID: 6981225auction61871
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981225auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:39:57 [ecarstrade.be] INFO: Scrape type for 6981225auction61871: 0
2026-03-27 21:39:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:40:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page43?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page42?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6981227auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981227auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6981227auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6981229auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981229auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6981229auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982090auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982090auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982090auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982091auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982091auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982091auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6981223auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981223auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6981223auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982087auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982087auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982087auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982084auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982084auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982084auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982088auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982088auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982088auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6981222auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981222auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6981222auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982085auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982085auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982085auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6981220auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981220auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6981220auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982082auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982082auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982082auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982079auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982079auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982079auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982083auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982083auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982083auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982070auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982070auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982070auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982072auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982072auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982072auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6981217auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981217auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6981217auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982075auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982075auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982075auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6982078auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982078auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6982078auction61871: 0
2026-03-27 21:40:04 [ecarstrade.be] INFO: Found listing with ID: 6981214auction61871
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981214auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:04 [ecarstrade.be] INFO: Scrape type for 6981214auction61871: 0
2026-03-27 21:40:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:40:06 [scrapy.extensions.logstats] INFO: Crawled 173 pages (at 4 pages/min), scraped 129 items (at 0 items/min)
2026-03-27 21:40:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 302MiB
2026-03-27 21:40:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page43?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981218auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981218auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981218auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981205auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981205auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981205auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981206auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981206auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981206auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981209auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981209auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981209auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981212auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981212auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981212auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6982063auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982063auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6982063auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981197auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981197auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981197auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981199auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981199auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981199auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6982056auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982056auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6982056auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6982057auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982057auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6982057auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6982053auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982053auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6982053auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981195auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981195auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981195auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6982055auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982055auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6982055auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6982058auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982058auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6982058auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981190auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981190auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981190auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981193auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981193auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981193auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981189auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981189auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981189auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6981191auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981191auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6981191auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6982054auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982054auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6982054auction61871: 0
2026-03-27 21:40:11 [ecarstrade.be] INFO: Found listing with ID: 6982050auction61871
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982050auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:11 [ecarstrade.be] INFO: Scrape type for 6982050auction61871: 0
2026-03-27 21:40:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:40:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982049auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982049auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982049auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982051auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982051auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982051auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982047auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982047auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982047auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6981187auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981187auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6981187auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982043auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982043auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982043auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982044auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982044auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982044auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982045auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982045auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982045auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6981184auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981184auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6981184auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6981186auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981186auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6981186auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982052auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982052auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982052auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6981176auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981176auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6981176auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6981177auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981177auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6981177auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6981178auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981178auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6981178auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982039auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982039auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982039auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982041auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982041auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982041auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982037auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982037auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982037auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6982038auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982038auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6982038auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6997592auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997592auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6997592auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6997598auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997598auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6997598auction61871: 0
2026-03-27 21:40:27 [ecarstrade.be] INFO: Found listing with ID: 6997649auction61871
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:40:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:40:27 [ecarstrade.be] INFO: Scrape type for 6997649auction61871: 0
2026-03-27 21:40:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:41:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6997648auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997648auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6997648auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6974462auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974462auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6974462auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6973028auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973028auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6973028auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6973029auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973029auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6973029auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6973030auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973030auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6973030auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6973032auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973032auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6973032auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6973033auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973033auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6973033auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6973025auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973025auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6973025auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6974458auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974458auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6974458auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6974453auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974453auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6974453auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6973023auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973023auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6973023auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6973024auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973024auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6973024auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6974454auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974454auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6974454auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6974457auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974457auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6974457auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6974456auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974456auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6974456auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6974460auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974460auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6974460auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6974455auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974455auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6974455auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6880631auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880631auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6880631auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6904807auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904807auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6904807auction61871: 0
2026-03-27 21:41:00 [ecarstrade.be] INFO: Found listing with ID: 6950388auction61871
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950388auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:00 [ecarstrade.be] INFO: Scrape type for 6950388auction61871: 0
2026-03-27 21:41:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:41:06 [scrapy.extensions.logstats] INFO: Crawled 176 pages (at 3 pages/min), scraped 129 items (at 0 items/min)
2026-03-27 21:41:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-27 21:41:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6951941auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951941auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6951941auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6880621auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880621auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6880621auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997729auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997729auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997729auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6878989auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878989auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6878989auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6950387auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950387auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6950387auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997604auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997604auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997604auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997602auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997602auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997602auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997727auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997727auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997727auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997730auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997730auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997730auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6880616auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880616auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6880616auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997601auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997601auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997601auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6951937auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951937auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6951937auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997600auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997600auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997600auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6951936auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951936auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6951936auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997599auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997599auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997599auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6880612auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880612auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6880612auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6951935auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951935auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6951935auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997724auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997724auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997724auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997728auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997728auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997728auction61871: 0
2026-03-27 21:41:15 [ecarstrade.be] INFO: Found listing with ID: 6997723auction61871
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997723auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:15 [ecarstrade.be] INFO: Scrape type for 6997723auction61871: 0
2026-03-27 21:41:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:41:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997722auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997722auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997722auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6950384auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950384auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6950384auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6951934auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951934auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6951934auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6878971auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878971auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6878971auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997594auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997594auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997594auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997720auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997720auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997720auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997596auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997596auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997596auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6950381auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950381auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6950381auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6880594auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880594auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6880594auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997717auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997717auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997717auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6880589auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880589auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6880589auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997715auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997715auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997715auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997714auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997714auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997714auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997716auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997716auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997716auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997590auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997590auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997590auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997591auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997591auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997591auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6997593auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997593auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6997593auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6950378auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950378auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6950378auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6950379auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950379auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6950379auction61871: 0
2026-03-27 21:41:45 [ecarstrade.be] INFO: Found listing with ID: 6951933auction61871
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951933auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:45 [ecarstrade.be] INFO: Scrape type for 6951933auction61871: 0
2026-03-27 21:41:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:41:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6950373auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950373auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6950373auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6878961auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878961auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6878961auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6880578auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880578auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6880578auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6880576auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880576auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6880576auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6880577auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880577auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6880577auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6878957auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878957auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6878957auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6997711auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997711auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6997711auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6997713auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997713auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6997713auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6997708auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6997708auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6997709auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6997709auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6997712auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6997712auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6951928auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951928auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6951928auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6950366auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950366auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6950366auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6950368auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950368auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6950368auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6951921auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951921auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6951921auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6951925auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951925auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6951925auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6950367auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950367auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6950367auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6951927auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951927auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6951927auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6951922auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951922auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6951922auction61871: 0
2026-03-27 21:41:51 [ecarstrade.be] INFO: Found listing with ID: 6950357auction61871
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950357auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:51 [ecarstrade.be] INFO: Scrape type for 6950357auction61871: 0
2026-03-27 21:41:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:41:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951916auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951916auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951916auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951918auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951918auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951918auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951912auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951912auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951912auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951914auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951914auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951914auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6950363auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950363auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6950363auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951906auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951906auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951906auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6950354auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950354auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6950354auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951905auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951905auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951905auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951904auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951904auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951904auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951907auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951907auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951907auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951901auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951901auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951901auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6950349auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950349auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6950349auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951899auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951899auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951899auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6950343auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950343auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6950343auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6950344auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950344auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6950344auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6950346auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950346auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6950346auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951897auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951897auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951897auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951902auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951902auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951902auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6950342auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950342auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6950342auction61871: 0
2026-03-27 21:41:58 [ecarstrade.be] INFO: Found listing with ID: 6951891auction61871
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:41:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951891auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:41:58 [ecarstrade.be] INFO: Scrape type for 6951891auction61871: 0
2026-03-27 21:41:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:42:06 [scrapy.extensions.logstats] INFO: Crawled 180 pages (at 4 pages/min), scraped 129 items (at 0 items/min)
2026-03-27 21:42:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 319MiB
2026-03-27 21:42:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6951896auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951896auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6951896auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6951903auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951903auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6951903auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6950341auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950341auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6950341auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6951885auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951885auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6951885auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6951886auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951886auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6951886auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6951884auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951884auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6951884auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6951888auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951888auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6951888auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6950337auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950337auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6950337auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6950338auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950338auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6950338auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6950333auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950333auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6950333auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6950335auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950335auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6950335auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6951878auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951878auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6951878auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6950332auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950332auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6950332auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6950331auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950331auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6950331auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6951873auction61871
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951873auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:07 [ecarstrade.be] INFO: Scrape type for 6951873auction61871: 0
2026-03-27 21:42:07 [ecarstrade.be] INFO: Found listing with ID: 6950325auction61871
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950325auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:08 [ecarstrade.be] INFO: Scrape type for 6950325auction61871: 0
2026-03-27 21:42:08 [ecarstrade.be] INFO: Found listing with ID: 6950330auction61871
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950330auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:08 [ecarstrade.be] INFO: Scrape type for 6950330auction61871: 0
2026-03-27 21:42:08 [ecarstrade.be] INFO: Found listing with ID: 6951869auction61871
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951869auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:08 [ecarstrade.be] INFO: Scrape type for 6951869auction61871: 0
2026-03-27 21:42:08 [ecarstrade.be] INFO: Found listing with ID: 6951871auction61871
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951871auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:08 [ecarstrade.be] INFO: Scrape type for 6951871auction61871: 0
2026-03-27 21:42:08 [ecarstrade.be] INFO: Found listing with ID: 6951874auction61871
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951874auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:42:08 [ecarstrade.be] INFO: Scrape type for 6951874auction61871: 0
2026-03-27 21:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:43:06 [scrapy.extensions.logstats] INFO: Crawled 181 pages (at 1 pages/min), scraped 129 items (at 0 items/min)
2026-03-27 21:43:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 322MiB
2026-03-27 21:43:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6950321auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950321auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6950321auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6950323auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950323auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6950323auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6951866auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951866auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6951866auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6950318auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950318auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6950318auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6951859auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951859auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6951859auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6950319auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950319auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6950319auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6951854auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951854auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6951854auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6951858auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951858auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6951858auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6950316auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950316auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6950316auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6950313auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950313auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6950313auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6950310auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950310auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6950310auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6951864auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951864auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6951864auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6926740auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926740auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6926740auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6928542auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928542auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6928542auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6928541auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928541auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6928541auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6928531auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928531auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6928531auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6926726auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926726auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6926726auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6928525auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928525auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6928525auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6928532auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928532auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6928532auction61871: 0
2026-03-27 21:43:13 [ecarstrade.be] INFO: Found listing with ID: 6926720auction61871
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926720auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:13 [ecarstrade.be] INFO: Scrape type for 6926720auction61871: 0
2026-03-27 21:43:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:43:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6926719auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926719auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6926719auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6926725auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926725auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6926725auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928510auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928510auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928510auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928499auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928499auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928499auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928504auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928504auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928504auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928495auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928495auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928495auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928498auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928498auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928498auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6926696auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926696auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6926696auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6926712auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926712auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6926712auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928496auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928496auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928496auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6926701auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926701auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6926701auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928486auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928486auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928486auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928481auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928481auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928481auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928487auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928487auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928487auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6926682auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926682auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6926682auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6926686auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926686auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6926686auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928478auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928478auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928478auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6926685auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926685auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6926685auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6928476auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928476auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6928476auction61871: 0
2026-03-27 21:43:34 [ecarstrade.be] INFO: Found listing with ID: 6926678auction61871
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926678auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:34 [ecarstrade.be] INFO: Scrape type for 6926678auction61871: 0
2026-03-27 21:43:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:43:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page54?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6928464auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928464auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6928464auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6926673auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926673auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6926673auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6904882auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904882auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6904882auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6928458auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928458auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6928458auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6926669auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926669auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6926669auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6907440auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907440auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6907440auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6903133auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903133auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6903133auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6904852auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904852auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6904852auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6907437auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907437auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6907437auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6907431auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907431auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6907431auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6931423auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276931423auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6931423auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6903124auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903124auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6903124auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6903121auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903121auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6903121auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6907424auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907424auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6907424auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6907426auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907426auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6907426auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6903118auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903118auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6903118auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6904830auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904830auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:43:59 [ecarstrade.be] INFO: Scrape type for 6904830auction61871: 0
2026-03-27 21:43:59 [ecarstrade.be] INFO: Found listing with ID: 6903106auction61871
2026-03-27 21:43:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903106auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:00 [ecarstrade.be] INFO: Scrape type for 6903106auction61871: 0
2026-03-27 21:44:00 [ecarstrade.be] INFO: Found listing with ID: 6903108auction61871
2026-03-27 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903108auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:00 [ecarstrade.be] INFO: Scrape type for 6903108auction61871: 0
2026-03-27 21:44:00 [ecarstrade.be] INFO: Found listing with ID: 6907422auction61871
2026-03-27 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907422auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:00 [ecarstrade.be] INFO: Scrape type for 6907422auction61871: 0
2026-03-27 21:44:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:44:06 [scrapy.extensions.logstats] INFO: Crawled 184 pages (at 3 pages/min), scraped 129 items (at 0 items/min)
2026-03-27 21:44:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 333MiB
2026-03-27 21:44:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page55?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page54?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6884554auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884554auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6884554auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6903104auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903104auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6903104auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6904806auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904806auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6904806auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6904808auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904808auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6904808auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6907414auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907414auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6907414auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6907409auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907409auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6907409auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6855975auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855975auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6855975auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6855974auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855974auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6855974auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6880573auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880573auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6880573auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6855973auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855973auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6855973auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6855952auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855952auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6855952auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6859419auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859419auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6859419auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6859401auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859401auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6859401auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6950312auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950312auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6950312auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6859405auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859405auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6859405auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6951851auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951851auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6951851auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6807758auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807758auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6807758auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6880555auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880555auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6880555auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6737810auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737810auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6737810auction61871: 0
2026-03-27 21:44:34 [ecarstrade.be] INFO: Found listing with ID: 6855921auction61871
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855921auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:34 [ecarstrade.be] INFO: Scrape type for 6855921auction61871: 0
2026-03-27 21:44:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:44:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page56?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page55?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6928455auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928455auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6928455auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6926666auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926666auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6926666auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6878918auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878918auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6878918auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6880553auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880553auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6880553auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6928456auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928456auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6928456auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6880548auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880548auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6880548auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6880549auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880549auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6880549auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6878922auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878922auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6878922auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6759713auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759713auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6759713auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6880550auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880550auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6880550auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6926667auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926667auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6926667auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6656186auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656186auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6656186auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6878920auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878920auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6878920auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6435333auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276435333auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6435333auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6494184auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276494184auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6494184auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6418438auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276418438auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6418438auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6973069auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973069auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6973069auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6973070auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973070auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6973070auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6974500auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974500auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6974500auction61871: 0
2026-03-27 21:44:41 [ecarstrade.be] INFO: Found listing with ID: 6973068auction61871
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973068auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:44:41 [ecarstrade.be] INFO: Scrape type for 6973068auction61871: 0
2026-03-27 21:44:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page57?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page56?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974499auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974499auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974499auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6973065auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973065auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6973065auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6973066auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973066auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6973066auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974497auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974497auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974497auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6973060auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973060auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6973060auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6973064auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973064auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6973064auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974493auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974493auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974493auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974494auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974494auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974494auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974496auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974496auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974496auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974487auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974487auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974487auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974489auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974489auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974489auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974490auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974490auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974490auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974485auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974485auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974485auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6973059auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973059auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6973059auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974481auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974481auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974481auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974486auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974486auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974486auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6973058auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973058auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6973058auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6973053auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973053auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6973053auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6973055auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973055auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6973055auction61871: 0
2026-03-27 21:45:03 [ecarstrade.be] INFO: Found listing with ID: 6974480auction61871
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974480auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:03 [ecarstrade.be] INFO: Scrape type for 6974480auction61871: 0
2026-03-27 21:45:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:06 [scrapy.extensions.logstats] INFO: Crawled 187 pages (at 3 pages/min), scraped 129 items (at 0 items/min)
2026-03-27 21:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 336MiB
2026-03-27 21:45:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page58?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page57?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:45:18 [ecarstrade.be] INFO: Found listing with ID: 6974477auction61871
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974477auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:18 [ecarstrade.be] INFO: Scrape type for 6974477auction61871: 0
2026-03-27 21:45:18 [ecarstrade.be] INFO: Found listing with ID: 6974482auction61871
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974482auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:18 [ecarstrade.be] INFO: Scrape type for 6974482auction61871: 0
2026-03-27 21:45:18 [ecarstrade.be] INFO: Found listing with ID: 6974476auction61871
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974476auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:18 [ecarstrade.be] INFO: Scrape type for 6974476auction61871: 0
2026-03-27 21:45:18 [ecarstrade.be] INFO: Found listing with ID: 6973052auction61871
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973052auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:18 [ecarstrade.be] INFO: Scrape type for 6973052auction61871: 0
2026-03-27 21:45:18 [ecarstrade.be] INFO: Found listing with ID: 6973056auction61871
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973056auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:18 [ecarstrade.be] INFO: Scrape type for 6973056auction61871: 0
2026-03-27 21:45:18 [ecarstrade.be] INFO: Found listing with ID: 6973049auction61871
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973049auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:18 [ecarstrade.be] INFO: Scrape type for 6973049auction61871: 0
2026-03-27 21:45:18 [ecarstrade.be] INFO: Found listing with ID: 6973050auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973050auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6973050auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6973051auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973051auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6973051auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6974478auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974478auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6974478auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6973042auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973042auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6973042auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6974474auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974474auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6974474auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6973046auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973046auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6973046auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6973043auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973043auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6973043auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6974471auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974471auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6974471auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6974472auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974472auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6974472auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6973037auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973037auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6973037auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6974469auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974469auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6974469auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6974470auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974470auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6974470auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6974463auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974463auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6974463auction61871: 0
2026-03-27 21:45:19 [ecarstrade.be] INFO: Found listing with ID: 6973036auction61871
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973036auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:19 [ecarstrade.be] INFO: Scrape type for 6973036auction61871: 0
2026-03-27 21:45:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page58?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6974465auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974465auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6974465auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6974468auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974468auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6974468auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6974467auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974467auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6974467auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6973035auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973035auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6973035auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6974464auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974464auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6974464auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6974466auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974466auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6974466auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6907040auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907040auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6907040auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6954131auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276954131auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6954131auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6859943auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859943auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6859943auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6694675auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694675auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6694675auction61871: 0
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6812191auction61871
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812191auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:27 [ecarstrade.be] INFO: Scrape type for 6812191auction61871: 2
2026-03-27 21:45:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:27 [ecarstrade.be] INFO: Found listing with ID: 6840034auction61871
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276840034auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:28 [ecarstrade.be] INFO: Scrape type for 6840034auction61871: 2
2026-03-27 21:45:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:28 [ecarstrade.be] INFO: Found listing with ID: 6791952auction61871
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276791952auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:28 [ecarstrade.be] INFO: Scrape type for 6791952auction61871: 2
2026-03-27 21:45:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:28 [ecarstrade.be] INFO: Found listing with ID: 6865596auction61871
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865596auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:28 [ecarstrade.be] INFO: Scrape type for 6865596auction61871: 2
2026-03-27 21:45:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:28 [ecarstrade.be] INFO: Found listing with ID: 6878928auction61871
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878928auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:28 [ecarstrade.be] INFO: Scrape type for 6878928auction61871: 2
2026-03-27 21:45:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:28 [ecarstrade.be] INFO: Found listing with ID: 6602167auction61871
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276602167auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:28 [ecarstrade.be] INFO: Scrape type for 6602167auction61871: 2
2026-03-27 21:45:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:28 [ecarstrade.be] INFO: Found listing with ID: 6984007auction61871
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984007auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:28 [ecarstrade.be] INFO: Scrape type for 6984007auction61871: 2
2026-03-27 21:45:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997605auction61871
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997605auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:28 [ecarstrade.be] INFO: Scrape type for 6997605auction61871: 0
2026-03-27 21:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997606auction61871
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997606auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:28 [ecarstrade.be] INFO: Scrape type for 6997606auction61871: 0
2026-03-27 21:45:28 [ecarstrade.be] INFO: Found listing with ID: 6997608auction61871
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997608auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:28 [ecarstrade.be] INFO: Scrape type for 6997608auction61871: 0
2026-03-27 21:45:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984007> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:38 [ecarstrade.be] INFO: Extracting details for car 6984007auction61871
2026-03-27 21:45:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871
2026-03-27 21:45:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with scrape type 2
2026-03-27 21:45:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with scrape type 2
2026-03-27 21:45:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5, identifier: 6984007auction61871
2026-03-27 21:45:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871
2026-03-27 21:45:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871
2026-03-27 21:45:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871 to the API
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:45:39 [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 21:45:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984007>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-29T21:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '54626f26-9c2c-5cda-91ba-9dfe7855b5a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984007',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 66309,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 1.4 40 TFSI e S Line 5d',
'transmission': 'automatic',
'trim': 'Sportback 1.4 40 TFSI e S Line 5d',
'vin': None,
'year': 2021}
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984007auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Saving data for 6984007auction61871: {'auction_closing_time': 1774820401.0, 'created_time': 1774018162.646114, 'last_price_update_time': 1774647939.393045}
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984007auction61871') HTTP/1.1" 204 0
2026-03-27 21:45:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997609auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997609auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997609auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997610auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997610auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997610auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997611auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997611auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997611auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997612auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997612auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997612auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997613auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997613auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997613auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997614auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997614auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997614auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997617auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997617auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997617auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997618auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997618auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997618auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997619auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997619auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997619auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997620auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997620auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997620auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997621auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997621auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997621auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997622auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997622auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997622auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997623auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997623auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997623auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997625auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997625auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997625auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997627auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997627auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997627auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997628auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997628auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:39 [ecarstrade.be] INFO: Scrape type for 6997628auction61871: 0
2026-03-27 21:45:39 [ecarstrade.be] INFO: Found listing with ID: 6997629auction61871
2026-03-27 21:45:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997629auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:40 [ecarstrade.be] INFO: Scrape type for 6997629auction61871: 0
2026-03-27 21:45:40 [ecarstrade.be] INFO: Found listing with ID: 6997630auction61871
2026-03-27 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997630auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:40 [ecarstrade.be] INFO: Scrape type for 6997630auction61871: 0
2026-03-27 21:45:40 [ecarstrade.be] INFO: Found listing with ID: 6997631auction61871
2026-03-27 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997631auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:40 [ecarstrade.be] INFO: Scrape type for 6997631auction61871: 0
2026-03-27 21:45:40 [ecarstrade.be] INFO: Found listing with ID: 6997632auction61871
2026-03-27 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997632auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:40 [ecarstrade.be] INFO: Scrape type for 6997632auction61871: 0
2026-03-27 21:45:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:45:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6791952> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:43 [ecarstrade.be] INFO: Extracting details for car 6791952auction61871
2026-03-27 21:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871
2026-03-27 21:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with scrape type 2
2026-03-27 21:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with scrape type 2
2026-03-27 21:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74, identifier: 6791952auction61871
2026-03-27 21:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871
2026-03-27 21:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871
2026-03-27 21:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871 to the API
2026-03-27 21:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:45:43 [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 21:45:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6791952>
{'auction_title': '',
'c_o_2_emission_value': 81,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '0.7L',
'expiration_date': '2026-03-29T21:40:01Z',
'fuel_type': 'Petrol',
'id': '572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6791952',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Honda',
'model': 'Other',
'odometer': 136044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Honda NC750X',
'transmission': 'manual',
'trim': 'NC750X',
'vin': None,
'year': 2019}
2026-03-27 21:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276791952auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:44 [ecarstrade.be] INFO: Saving data for 6791952auction61871: {'auction_closing_time': 1774820401.0, 'created_time': 1772613734.441304, 'last_price_update_time': 1774647944.128972}
2026-03-27 21:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6791952auction61871') HTTP/1.1" 204 0
2026-03-27 21:45:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878928> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:46 [ecarstrade.be] INFO: Extracting details for car 6878928auction61871
2026-03-27 21:45:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871
2026-03-27 21:45:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a03107ef-e937-5538-9773-71a8cedb1129 with scrape type 2
2026-03-27 21:45:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a03107ef-e937-5538-9773-71a8cedb1129 with scrape type 2
2026-03-27 21:45:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a03107ef-e937-5538-9773-71a8cedb1129, identifier: 6878928auction61871
2026-03-27 21:45:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871
2026-03-27 21:45:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871
2026-03-27 21:45:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871 to the API
2026-03-27 21:45:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:45:46 [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 21:45:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878928>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T21:40:01Z',
'fuel_type': 'Petrol',
'id': 'a03107ef-e937-5538-9773-71a8cedb1129',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878928',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q2',
'odometer': 79173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, Q2 FL'20, Audi Q2 1.0 30 TFSI 81kW Attraction 5d",
'transmission': 'manual',
'trim': ", FL'20, 1.0 30 TFSI 81kW Attraction 5d",
'vin': None,
'year': 2021}
2026-03-27 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878928auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:46 [ecarstrade.be] INFO: Saving data for 6878928auction61871: {'auction_closing_time': 1774820401.0, 'created_time': 1772613736.598173, 'last_price_update_time': 1774647946.440353}
2026-03-27 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878928auction61871') HTTP/1.1" 204 0
2026-03-27 21:45:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812191> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:47 [ecarstrade.be] INFO: Extracting details for car 6812191auction61871
2026-03-27 21:45:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871
2026-03-27 21:45:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b5d3abb-6444-5b70-b5d5-e1955927127d with scrape type 2
2026-03-27 21:45:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b5d3abb-6444-5b70-b5d5-e1955927127d with scrape type 2
2026-03-27 21:45:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b5d3abb-6444-5b70-b5d5-e1955927127d, identifier: 6812191auction61871
2026-03-27 21:45:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871
2026-03-27 21:45:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871
2026-03-27 21:45:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871 to the API
2026-03-27 21:45:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:45:47 [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 21:45:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812191>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T21:40:01Z',
'fuel_type': 'Petrol',
'id': '0b5d3abb-6444-5b70-b5d5-e1955927127d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812191',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Audi',
'model': 'A3',
'odometer': 69656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 1.5 35 TFSi 110kW 5d !! damaged car !!',
'transmission': 'manual',
'trim': 'Sportback 1.5 35 TFSi 110kW 5d !! damaged car !!',
'vin': None,
'year': 2022}
2026-03-27 21:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812191auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:47 [ecarstrade.be] INFO: Saving data for 6812191auction61871: {'auction_closing_time': 1774820401.0, 'created_time': 1774450670.124134, 'last_price_update_time': 1774647947.953487}
2026-03-27 21:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812191auction61871') HTTP/1.1" 204 0
2026-03-27 21:45:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865596> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:54 [ecarstrade.be] INFO: Extracting details for car 6865596auction61871
2026-03-27 21:45:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871
2026-03-27 21:45:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceecfcab-6f6a-5f26-a9f7-e31927772179 with scrape type 2
2026-03-27 21:45:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceecfcab-6f6a-5f26-a9f7-e31927772179 with scrape type 2
2026-03-27 21:45:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ceecfcab-6f6a-5f26-a9f7-e31927772179, identifier: 6865596auction61871
2026-03-27 21:45:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871
2026-03-27 21:45:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871
2026-03-27 21:45:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871 to the API
2026-03-27 21:45:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:45:54 [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 21:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6865596>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T21:40:01Z',
'fuel_type': 'Diesel',
'id': 'ceecfcab-6f6a-5f26-a9f7-e31927772179',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6865596',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '208',
'odometer': 83380,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 208 '19, Peugeot 208 1.5 BlueHDi 100 MAN6 S&S Active pack "
'5',
'transmission': 'manual',
'trim': ", '19, 1.5 BlueHDi 100 MAN6 S&S Active pack 5",
'vin': None,
'year': 2021}
2026-03-27 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865596auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:55 [ecarstrade.be] INFO: Saving data for 6865596auction61871: {'auction_closing_time': 1774820401.0, 'created_time': 1772613735.525093, 'last_price_update_time': 1774647955.103228}
2026-03-27 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865596auction61871') HTTP/1.1" 204 0
2026-03-27 21:45:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997634auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997634auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997634auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997636auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997636auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997636auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997638auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997638auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997638auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997639auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997639auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997639auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997640auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997640auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997640auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997642auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997642auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997642auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997643auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997643auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997643auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997644auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997644auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997644auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997645auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997645auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997646auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997646auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997647auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997647auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997650auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997650auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997651auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997651auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997651auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997652auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997652auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997654auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997654auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997657auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997657auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997658auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997658auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997659auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997659auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997660auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997660auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997660auction61871: 0
2026-03-27 21:45:59 [ecarstrade.be] INFO: Found listing with ID: 6997662auction61871
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:45:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997662auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:45:59 [ecarstrade.be] INFO: Scrape type for 6997662auction61871: 0
2026-03-27 21:45:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:46:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6840034> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:46:02 [ecarstrade.be] INFO: Extracting details for car 6840034auction61871
2026-03-27 21:46:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871
2026-03-27 21:46:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5a0857e-f562-52a8-b139-c804ae3a01f7 with scrape type 2
2026-03-27 21:46:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5a0857e-f562-52a8-b139-c804ae3a01f7 with scrape type 2
2026-03-27 21:46:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5a0857e-f562-52a8-b139-c804ae3a01f7, identifier: 6840034auction61871
2026-03-27 21:46:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871
2026-03-27 21:46:02 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:46:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871
2026-03-27 21:46:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871 to the API
2026-03-27 21:46:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:46:02 [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 21:46:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6840034>
{'auction_title': '',
'c_o_2_emission_value': 46,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T21:40:01Z',
'fuel_type': 'Other',
'id': 'd5a0857e-f562-52a8-b139-c804ae3a01f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6840034',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X3',
'odometer': 130336,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 xDrive30e (120 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive30e (120 kW) 5d',
'vin': None,
'year': 2021}
2026-03-27 21:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276840034auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:02 [ecarstrade.be] INFO: Saving data for 6840034auction61871: {'auction_closing_time': 1774820401.0, 'created_time': 1772613732.405716, 'last_price_update_time': 1774647962.891981}
2026-03-27 21:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6840034auction61871') HTTP/1.1" 204 0
2026-03-27 21:46:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6602167> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:46:03 [ecarstrade.be] INFO: Extracting details for car 6602167auction61871
2026-03-27 21:46:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871
2026-03-27 21:46:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7dc59b3-a809-5c52-a72a-9fb086335bcf with scrape type 2
2026-03-27 21:46:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7dc59b3-a809-5c52-a72a-9fb086335bcf with scrape type 2
2026-03-27 21:46:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7dc59b3-a809-5c52-a72a-9fb086335bcf, identifier: 6602167auction61871
2026-03-27 21:46:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871
2026-03-27 21:46:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871
2026-03-27 21:46:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871 to the API
2026-03-27 21:46:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:46:03 [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 21:46:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6602167>
{'auction_title': '',
'c_o_2_emission_value': 183,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-29T21:40:01Z',
'fuel_type': 'Diesel',
'id': 'f7dc59b3-a809-5c52-a72a-9fb086335bcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6602167',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 123325,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Velar D180 2.0 R-Dynamic S 5d',
'transmission': 'automatic',
'trim': 'D180 2.0 R-Dynamic S 5d',
'vin': None,
'year': 2020}
2026-03-27 21:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276602167auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:03 [ecarstrade.be] INFO: Saving data for 6602167auction61871: {'auction_closing_time': 1774820401.0, 'created_time': 1772613737.925025, 'last_price_update_time': 1774647963.917932}
2026-03-27 21:46:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6602167auction61871') HTTP/1.1" 204 0
2026-03-27 21:46:06 [scrapy.extensions.logstats] INFO: Crawled 198 pages (at 11 pages/min), scraped 136 items (at 7 items/min)
2026-03-27 21:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page62?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997663auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997663auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997663auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997664auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997664auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997664auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997665auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997665auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997665auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997666auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997666auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997666auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997667auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997667auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997667auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997668auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997668auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997668auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997670auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997670auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997670auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997671auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997671auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997671auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997672auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997672auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997672auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997673auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997673auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997673auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997675auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997675auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997675auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997676auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997676auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997676auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997678auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997678auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997678auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997679auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997679auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997679auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997681auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997681auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997681auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997682auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997682auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997682auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997683auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997683auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997683auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997686auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997686auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997686auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997687auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997687auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997687auction61871: 0
2026-03-27 21:46:30 [ecarstrade.be] INFO: Found listing with ID: 6997688auction61871
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997688auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:30 [ecarstrade.be] INFO: Scrape type for 6997688auction61871: 0
2026-03-27 21:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page63?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page62?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997691auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997691auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997691auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997693auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997693auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997693auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997694auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997694auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997694auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997695auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997695auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997695auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997696auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997696auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997696auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997697auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997697auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997697auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997698auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997698auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997698auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997699auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997699auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997699auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997700auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997700auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997700auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997702auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997702auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997702auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997703auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997703auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997703auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997704auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997704auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997704auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997705auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997705auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997705auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997706auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997706auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997706auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6997707auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6997707auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6999695auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999695auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6999695auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6999697auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999697auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6999697auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 6999698auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999698auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 6999698auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 7004006auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004006auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 7004006auction61871: 0
2026-03-27 21:46:38 [ecarstrade.be] INFO: Found listing with ID: 7004007auction61871
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004007auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:38 [ecarstrade.be] INFO: Scrape type for 7004007auction61871: 0
2026-03-27 21:46:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:46:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page64?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page63?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:46:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:46:58 [ecarstrade.be] INFO: Found listing with ID: 7004008auction61871
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004008auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:58 [ecarstrade.be] INFO: Scrape type for 7004008auction61871: 0
2026-03-27 21:46:58 [ecarstrade.be] INFO: Found listing with ID: 7004009auction61871
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004009auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:58 [ecarstrade.be] INFO: Scrape type for 7004009auction61871: 0
2026-03-27 21:46:58 [ecarstrade.be] INFO: Found listing with ID: 7004010auction61871
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004010auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:58 [ecarstrade.be] INFO: Scrape type for 7004010auction61871: 0
2026-03-27 21:46:58 [ecarstrade.be] INFO: Found listing with ID: 7004012auction61871
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004012auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:58 [ecarstrade.be] INFO: Scrape type for 7004012auction61871: 0
2026-03-27 21:46:58 [ecarstrade.be] INFO: Found listing with ID: 7004013auction61871
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004013auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:58 [ecarstrade.be] INFO: Scrape type for 7004013auction61871: 0
2026-03-27 21:46:58 [ecarstrade.be] INFO: Found listing with ID: 7004015auction61871
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004015auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:58 [ecarstrade.be] INFO: Scrape type for 7004015auction61871: 0
2026-03-27 21:46:58 [ecarstrade.be] INFO: Found listing with ID: 7004016auction61871
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004016auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:58 [ecarstrade.be] INFO: Scrape type for 7004016auction61871: 0
2026-03-27 21:46:58 [ecarstrade.be] INFO: Found listing with ID: 7004017auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004017auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004017auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004018auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004018auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004018auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004019auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004019auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004019auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004020auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004020auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004020auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004021auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004021auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004021auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004022auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004022auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004022auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004023auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004023auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004023auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004024auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004024auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004024auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004025auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004025auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004025auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004026auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004026auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004026auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004027auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004027auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004027auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004028auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004028auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004028auction61871: 0
2026-03-27 21:46:59 [ecarstrade.be] INFO: Found listing with ID: 7004029auction61871
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004029auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:46:59 [ecarstrade.be] INFO: Scrape type for 7004029auction61871: 0
2026-03-27 21:46:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:47:06 [scrapy.extensions.logstats] INFO: Crawled 201 pages (at 3 pages/min), scraped 136 items (at 0 items/min)
2026-03-27 21:47:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page65?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page64?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004030auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004030auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004030auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004031auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004031auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004031auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004032auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004032auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004032auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004033auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004033auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004033auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004034auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004034auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004034auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004035auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004035auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004035auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004036auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004036auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004036auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004037auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004037auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004037auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004038auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004038auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004038auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004040auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004040auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004040auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004041auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004041auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004041auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004044auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004044auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004044auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004045auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004045auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004045auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004046auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004046auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004046auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004047auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004047auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004047auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004048auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004048auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004048auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004049auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004049auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004049auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004050auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004050auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004050auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004051auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004051auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004051auction61871: 0
2026-03-27 21:47:20 [ecarstrade.be] INFO: Found listing with ID: 7004052auction61871
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004052auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:20 [ecarstrade.be] INFO: Scrape type for 7004052auction61871: 0
2026-03-27 21:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page66?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page65?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7004053auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004053auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7004053auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7004054auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004054auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7004054auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7004055auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004055auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7004055auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7004056auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004056auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7004056auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7004057auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004057auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7004057auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7004058auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004058auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7004058auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7004059auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004059auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7004059auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7005234auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005234auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7005234auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7005235auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005235auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7005235auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7005236auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005236auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7005236auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7005237auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005237auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7005237auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7005238auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005238auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7005238auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7005239auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005239auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7005239auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7005240auction61871
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005240auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:37 [ecarstrade.be] INFO: Scrape type for 7005240auction61871: 0
2026-03-27 21:47:37 [ecarstrade.be] INFO: Found listing with ID: 7005241auction61871
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005241auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:38 [ecarstrade.be] INFO: Scrape type for 7005241auction61871: 0
2026-03-27 21:47:38 [ecarstrade.be] INFO: Found listing with ID: 7005242auction61871
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005242auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:38 [ecarstrade.be] INFO: Scrape type for 7005242auction61871: 0
2026-03-27 21:47:38 [ecarstrade.be] INFO: Found listing with ID: 7005243auction61871
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005243auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:38 [ecarstrade.be] INFO: Scrape type for 7005243auction61871: 0
2026-03-27 21:47:38 [ecarstrade.be] INFO: Found listing with ID: 7005244auction61871
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005244auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:38 [ecarstrade.be] INFO: Scrape type for 7005244auction61871: 0
2026-03-27 21:47:38 [ecarstrade.be] INFO: Found listing with ID: 7005245auction61871
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005245auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:38 [ecarstrade.be] INFO: Scrape type for 7005245auction61871: 0
2026-03-27 21:47:38 [ecarstrade.be] INFO: Found listing with ID: 7005246auction61871
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005246auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:47:38 [ecarstrade.be] INFO: Scrape type for 7005246auction61871: 0
2026-03-27 21:47:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:48:06 [scrapy.extensions.logstats] INFO: Crawled 203 pages (at 2 pages/min), scraped 136 items (at 0 items/min)
2026-03-27 21:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:48:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page67?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page66?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005247auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005247auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005247auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005248auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005248auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005248auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005249auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005249auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005249auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005250auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005250auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005250auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005251auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005251auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005251auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005252auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005252auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005252auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005253auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005253auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005253auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005254auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005254auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005254auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005255auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005255auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005255auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005256auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005256auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005256auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005257auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005257auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005257auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005258auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005258auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:18 [ecarstrade.be] INFO: Scrape type for 7005258auction61871: 0
2026-03-27 21:48:18 [ecarstrade.be] INFO: Found listing with ID: 7005259auction61871
2026-03-27 21:48:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005259auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:19 [ecarstrade.be] INFO: Scrape type for 7005259auction61871: 0
2026-03-27 21:48:19 [ecarstrade.be] INFO: Found listing with ID: 7005260auction61871
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005260auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:19 [ecarstrade.be] INFO: Scrape type for 7005260auction61871: 0
2026-03-27 21:48:19 [ecarstrade.be] INFO: Found listing with ID: 7005261auction61871
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005261auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:19 [ecarstrade.be] INFO: Scrape type for 7005261auction61871: 0
2026-03-27 21:48:19 [ecarstrade.be] INFO: Found listing with ID: 7005263auction61871
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005263auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:19 [ecarstrade.be] INFO: Scrape type for 7005263auction61871: 0
2026-03-27 21:48:19 [ecarstrade.be] INFO: Found listing with ID: 7005264auction61871
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005264auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:19 [ecarstrade.be] INFO: Scrape type for 7005264auction61871: 0
2026-03-27 21:48:19 [ecarstrade.be] INFO: Found listing with ID: 7005265auction61871
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005265auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:19 [ecarstrade.be] INFO: Scrape type for 7005265auction61871: 0
2026-03-27 21:48:19 [ecarstrade.be] INFO: Found listing with ID: 7005266auction61871
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005266auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:19 [ecarstrade.be] INFO: Scrape type for 7005266auction61871: 0
2026-03-27 21:48:19 [ecarstrade.be] INFO: Found listing with ID: 7005267auction61871
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005267auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:19 [ecarstrade.be] INFO: Scrape type for 7005267auction61871: 0
2026-03-27 21:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:48:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page68?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page67?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005268auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005268auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005268auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005269auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005269auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005269auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005270auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005270auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005270auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005271auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005271auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005271auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005272auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005272auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005272auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005273auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005273auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005273auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005274auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005274auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005274auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005275auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005275auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005275auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005276auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005276auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005276auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005277auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005277auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005277auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7005278auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005278auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7005278auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7009661auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009661auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7009661auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 7009662auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009662auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 7009662auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 6936657auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936657auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 6936657auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 6936652auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936652auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 6936652auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 6981254auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981254auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 6981254auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 6981238auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981238auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 6981238auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 6981215auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981215auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 6981215auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 6950380auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 6950380auction61871: 0
2026-03-27 21:48:28 [ecarstrade.be] INFO: Found listing with ID: 6950339auction61871
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950339auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:28 [ecarstrade.be] INFO: Scrape type for 6950339auction61871: 0
2026-03-27 21:48:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page68?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 6950317auction61871
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950317auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 6950317auction61871: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 6926714auction61871
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926714auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 6926714auction61871: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7004011auction61871
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004011auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7004011auction61871: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7004014auction61871
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004014auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7004014auction61871: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7004043auction61871
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004043auction61871%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7004043auction61871: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 6994884auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994884auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 6994884auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7007059auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007059auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7007059auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7007061auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007061auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7007061auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7007063auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007063auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7007063auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7007069auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007069auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7007069auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7007070auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007070auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7007070auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7007054auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007054auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7007054auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7007055auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007055auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7007055auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7007056auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007056auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7007056auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7007058auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007058auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7007058auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7002892auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002892auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7002892auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 6886623auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886623auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 6886623auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7002893auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002893auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7002893auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7002895auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002895auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7002895auction101892: 0
2026-03-27 21:48:43 [ecarstrade.be] INFO: Found listing with ID: 7002896auction101892
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:48:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002896auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:48:43 [ecarstrade.be] INFO: Scrape type for 7002896auction101892: 0
2026-03-27 21:48:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:49:06 [scrapy.extensions.logstats] INFO: Crawled 206 pages (at 3 pages/min), scraped 136 items (at 0 items/min)
2026-03-27 21:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 7002897auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002897auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 7002897auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 7002898auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002898auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 7002898auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 7002900auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002900auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 7002900auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 7002901auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002901auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 7002901auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 7002904auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002904auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 7002904auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 7002906auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002906auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 7002906auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 7002908auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002908auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 7002908auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6999243auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999243auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6999243auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6999245auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999245auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6999245auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6999249auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999249auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6999249auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6999251auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999251auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6999251auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6999254auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999254auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6999254auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6999240auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999240auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6999240auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6999241auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999241auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6999241auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6999242auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999242auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6999242auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6994879auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994879auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6994879auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6994885auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994885auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6994885auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6994886auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994886auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6994886auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6994877auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994877auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6994877auction101892: 0
2026-03-27 21:49:20 [ecarstrade.be] INFO: Found listing with ID: 6994882auction101892
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994882auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:20 [ecarstrade.be] INFO: Scrape type for 6994882auction101892: 0
2026-03-27 21:49:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:49:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:49:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:49:27 [ecarstrade.be] INFO: Found listing with ID: 6990827auction101892
2026-03-27 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990827auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:27 [ecarstrade.be] INFO: Scrape type for 6990827auction101892: 0
2026-03-27 21:49:27 [ecarstrade.be] INFO: Found listing with ID: 6990832auction101892
2026-03-27 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990832auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:27 [ecarstrade.be] INFO: Scrape type for 6990832auction101892: 0
2026-03-27 21:49:27 [ecarstrade.be] INFO: Found listing with ID: 6990833auction101892
2026-03-27 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990833auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:27 [ecarstrade.be] INFO: Scrape type for 6990833auction101892: 0
2026-03-27 21:49:27 [ecarstrade.be] INFO: Found listing with ID: 6990835auction101892
2026-03-27 21:49:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990835auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990835auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990836auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990836auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990836auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990102auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990102auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990102auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990094auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990094auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990094auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990100auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990100auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990100auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990103auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990103auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990103auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990104auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990104auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990104auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990106auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990106auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990106auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990110auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990110auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990110auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990117auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990117auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990117auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990083auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990083auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990083auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6990088auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990088auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6990088auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6892353auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276892353auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6892353auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6886607auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886607auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6886607auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6874575auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874575auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6874575auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6874576auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874576auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6874576auction101892: 0
2026-03-27 21:49:28 [ecarstrade.be] INFO: Found listing with ID: 6874577auction101892
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874577auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:28 [ecarstrade.be] INFO: Scrape type for 6874577auction101892: 0
2026-03-27 21:49:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:49:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6874583auction101892
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874583auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6874583auction101892: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6874584auction101892
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874584auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6874584auction101892: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6874568auction101892
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874568auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6874568auction101892: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6874569auction101892
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874569auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6874569auction101892: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6874571auction101892
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276874571auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6874571auction101892: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6427469auction101892
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276427469auction101892%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6427469auction101892: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6598020auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276598020auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6598020auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6612949auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612949auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6612949auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6612951auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612951auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6612951auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6612952auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612952auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6612952auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6612957auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612957auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6612957auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6617072auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617072auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6617072auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6618515auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618515auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6618515auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6618517auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618517auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6618517auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6618518auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618518auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6618518auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6618519auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618519auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6618519auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6618808auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618808auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6618808auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6618818auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618818auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6618818auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6618820auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618820auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6618820auction106404: 0
2026-03-27 21:49:36 [ecarstrade.be] INFO: Found listing with ID: 6618836auction106404
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276618836auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:36 [ecarstrade.be] INFO: Scrape type for 6618836auction106404: 0
2026-03-27 21:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:49:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6625391auction106404
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6625391auction106404: 2
2026-03-27 21:49:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6645591auction106404
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276645591auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6645591auction106404: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6663881auction106404
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663881auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6663881auction106404: 2
2026-03-27 21:49:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6666970auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666970auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6666970auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6673299auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673299auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6673299auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6673305auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673305auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6673305auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6674858auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276674858auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6674858auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6675823auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276675823auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6675823auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6677264auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276677264auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6677264auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6680659auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276680659auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6680659auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6686371auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276686371auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6686371auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6690079auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276690079auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6690079auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6693846auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276693846auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6693846auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6694293auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694293auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6694293auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6694671auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694671auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6694671auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6696905auction106404
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696905auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6696905auction106404: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6696909auction106404
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696909auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6696909auction106404: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6718967auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718967auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6718967auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6718986auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718986auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6718986auction106392: 0
2026-03-27 21:49:44 [ecarstrade.be] INFO: Found listing with ID: 6718987auction106392
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718987auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:44 [ecarstrade.be] INFO: Scrape type for 6718987auction106392: 0
2026-03-27 21:49:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:49:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6718997auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718997auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6718997auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6719003auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719003auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6719003auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6719014auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719014auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6719014auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6719044auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719044auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6719044auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6719069auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719069auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6719069auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6719092auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719092auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6719092auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6719104auction106404
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719104auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6719104auction106404: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6719150auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719150auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6719150auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6721443auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721443auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6721443auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6722685auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276722685auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6722685auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6725012auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725012auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6725012auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6725037auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725037auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6725037auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6725042auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725042auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6725042auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6725063auction106392
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725063auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:51 [ecarstrade.be] INFO: Scrape type for 6725063auction106392: 0
2026-03-27 21:49:51 [ecarstrade.be] INFO: Found listing with ID: 6725067auction106392
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725067auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:52 [ecarstrade.be] INFO: Scrape type for 6725067auction106392: 0
2026-03-27 21:49:52 [ecarstrade.be] INFO: Found listing with ID: 6725123auction106392
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725123auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:52 [ecarstrade.be] INFO: Scrape type for 6725123auction106392: 0
2026-03-27 21:49:52 [ecarstrade.be] INFO: Found listing with ID: 6725764auction106392
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725764auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:52 [ecarstrade.be] INFO: Scrape type for 6725764auction106392: 0
2026-03-27 21:49:52 [ecarstrade.be] INFO: Found listing with ID: 6732946auction106392
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276732946auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:52 [ecarstrade.be] INFO: Scrape type for 6732946auction106392: 0
2026-03-27 21:49:52 [ecarstrade.be] INFO: Found listing with ID: 6735056auction106404
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276735056auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:52 [ecarstrade.be] INFO: Scrape type for 6735056auction106404: 0
2026-03-27 21:49:52 [ecarstrade.be] INFO: Found listing with ID: 6737028auction106392
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737028auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:49:52 [ecarstrade.be] INFO: Scrape type for 6737028auction106392: 0
2026-03-27 21:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6625391> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6663881> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:49:52 [ecarstrade.be] INFO: Extracting details for car 6625391auction106404
2026-03-27 21:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404
2026-03-27 21:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-27 21:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 161bac83-b20e-5be0-949a-e809ec76ec29 with scrape type 2
2026-03-27 21:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 161bac83-b20e-5be0-949a-e809ec76ec29, identifier: 6625391auction106404
2026-03-27 21:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404
2026-03-27 21:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404
2026-03-27 21:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6625391auction106404 to the API
2026-03-27 21:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:49:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-27 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27161bac83-b20e-5be0-949a-e809ec76ec29%27 HTTP/1.1" 200 None
2026-03-27 21:49:53 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 161bac83-b20e-5be0-949a-e809ec76ec29: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Grey\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Other\u0022, \u0022Model\u0022: \u0022Volkswagen\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Diesel\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222026-03-10\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6625391\u0022, \u0022ExpirationDate\u0022: \u00222026-03-29T21:40:03Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.\u0022, \u0022Year\u0022: 2026, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 6, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022161bac83-b20e-5be0-949a-e809ec76ec29\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Fri, 27 Mar 2026 21:49:52 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-27 21:49:53 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 21:49:53 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '161bac83-b20e-5be0-949a-e809ec76ec29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6625391',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-03-10',
'seats_number': 6,
'seller_name': None,
'title': 'Volkswagen Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.',
'transmission': 'automatic',
'trim': 'Transporter T7 Double cabine 3500 mm 2,0 TDI 170 hp Aut.',
'vin': None,
'year': 2026}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276625391auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:49:53 [ecarstrade.be] INFO: Saving data for 6625391auction106404: {'auction_closing_time': 1774820403.0, 'created_time': 1773587150.429467, 'last_price_update_time': 1774648193.30121}
2026-03-27 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6625391auction106404') HTTP/1.1" 204 0
2026-03-27 21:49:53 [ecarstrade.be] INFO: Extracting details for car 6663881auction106404
2026-03-27 21:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 161bac83-b20e-5be0-949a-e809ec76ec29 with identifier: 6663881auction106404, dropping item
2026-03-27 21:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:50:05 [ecarstrade.be] INFO: Found listing with ID: 6737029auction106392
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737029auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:05 [ecarstrade.be] INFO: Scrape type for 6737029auction106392: 0
2026-03-27 21:50:05 [ecarstrade.be] INFO: Found listing with ID: 6738189auction106392
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276738189auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:05 [ecarstrade.be] INFO: Scrape type for 6738189auction106392: 0
2026-03-27 21:50:05 [ecarstrade.be] INFO: Found listing with ID: 6742440auction106392
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276742440auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:05 [ecarstrade.be] INFO: Scrape type for 6742440auction106392: 0
2026-03-27 21:50:05 [ecarstrade.be] INFO: Found listing with ID: 6745355auction106404
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745355auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:05 [ecarstrade.be] INFO: Scrape type for 6745355auction106404: 0
2026-03-27 21:50:05 [ecarstrade.be] INFO: Found listing with ID: 6745358auction106404
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745358auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:05 [ecarstrade.be] INFO: Scrape type for 6745358auction106404: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6745368auction106404
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745368auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6745368auction106404: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6745371auction106404
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745371auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6745371auction106404: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6745390auction106392
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745390auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6745390auction106392: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6746049auction106392
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746049auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6746049auction106392: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6746066auction106392
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746066auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6746066auction106392: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6747730auction106404
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276747730auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6747730auction106404: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6749433auction106392
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276749433auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6749433auction106392: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6750730auction106392
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276750730auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6750730auction106392: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6752454auction106404
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752454auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6752454auction106404: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6752595auction106404
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752595auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6752595auction106404: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6752601auction106404
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752601auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6752601auction106404: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6752602auction106404
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752602auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6752602auction106404: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6752603auction106404
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276752603auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6752603auction106404: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6754289auction106392
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754289auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6754289auction106392: 0
2026-03-27 21:50:06 [ecarstrade.be] INFO: Found listing with ID: 6754290auction106392
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754290auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:06 [ecarstrade.be] INFO: Scrape type for 6754290auction106392: 0
2026-03-27 21:50:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:06 [scrapy.extensions.logstats] INFO: Crawled 214 pages (at 8 pages/min), scraped 136 items (at 0 items/min)
2026-03-27 21:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:50:12 [ecarstrade.be] INFO: Found listing with ID: 6754292auction106392
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754292auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:12 [ecarstrade.be] INFO: Scrape type for 6754292auction106392: 0
2026-03-27 21:50:12 [ecarstrade.be] INFO: Found listing with ID: 6755896auction106392
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276755896auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:12 [ecarstrade.be] INFO: Scrape type for 6755896auction106392: 0
2026-03-27 21:50:12 [ecarstrade.be] INFO: Found listing with ID: 6757282auction106404
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757282auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:12 [ecarstrade.be] INFO: Scrape type for 6757282auction106404: 0
2026-03-27 21:50:12 [ecarstrade.be] INFO: Found listing with ID: 6757850auction106404
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276757850auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:12 [ecarstrade.be] INFO: Scrape type for 6757850auction106404: 0
2026-03-27 21:50:12 [ecarstrade.be] INFO: Found listing with ID: 6759417auction106392
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759417auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:12 [ecarstrade.be] INFO: Scrape type for 6759417auction106392: 0
2026-03-27 21:50:12 [ecarstrade.be] INFO: Found listing with ID: 6760076auction106392
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760076auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:12 [ecarstrade.be] INFO: Scrape type for 6760076auction106392: 0
2026-03-27 21:50:12 [ecarstrade.be] INFO: Found listing with ID: 6760879auction106404
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760879auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:12 [ecarstrade.be] INFO: Scrape type for 6760879auction106404: 0
2026-03-27 21:50:12 [ecarstrade.be] INFO: Found listing with ID: 6760880auction106404
2026-03-27 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760880auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6760880auction106404: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6761373auction106392
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276761373auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6761373auction106392: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6763813auction106392
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276763813auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6763813auction106392: 2
2026-03-27 21:50:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6764589auction106404
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764589auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6764589auction106404: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6764590auction106404
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764590auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6764590auction106404: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6764591auction106404
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764591auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6764591auction106404: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6764592auction106404
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764592auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6764592auction106404: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6765306auction106392
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765306auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6765306auction106392: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6765687auction106404
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765687auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6765687auction106404: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6766624auction106392
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276766624auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6766624auction106392: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6771908auction106392
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276771908auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6771908auction106392: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6775855auction106404
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276775855auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6775855auction106404: 0
2026-03-27 21:50:13 [ecarstrade.be] INFO: Found listing with ID: 6775858auction106404
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276775858auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:13 [ecarstrade.be] INFO: Scrape type for 6775858auction106404: 0
2026-03-27 21:50:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6776756auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776756auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6776756auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6776872auction106404
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776872auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6776872auction106404: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6776880auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776880auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6776880auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777591auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777591auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777591auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777601auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777601auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777601auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777602auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777602auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777602auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777603auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777603auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777603auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777604auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777604auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777604auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777605auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777605auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777605auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777607auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777607auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777607auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777608auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777608auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777608auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777609auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777609auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777609auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777610auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777610auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777610auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777611auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777611auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777611auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777613auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777613auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777613auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777622auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777622auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777622auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777633auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777633auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777633auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777634auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777634auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777634auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777637auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777637auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777637auction106392: 0
2026-03-27 21:50:19 [ecarstrade.be] INFO: Found listing with ID: 6777638auction106392
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777638auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:19 [ecarstrade.be] INFO: Scrape type for 6777638auction106392: 0
2026-03-27 21:50:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6763813> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:21 [ecarstrade.be] INFO: Extracting details for car 6763813auction106392
2026-03-27 21:50:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with identifier: 6763813auction106392
2026-03-27 21:50:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with scrape type 2
2026-03-27 21:50:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with scrape type 2
2026-03-27 21:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de, identifier: 6763813auction106392
2026-03-27 21:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with identifier: 6763813auction106392
2026-03-27 21:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with identifier: 6763813auction106392
2026-03-27 21:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b7af09c-5c7c-5c1e-ace8-0cc410a997de with identifier: 6763813auction106392 to the API
2026-03-27 21:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:22 [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 21:50:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6763813>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '8b7af09c-5c7c-5c1e-ace8-0cc410a997de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6763813',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23344,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276763813auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:22 [ecarstrade.be] INFO: Saving data for 6763813auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772614792.649885, 'last_price_update_time': 1774648222.436806}
2026-03-27 21:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6763813auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:50:27 [ecarstrade.be] INFO: Found listing with ID: 6777643auction106392
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777643auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:27 [ecarstrade.be] INFO: Scrape type for 6777643auction106392: 0
2026-03-27 21:50:27 [ecarstrade.be] INFO: Found listing with ID: 6777780auction106392
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777780auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:27 [ecarstrade.be] INFO: Scrape type for 6777780auction106392: 0
2026-03-27 21:50:27 [ecarstrade.be] INFO: Found listing with ID: 6777781auction106392
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777781auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:27 [ecarstrade.be] INFO: Scrape type for 6777781auction106392: 0
2026-03-27 21:50:27 [ecarstrade.be] INFO: Found listing with ID: 6777782auction106392
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777782auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:27 [ecarstrade.be] INFO: Scrape type for 6777782auction106392: 0
2026-03-27 21:50:27 [ecarstrade.be] INFO: Found listing with ID: 6777783auction106392
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777783auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:27 [ecarstrade.be] INFO: Scrape type for 6777783auction106392: 0
2026-03-27 21:50:27 [ecarstrade.be] INFO: Found listing with ID: 6777784auction106392
2026-03-27 21:50:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777784auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6777784auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6778086auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778086auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6778086auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6778376auction106404
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778376auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6778376auction106404: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6778380auction106404
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778380auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6778380auction106404: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6778382auction106404
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778382auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6778382auction106404: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6779365auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779365auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6779365auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6780522auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780522auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6780522auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6780523auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780523auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6780523auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6780524auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780524auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6780524auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6780525auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780525auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6780525auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6780526auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780526auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6780526auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6780527auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780527auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6780527auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6780528auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780528auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6780528auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6781520auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781520auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6781520auction106392: 0
2026-03-27 21:50:28 [ecarstrade.be] INFO: Found listing with ID: 6781521auction106392
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781521auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:28 [ecarstrade.be] INFO: Scrape type for 6781521auction106392: 0
2026-03-27 21:50:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6781866auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781866auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6781866auction106392: 0
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6781870auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781870auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6781870auction106392: 2
2026-03-27 21:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6781871auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781871auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6781871auction106392: 2
2026-03-27 21:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6784596auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784596auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6784596auction106392: 2
2026-03-27 21:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6785651auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276785651auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6785651auction106392: 2
2026-03-27 21:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6786586auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786586auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6786586auction106392: 2
2026-03-27 21:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6786883auction106404
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786883auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6786883auction106404: 0
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6786884auction106404
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786884auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6786884auction106404: 0
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6787087auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787087auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6787087auction106392: 2
2026-03-27 21:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6787216auction106404
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787216auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6787216auction106404: 0
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6787217auction106404
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787217auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6787217auction106404: 0
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6787218auction106404
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787218auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6787218auction106404: 0
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6787502auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787502auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6787502auction106392: 2
2026-03-27 21:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6788220auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788220auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6788220auction106392: 2
2026-03-27 21:50:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6790751auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276790751auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6790751auction106392: 2
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6801120auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276801120auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6801120auction106392: 2
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6802623auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802623auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:35 [ecarstrade.be] INFO: Scrape type for 6802623auction106392: 2
2026-03-27 21:50:35 [ecarstrade.be] INFO: Found listing with ID: 6802625auction106392
2026-03-27 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802625auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:36 [ecarstrade.be] INFO: Scrape type for 6802625auction106392: 2
2026-03-27 21:50:36 [ecarstrade.be] INFO: Found listing with ID: 6802702auction106404
2026-03-27 21:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802702auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:36 [ecarstrade.be] INFO: Scrape type for 6802702auction106404: 0
2026-03-27 21:50:36 [ecarstrade.be] INFO: Found listing with ID: 6802993auction106404
2026-03-27 21:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802993auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:36 [ecarstrade.be] INFO: Scrape type for 6802993auction106404: 0
2026-03-27 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6787087> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784596> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:42 [ecarstrade.be] INFO: Extracting details for car 6787087auction106392
2026-03-27 21:50:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3adf835-3679-547e-ae5d-cd3313301d05 with identifier: 6787087auction106392
2026-03-27 21:50:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3adf835-3679-547e-ae5d-cd3313301d05 with scrape type 2
2026-03-27 21:50:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3adf835-3679-547e-ae5d-cd3313301d05 with scrape type 2
2026-03-27 21:50:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3adf835-3679-547e-ae5d-cd3313301d05, identifier: 6787087auction106392
2026-03-27 21:50:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3adf835-3679-547e-ae5d-cd3313301d05 with identifier: 6787087auction106392
2026-03-27 21:50:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3adf835-3679-547e-ae5d-cd3313301d05 with identifier: 6787087auction106392
2026-03-27 21:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3adf835-3679-547e-ae5d-cd3313301d05 with identifier: 6787087auction106392 to the API
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:43 [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 21:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6787087>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'a3adf835-3679-547e-ae5d-cd3313301d05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6787087',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 28094,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-12',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 225 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 225 e-EAT8 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787087auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:43 [ecarstrade.be] INFO: Saving data for 6787087auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676971.055894, 'last_price_update_time': 1774648243.291441}
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6787087auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:43 [ecarstrade.be] INFO: Extracting details for car 6784596auction106392
2026-03-27 21:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with identifier: 6784596auction106392
2026-03-27 21:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with scrape type 2
2026-03-27 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with scrape type 2
2026-03-27 21:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d1ce508-6ac1-50a2-bbd3-abcf16673208, identifier: 6784596auction106392
2026-03-27 21:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with identifier: 6784596auction106392
2026-03-27 21:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with identifier: 6784596auction106392
2026-03-27 21:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d1ce508-6ac1-50a2-bbd3-abcf16673208 with identifier: 6784596auction106392 to the API
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:43 [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 21:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6784596>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '8d1ce508-6ac1-50a2-bbd3-abcf16673208',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6784596',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23416,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 180 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure Pack',
'vin': None,
'year': 2024}
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784596auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:43 [ecarstrade.be] INFO: Saving data for 6784596auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676989.586069, 'last_price_update_time': 1774648243.79037}
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784596auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6787502> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:43 [ecarstrade.be] INFO: Extracting details for car 6787502auction106392
2026-03-27 21:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with identifier: 6787502auction106392
2026-03-27 21:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with scrape type 2
2026-03-27 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with scrape type 2
2026-03-27 21:50:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de, identifier: 6787502auction106392
2026-03-27 21:50:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with identifier: 6787502auction106392
2026-03-27 21:50:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with identifier: 6787502auction106392
2026-03-27 21:50:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec50c4bb-6b5a-5efa-adc9-6edbe292b6de with identifier: 6787502auction106392 to the API
2026-03-27 21:50:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:44 [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 21:50:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6787502>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'ec50c4bb-6b5a-5efa-adc9-6edbe292b6de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6787502',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 43973,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe (Turbo) 90 hp',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe (Turbo) 90 hp',
'vin': None,
'year': 2024}
2026-03-27 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787502auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:44 [ecarstrade.be] INFO: Saving data for 6787502auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676966.840714, 'last_price_update_time': 1774648244.333346}
2026-03-27 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6787502auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781870> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:47 [ecarstrade.be] INFO: Extracting details for car 6781870auction106392
2026-03-27 21:50:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c79b1b5c-ec73-59f3-9348-d8b8fba299ea with identifier: 6781870auction106392
2026-03-27 21:50:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c79b1b5c-ec73-59f3-9348-d8b8fba299ea with scrape type 2
2026-03-27 21:50:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c79b1b5c-ec73-59f3-9348-d8b8fba299ea with scrape type 2
2026-03-27 21:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c79b1b5c-ec73-59f3-9348-d8b8fba299ea, identifier: 6781870auction106392
2026-03-27 21:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c79b1b5c-ec73-59f3-9348-d8b8fba299ea with identifier: 6781870auction106392
2026-03-27 21:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c79b1b5c-ec73-59f3-9348-d8b8fba299ea with identifier: 6781870auction106392
2026-03-27 21:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c79b1b5c-ec73-59f3-9348-d8b8fba299ea with identifier: 6781870auction106392 to the API
2026-03-27 21:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:48 [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 21:50:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6781870>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'c79b1b5c-ec73-59f3-9348-d8b8fba299ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6781870',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 6186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781870auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:48 [ecarstrade.be] INFO: Saving data for 6781870auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676988.18496, 'last_price_update_time': 1774648248.4482}
2026-03-27 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781870auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6786586> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:48 [ecarstrade.be] INFO: Extracting details for car 6786586auction106392
2026-03-27 21:50:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1469a4cc-0af3-5ed9-b241-b12a417886c0 with identifier: 6786586auction106392
2026-03-27 21:50:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1469a4cc-0af3-5ed9-b241-b12a417886c0 with scrape type 2
2026-03-27 21:50:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1469a4cc-0af3-5ed9-b241-b12a417886c0 with scrape type 2
2026-03-27 21:50:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1469a4cc-0af3-5ed9-b241-b12a417886c0, identifier: 6786586auction106392
2026-03-27 21:50:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1469a4cc-0af3-5ed9-b241-b12a417886c0 with identifier: 6786586auction106392
2026-03-27 21:50:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1469a4cc-0af3-5ed9-b241-b12a417886c0 with identifier: 6786586auction106392
2026-03-27 21:50:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1469a4cc-0af3-5ed9-b241-b12a417886c0 with identifier: 6786586auction106392 to the API
2026-03-27 21:50:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:48 [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 21:50:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6786586>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '1469a4cc-0af3-5ed9-b241-b12a417886c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6786586',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 40178,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-27 21:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786586auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:49 [ecarstrade.be] INFO: Saving data for 6786586auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676930.381703, 'last_price_update_time': 1774648249.015794}
2026-03-27 21:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6786586auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6790751> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:50 [ecarstrade.be] INFO: Extracting details for car 6790751auction106392
2026-03-27 21:50:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc48d583-f860-54ea-b982-d501d2992201 with identifier: 6790751auction106392
2026-03-27 21:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc48d583-f860-54ea-b982-d501d2992201 with scrape type 2
2026-03-27 21:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc48d583-f860-54ea-b982-d501d2992201 with scrape type 2
2026-03-27 21:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc48d583-f860-54ea-b982-d501d2992201, identifier: 6790751auction106392
2026-03-27 21:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc48d583-f860-54ea-b982-d501d2992201 with identifier: 6790751auction106392
2026-03-27 21:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc48d583-f860-54ea-b982-d501d2992201 with identifier: 6790751auction106392
2026-03-27 21:50:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc48d583-f860-54ea-b982-d501d2992201 with identifier: 6790751auction106392 to the API
2026-03-27 21:50:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:50 [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 21:50:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6790751>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'dc48d583-f860-54ea-b982-d501d2992201',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6790751',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 32010,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-27 21:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276790751auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:50 [ecarstrade.be] INFO: Saving data for 6790751auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676972.517265, 'last_price_update_time': 1774648250.430839}
2026-03-27 21:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6790751auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6801120> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:50 [ecarstrade.be] INFO: Extracting details for car 6801120auction106392
2026-03-27 21:50:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fc3835c-163c-52af-9b87-76d8c286d910 with identifier: 6801120auction106392
2026-03-27 21:50:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fc3835c-163c-52af-9b87-76d8c286d910 with scrape type 2
2026-03-27 21:50:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fc3835c-163c-52af-9b87-76d8c286d910 with scrape type 2
2026-03-27 21:50:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fc3835c-163c-52af-9b87-76d8c286d910, identifier: 6801120auction106392
2026-03-27 21:50:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fc3835c-163c-52af-9b87-76d8c286d910 with identifier: 6801120auction106392
2026-03-27 21:50:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fc3835c-163c-52af-9b87-76d8c286d910 with identifier: 6801120auction106392
2026-03-27 21:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fc3835c-163c-52af-9b87-76d8c286d910 with identifier: 6801120auction106392 to the API
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50: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 21:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6801120>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '3fc3835c-163c-52af-9b87-76d8c286d910',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6801120',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Other',
'model': '',
'odometer': 20908,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-08',
'seats_number': 4,
'seller_name': None,
'title': 'Isuzu D-Max N60 SPACE CAB 1.9 164 CH 4X4 BVA BB',
'transmission': 'automatic',
'trim': 'Isuzu D-Max N60 SPACE CAB 1.9 164 CH 4X4 BVA BB',
'vin': None,
'year': 2024}
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276801120auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:51 [ecarstrade.be] INFO: Saving data for 6801120auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677045.420523, 'last_price_update_time': 1774648251.221709}
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6801120auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6788220> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:51 [ecarstrade.be] INFO: Extracting details for car 6788220auction106392
2026-03-27 21:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 296427fb-4305-58ee-ae92-462112e58567 with identifier: 6788220auction106392
2026-03-27 21:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 296427fb-4305-58ee-ae92-462112e58567 with scrape type 2
2026-03-27 21:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 296427fb-4305-58ee-ae92-462112e58567 with scrape type 2
2026-03-27 21:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 296427fb-4305-58ee-ae92-462112e58567, identifier: 6788220auction106392
2026-03-27 21:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 296427fb-4305-58ee-ae92-462112e58567 with identifier: 6788220auction106392
2026-03-27 21:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 296427fb-4305-58ee-ae92-462112e58567 with identifier: 6788220auction106392
2026-03-27 21:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 296427fb-4305-58ee-ae92-462112e58567 with identifier: 6788220auction106392 to the API
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50: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 21:50:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6788220>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '296427fb-4305-58ee-ae92-462112e58567',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6788220',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 42855,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe Turbo (90 hp)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe Turbo (90 hp)',
'vin': None,
'year': 2024}
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788220auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:51 [ecarstrade.be] INFO: Saving data for 6788220auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676971.501392, 'last_price_update_time': 1774648251.744837}
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6788220auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:50:51 [ecarstrade.be] INFO: Found listing with ID: 6802994auction106404
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802994auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:51 [ecarstrade.be] INFO: Scrape type for 6802994auction106404: 2
2026-03-27 21:50:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:51 [ecarstrade.be] INFO: Found listing with ID: 6802996auction106404
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802996auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:51 [ecarstrade.be] INFO: Scrape type for 6802996auction106404: 0
2026-03-27 21:50:51 [ecarstrade.be] INFO: Found listing with ID: 6802997auction106404
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802997auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:51 [ecarstrade.be] INFO: Scrape type for 6802997auction106404: 0
2026-03-27 21:50:51 [ecarstrade.be] INFO: Found listing with ID: 6805148auction106392
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276805148auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:51 [ecarstrade.be] INFO: Scrape type for 6805148auction106392: 0
2026-03-27 21:50:51 [ecarstrade.be] INFO: Found listing with ID: 6807829auction106404
2026-03-27 21:50:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807829auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6807829auction106404: 0
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6807830auction106404
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807830auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6807830auction106404: 0
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6808194auction106404
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808194auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6808194auction106404: 0
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6808676auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808676auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6808676auction106392: 2
2026-03-27 21:50:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6812642auction106404
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812642auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6812642auction106404: 0
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6815695auction106404
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276815695auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6815695auction106404: 0
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6815947auction106404
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276815947auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6815947auction106404: 0
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6818584auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818584auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6818584auction106392: 2
2026-03-27 21:50:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6818586auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818586auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6818586auction106392: 2
2026-03-27 21:50:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6818587auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818587auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6818587auction106392: 0
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6818590auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818590auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6818590auction106392: 2
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6818936auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818936auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6818936auction106392: 2
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6819384auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819384auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6819384auction106392: 2
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6819416auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819416auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6819416auction106392: 2
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6820333auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820333auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6820333auction106392: 2
2026-03-27 21:50:52 [ecarstrade.be] INFO: Found listing with ID: 6820903auction106392
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820903auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:52 [ecarstrade.be] INFO: Scrape type for 6820903auction106392: 2
2026-03-27 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802623> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:55 [ecarstrade.be] INFO: Extracting details for car 6802623auction106392
2026-03-27 21:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with identifier: 6802623auction106392
2026-03-27 21:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with scrape type 2
2026-03-27 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with scrape type 2
2026-03-27 21:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93, identifier: 6802623auction106392
2026-03-27 21:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with identifier: 6802623auction106392
2026-03-27 21:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with identifier: 6802623auction106392
2026-03-27 21:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a5e53d5-fdfa-5dab-b556-02102a0c2b93 with identifier: 6802623auction106392 to the API
2026-03-27 21:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:55 [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 21:50:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802623>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '1a5e53d5-fdfa-5dab-b556-02102a0c2b93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802623',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 7610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802623auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:55 [ecarstrade.be] INFO: Saving data for 6802623auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676970.722035, 'last_price_update_time': 1774648255.570134}
2026-03-27 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802623auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802625> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:55 [ecarstrade.be] INFO: Extracting details for car 6802625auction106392
2026-03-27 21:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cfdc03a-1697-5d64-af6e-c34a17f03323 with identifier: 6802625auction106392
2026-03-27 21:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cfdc03a-1697-5d64-af6e-c34a17f03323 with scrape type 2
2026-03-27 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cfdc03a-1697-5d64-af6e-c34a17f03323 with scrape type 2
2026-03-27 21:50:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cfdc03a-1697-5d64-af6e-c34a17f03323, identifier: 6802625auction106392
2026-03-27 21:50:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cfdc03a-1697-5d64-af6e-c34a17f03323 with identifier: 6802625auction106392
2026-03-27 21:50:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cfdc03a-1697-5d64-af6e-c34a17f03323 with identifier: 6802625auction106392
2026-03-27 21:50:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cfdc03a-1697-5d64-af6e-c34a17f03323 with identifier: 6802625auction106392 to the API
2026-03-27 21:50:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:56 [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 21:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802625>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '8cfdc03a-1697-5d64-af6e-c34a17f03323',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802625',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 8679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802625auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:56 [ecarstrade.be] INFO: Saving data for 6802625auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676984.717513, 'last_price_update_time': 1774648256.190608}
2026-03-27 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802625auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6785651> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:57 [ecarstrade.be] INFO: Extracting details for car 6785651auction106392
2026-03-27 21:50:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1796f127-9068-56bf-b927-1ce48d44f57b with identifier: 6785651auction106392
2026-03-27 21:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1796f127-9068-56bf-b927-1ce48d44f57b with scrape type 2
2026-03-27 21:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1796f127-9068-56bf-b927-1ce48d44f57b with scrape type 2
2026-03-27 21:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1796f127-9068-56bf-b927-1ce48d44f57b, identifier: 6785651auction106392
2026-03-27 21:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1796f127-9068-56bf-b927-1ce48d44f57b with identifier: 6785651auction106392
2026-03-27 21:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1796f127-9068-56bf-b927-1ce48d44f57b with identifier: 6785651auction106392
2026-03-27 21:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1796f127-9068-56bf-b927-1ce48d44f57b with identifier: 6785651auction106392 to the API
2026-03-27 21:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50: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-03-27 21:50:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6785651>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '1796f127-9068-56bf-b927-1ce48d44f57b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6785651',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 37913,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-27 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276785651auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:58 [ecarstrade.be] INFO: Saving data for 6785651auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676929.866777, 'last_price_update_time': 1774648258.178694}
2026-03-27 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6785651auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6808676> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:50:59 [ecarstrade.be] INFO: Extracting details for car 6808676auction106392
2026-03-27 21:50:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with identifier: 6808676auction106392
2026-03-27 21:50:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with scrape type 2
2026-03-27 21:50:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with scrape type 2
2026-03-27 21:50:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4, identifier: 6808676auction106392
2026-03-27 21:50:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with identifier: 6808676auction106392
2026-03-27 21:50:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with identifier: 6808676auction106392
2026-03-27 21:50:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9fd8ac2-9e73-51a2-9db2-19ce50810cd4 with identifier: 6808676auction106392 to the API
2026-03-27 21:50:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:50:59 [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 21:50:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6808676>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'c9fd8ac2-9e73-51a2-9db2-19ce50810cd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6808676',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 42678,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-27 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808676auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:50:59 [ecarstrade.be] INFO: Saving data for 6808676auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676986.568841, 'last_price_update_time': 1774648259.428626}
2026-03-27 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:50:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6808676auction106392') HTTP/1.1" 204 0
2026-03-27 21:50:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:50:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6827414auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827414auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6827414auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6827674auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827674auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6827674auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6827675auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827675auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6827675auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6828723auction106404
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276828723auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6828723auction106404: 0
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6830000auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830000auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6830000auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6830542auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830542auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6830542auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6831648auction106404
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276831648auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6831648auction106404: 0
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6834240auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834240auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6834240auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6835309auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835309auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6835309auction106392: 2
2026-03-27 21:51:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802994> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6837652auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276837652auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6837652auction106392: 2
2026-03-27 21:51:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6838803auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276838803auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6838803auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6839068auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839068auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6839068auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6839069auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839069auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6839069auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6839459auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839459auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6839459auction106392: 2
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6839757auction106404
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839757auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6839757auction106404: 0
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6839759auction106404
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839759auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6839759auction106404: 0
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6841645auction106392
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841645auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6841645auction106392: 0
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6842641auction106404
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842641auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6842641auction106404: 0
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6842642auction106404
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842642auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6842642auction106404: 0
2026-03-27 21:51:00 [ecarstrade.be] INFO: Found listing with ID: 6842643auction106404
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842643auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Scrape type for 6842643auction106404: 0
2026-03-27 21:51:00 [ecarstrade.be] INFO: Extracting details for car 6802994auction106404
2026-03-27 21:51:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802994auction106404
2026-03-27 21:51:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb5232d2-156f-5fba-b246-eacc4724a5b8 with scrape type 2
2026-03-27 21:51:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb5232d2-156f-5fba-b246-eacc4724a5b8 with scrape type 2
2026-03-27 21:51:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb5232d2-156f-5fba-b246-eacc4724a5b8, identifier: 6802994auction106404
2026-03-27 21:51:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802994auction106404
2026-03-27 21:51:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802994auction106404
2026-03-27 21:51:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb5232d2-156f-5fba-b246-eacc4724a5b8 with identifier: 6802994auction106404 to the API
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:00 [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 21:51:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802994>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'fb5232d2-156f-5fba-b246-eacc4724a5b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802994',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Techno 1.0 GASOLINE 90hp',
'transmission': 'automatic',
'trim': 'Techno 1.0 GASOLINE 90hp',
'vin': None,
'year': 2025}
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802994auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:00 [ecarstrade.be] INFO: Saving data for 6802994auction106404: {'auction_closing_time': 1774820403.0, 'created_time': 1772614182.474995, 'last_price_update_time': 1774648260.885933}
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802994auction106404') HTTP/1.1" 204 0
2026-03-27 21:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818586> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:02 [ecarstrade.be] INFO: Extracting details for car 6818586auction106392
2026-03-27 21:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with identifier: 6818586auction106392
2026-03-27 21:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with scrape type 2
2026-03-27 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with scrape type 2
2026-03-27 21:51:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9, identifier: 6818586auction106392
2026-03-27 21:51:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with identifier: 6818586auction106392
2026-03-27 21:51:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with identifier: 6818586auction106392
2026-03-27 21:51:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb40cbf3-a64a-5f99-9a92-bd9c545c77d9 with identifier: 6818586auction106392 to the API
2026-03-27 21:51:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:02 [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 21:51:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818586>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'bb40cbf3-a64a-5f99-9a92-bd9c545c77d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818586',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 5667,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818586auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:02 [ecarstrade.be] INFO: Saving data for 6818586auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676969.159696, 'last_price_update_time': 1774648262.644962}
2026-03-27 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818586auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818590> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:02 [ecarstrade.be] INFO: Extracting details for car 6818590auction106392
2026-03-27 21:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbfd349c-8018-5990-a246-0c45166cf241 with identifier: 6818590auction106392
2026-03-27 21:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbfd349c-8018-5990-a246-0c45166cf241 with scrape type 2
2026-03-27 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbfd349c-8018-5990-a246-0c45166cf241 with scrape type 2
2026-03-27 21:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbfd349c-8018-5990-a246-0c45166cf241, identifier: 6818590auction106392
2026-03-27 21:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbfd349c-8018-5990-a246-0c45166cf241 with identifier: 6818590auction106392
2026-03-27 21:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbfd349c-8018-5990-a246-0c45166cf241 with identifier: 6818590auction106392
2026-03-27 21:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbfd349c-8018-5990-a246-0c45166cf241 with identifier: 6818590auction106392 to the API
2026-03-27 21:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:03 [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 21:51:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818590>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'fbfd349c-8018-5990-a246-0c45166cf241',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818590',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 31079,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 225 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 225 e-EAT8 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818590auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:03 [ecarstrade.be] INFO: Saving data for 6818590auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676951.09028, 'last_price_update_time': 1774648263.414619}
2026-03-27 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818590auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818584> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:05 [ecarstrade.be] INFO: Extracting details for car 6818584auction106392
2026-03-27 21:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be54a51a-a432-5fb2-a642-c9a99068a7d8 with identifier: 6818584auction106392
2026-03-27 21:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be54a51a-a432-5fb2-a642-c9a99068a7d8 with scrape type 2
2026-03-27 21:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be54a51a-a432-5fb2-a642-c9a99068a7d8 with scrape type 2
2026-03-27 21:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: be54a51a-a432-5fb2-a642-c9a99068a7d8, identifier: 6818584auction106392
2026-03-27 21:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: be54a51a-a432-5fb2-a642-c9a99068a7d8 with identifier: 6818584auction106392
2026-03-27 21:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: be54a51a-a432-5fb2-a642-c9a99068a7d8 with identifier: 6818584auction106392
2026-03-27 21:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: be54a51a-a432-5fb2-a642-c9a99068a7d8 with identifier: 6818584auction106392 to the API
2026-03-27 21:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:05 [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 21:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818584>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'be54a51a-a432-5fb2-a642-c9a99068a7d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818584',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 44500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-27 21:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818584auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:05 [ecarstrade.be] INFO: Saving data for 6818584auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677017.255428, 'last_price_update_time': 1774648265.775181}
2026-03-27 21:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818584auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6819384> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:05 [ecarstrade.be] INFO: Extracting details for car 6819384auction106392
2026-03-27 21:51:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with identifier: 6819384auction106392
2026-03-27 21:51:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with scrape type 2
2026-03-27 21:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with scrape type 2
2026-03-27 21:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b0fb298-508b-5e1d-b5e4-cd300313dec7, identifier: 6819384auction106392
2026-03-27 21:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with identifier: 6819384auction106392
2026-03-27 21:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with identifier: 6819384auction106392
2026-03-27 21:51:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b0fb298-508b-5e1d-b5e4-cd300313dec7 with identifier: 6819384auction106392 to the API
2026-03-27 21:51:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:06 [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 21:51:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6819384>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '6b0fb298-508b-5e1d-b5e4-cd300313dec7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6819384',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24803,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819384auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:06 [ecarstrade.be] INFO: Saving data for 6819384auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676985.260522, 'last_price_update_time': 1774648266.447772}
2026-03-27 21:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6819384auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6819416> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:06 [ecarstrade.be] INFO: Extracting details for car 6819416auction106392
2026-03-27 21:51:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with identifier: 6819416auction106392
2026-03-27 21:51:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with scrape type 2
2026-03-27 21:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with scrape type 2
2026-03-27 21:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e, identifier: 6819416auction106392
2026-03-27 21:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with identifier: 6819416auction106392
2026-03-27 21:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with identifier: 6819416auction106392
2026-03-27 21:51:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88ade72c-f4ba-5a6d-a37a-19a4a17ea64e with identifier: 6819416auction106392 to the API
2026-03-27 21:51:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:06 [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 21:51:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6819416>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '88ade72c-f4ba-5a6d-a37a-19a4a17ea64e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6819416',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 8147,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819416auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:07 [ecarstrade.be] INFO: Saving data for 6819416auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676972.046018, 'last_price_update_time': 1774648267.070528}
2026-03-27 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6819416auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:07 [scrapy.extensions.logstats] INFO: Crawled 239 pages (at 25 pages/min), scraped 155 items (at 19 items/min)
2026-03-27 21:51:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:51:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6820333> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:07 [ecarstrade.be] INFO: Extracting details for car 6820333auction106392
2026-03-27 21:51:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with identifier: 6820333auction106392
2026-03-27 21:51:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with scrape type 2
2026-03-27 21:51:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with scrape type 2
2026-03-27 21:51:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796, identifier: 6820333auction106392
2026-03-27 21:51:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with identifier: 6820333auction106392
2026-03-27 21:51:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with identifier: 6820333auction106392
2026-03-27 21:51:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796 with identifier: 6820333auction106392 to the API
2026-03-27 21:51:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:07 [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 21:51:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6820333>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '7ba6f265-8b6e-5b1a-9ac5-36b9ee8e6796',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6820333',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 4417,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-27 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820333auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:07 [ecarstrade.be] INFO: Saving data for 6820333auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677019.492542, 'last_price_update_time': 1774648267.662209}
2026-03-27 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6820333auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6820903> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:09 [ecarstrade.be] INFO: Extracting details for car 6820903auction106392
2026-03-27 21:51:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with identifier: 6820903auction106392
2026-03-27 21:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with scrape type 2
2026-03-27 21:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with scrape type 2
2026-03-27 21:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd, identifier: 6820903auction106392
2026-03-27 21:51:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with identifier: 6820903auction106392
2026-03-27 21:51:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with identifier: 6820903auction106392
2026-03-27 21:51:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d618a2c-d3eb-512d-9932-b4cc9a0edbbd with identifier: 6820903auction106392 to the API
2026-03-27 21:51:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:09 [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 21:51:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6820903>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '9d618a2c-d3eb-512d-9932-b4cc9a0edbbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6820903',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS3',
'odometer': 22896,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'transmission': 'manual',
'trim': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'vin': None,
'year': 2024}
2026-03-27 21:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820903auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:09 [ecarstrade.be] INFO: Saving data for 6820903auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677063.984858, 'last_price_update_time': 1774648269.729476}
2026-03-27 21:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6820903auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:51:10 [ecarstrade.be] INFO: Found listing with ID: 6842644auction106404
2026-03-27 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842644auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:10 [ecarstrade.be] INFO: Scrape type for 6842644auction106404: 0
2026-03-27 21:51:10 [ecarstrade.be] INFO: Found listing with ID: 6842645auction106404
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842645auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6842645auction106404: 0
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6842646auction106404
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842646auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6842646auction106404: 0
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6842647auction106404
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842647auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6842647auction106404: 0
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6842661auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842661auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6842661auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6842663auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842663auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6842663auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6842666auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842666auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6842666auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843087auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843087auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843087auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843088auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843088auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843088auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843089auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843089auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843089auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843090auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843090auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843090auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843101auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843101auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843101auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843102auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843102auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843102auction106392: 0
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843105auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843105auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843105auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843106auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843106auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843106auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843108auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843108auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843108auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843110auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843110auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843110auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843112auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843112auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843112auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843114auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843114auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843114auction106392: 2
2026-03-27 21:51:11 [ecarstrade.be] INFO: Found listing with ID: 6843116auction106392
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843116auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:11 [ecarstrade.be] INFO: Scrape type for 6843116auction106392: 2
2026-03-27 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6827674> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:12 [ecarstrade.be] INFO: Extracting details for car 6827674auction106392
2026-03-27 21:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acb57588-7be2-5ee2-a945-a74aefb6c11c with identifier: 6827674auction106392
2026-03-27 21:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acb57588-7be2-5ee2-a945-a74aefb6c11c with scrape type 2
2026-03-27 21:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acb57588-7be2-5ee2-a945-a74aefb6c11c with scrape type 2
2026-03-27 21:51:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acb57588-7be2-5ee2-a945-a74aefb6c11c, identifier: 6827674auction106392
2026-03-27 21:51:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acb57588-7be2-5ee2-a945-a74aefb6c11c with identifier: 6827674auction106392
2026-03-27 21:51:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acb57588-7be2-5ee2-a945-a74aefb6c11c with identifier: 6827674auction106392
2026-03-27 21:51:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acb57588-7be2-5ee2-a945-a74aefb6c11c with identifier: 6827674auction106392 to the API
2026-03-27 21:51:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:12 [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 21:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6827674>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'acb57588-7be2-5ee2-a945-a74aefb6c11c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6827674',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C5 X',
'odometer': 25511,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-08',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C5 X PureTech 130 EAT8 Plus',
'transmission': 'automatic',
'trim': 'PureTech 130 EAT8 Plus',
'vin': None,
'year': 2024}
2026-03-27 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827674auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:12 [ecarstrade.be] INFO: Saving data for 6827674auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677008.283119, 'last_price_update_time': 1774648272.748301}
2026-03-27 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6827674auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6827414> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:12 [ecarstrade.be] INFO: Extracting details for car 6827414auction106392
2026-03-27 21:51:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with identifier: 6827414auction106392
2026-03-27 21:51:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with scrape type 2
2026-03-27 21:51:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with scrape type 2
2026-03-27 21:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f, identifier: 6827414auction106392
2026-03-27 21:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with identifier: 6827414auction106392
2026-03-27 21:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with identifier: 6827414auction106392
2026-03-27 21:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ef1bd89-23b9-59f9-94ee-e8f70d396b9f with identifier: 6827414auction106392 to the API
2026-03-27 21:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:13 [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 21:51:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6827414>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '2ef1bd89-23b9-59f9-94ee-e8f70d396b9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6827414',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 8949,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827414auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:13 [ecarstrade.be] INFO: Saving data for 6827414auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677009.995234, 'last_price_update_time': 1774648273.380783}
2026-03-27 21:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6827414auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6827675> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:13 [ecarstrade.be] INFO: Extracting details for car 6827675auction106392
2026-03-27 21:51:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8928c7c8-606d-551e-b4b4-26e194561fbc with identifier: 6827675auction106392
2026-03-27 21:51:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8928c7c8-606d-551e-b4b4-26e194561fbc with scrape type 2
2026-03-27 21:51:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8928c7c8-606d-551e-b4b4-26e194561fbc with scrape type 2
2026-03-27 21:51:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8928c7c8-606d-551e-b4b4-26e194561fbc, identifier: 6827675auction106392
2026-03-27 21:51:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8928c7c8-606d-551e-b4b4-26e194561fbc with identifier: 6827675auction106392
2026-03-27 21:51:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8928c7c8-606d-551e-b4b4-26e194561fbc with identifier: 6827675auction106392
2026-03-27 21:51:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8928c7c8-606d-551e-b4b4-26e194561fbc with identifier: 6827675auction106392 to the API
2026-03-27 21:51:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:13 [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 21:51:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6827675>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '8928c7c8-606d-551e-b4b4-26e194561fbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6827675',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 27254,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:51:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276827675auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:14 [ecarstrade.be] INFO: Saving data for 6827675auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677081.367375, 'last_price_update_time': 1774648274.003486}
2026-03-27 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6827675auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6830000> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:15 [ecarstrade.be] INFO: Extracting details for car 6830000auction106392
2026-03-27 21:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a949058-e601-592b-bc68-a8ebaf637f3d with identifier: 6830000auction106392
2026-03-27 21:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a949058-e601-592b-bc68-a8ebaf637f3d with scrape type 2
2026-03-27 21:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a949058-e601-592b-bc68-a8ebaf637f3d with scrape type 2
2026-03-27 21:51:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a949058-e601-592b-bc68-a8ebaf637f3d, identifier: 6830000auction106392
2026-03-27 21:51:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a949058-e601-592b-bc68-a8ebaf637f3d with identifier: 6830000auction106392
2026-03-27 21:51:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a949058-e601-592b-bc68-a8ebaf637f3d with identifier: 6830000auction106392
2026-03-27 21:51:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a949058-e601-592b-bc68-a8ebaf637f3d with identifier: 6830000auction106392 to the API
2026-03-27 21:51:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:15 [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 21:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6830000>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '4a949058-e601-592b-bc68-a8ebaf637f3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6830000',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 3904,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-27 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830000auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:15 [ecarstrade.be] INFO: Saving data for 6830000auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677062.31584, 'last_price_update_time': 1774648275.628294}
2026-03-27 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6830000auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6835309> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:18 [ecarstrade.be] INFO: Extracting details for car 6835309auction106392
2026-03-27 21:51:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 932633a6-ebce-5336-af49-b4d99f1a03db with identifier: 6835309auction106392
2026-03-27 21:51:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 932633a6-ebce-5336-af49-b4d99f1a03db with scrape type 2
2026-03-27 21:51:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 932633a6-ebce-5336-af49-b4d99f1a03db with scrape type 2
2026-03-27 21:51:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 932633a6-ebce-5336-af49-b4d99f1a03db, identifier: 6835309auction106392
2026-03-27 21:51:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 932633a6-ebce-5336-af49-b4d99f1a03db with identifier: 6835309auction106392
2026-03-27 21:51:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 932633a6-ebce-5336-af49-b4d99f1a03db with identifier: 6835309auction106392
2026-03-27 21:51:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 932633a6-ebce-5336-af49-b4d99f1a03db with identifier: 6835309auction106392 to the API
2026-03-27 21:51:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:18 [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 21:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6835309>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '932633a6-ebce-5336-af49-b4d99f1a03db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6835309',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10631,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835309auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:18 [ecarstrade.be] INFO: Saving data for 6835309auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677015.675232, 'last_price_update_time': 1774648278.74533}
2026-03-27 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6835309auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6839459> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:19 [ecarstrade.be] INFO: Extracting details for car 6839459auction106392
2026-03-27 21:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6839069> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with identifier: 6839459auction106392
2026-03-27 21:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with scrape type 2
2026-03-27 21:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with scrape type 2
2026-03-27 21:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b, identifier: 6839459auction106392
2026-03-27 21:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with identifier: 6839459auction106392
2026-03-27 21:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with identifier: 6839459auction106392
2026-03-27 21:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d4fbb95-f7fb-5679-9f95-bb0db8b0128b with identifier: 6839459auction106392 to the API
2026-03-27 21:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:19 [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 21:51:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6839459>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '2d4fbb95-f7fb-5679-9f95-bb0db8b0128b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6839459',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 5690,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
2026-03-27 21:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839459auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:19 [ecarstrade.be] INFO: Saving data for 6839459auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677016.250691, 'last_price_update_time': 1774648279.949846}
2026-03-27 21:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6839459auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:19 [ecarstrade.be] INFO: Extracting details for car 6839069auction106392
2026-03-27 21:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaeadc35-411a-55f8-9db6-93c16439b7ad with identifier: 6839069auction106392
2026-03-27 21:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaeadc35-411a-55f8-9db6-93c16439b7ad with scrape type 2
2026-03-27 21:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaeadc35-411a-55f8-9db6-93c16439b7ad with scrape type 2
2026-03-27 21:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eaeadc35-411a-55f8-9db6-93c16439b7ad, identifier: 6839069auction106392
2026-03-27 21:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eaeadc35-411a-55f8-9db6-93c16439b7ad with identifier: 6839069auction106392
2026-03-27 21:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eaeadc35-411a-55f8-9db6-93c16439b7ad with identifier: 6839069auction106392
2026-03-27 21:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eaeadc35-411a-55f8-9db6-93c16439b7ad with identifier: 6839069auction106392 to the API
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:20 [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 21:51:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6839069>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'eaeadc35-411a-55f8-9db6-93c16439b7ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6839069',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 33063,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 225 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 225 e-EAT8 Allure Pack',
'vin': None,
'year': 2023}
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839069auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:20 [ecarstrade.be] INFO: Saving data for 6839069auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677044.398597, 'last_price_update_time': 1774648280.387881}
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6839069auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6839068> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:20 [ecarstrade.be] INFO: Extracting details for car 6839068auction106392
2026-03-27 21:51:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with identifier: 6839068auction106392
2026-03-27 21:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with scrape type 2
2026-03-27 21:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with scrape type 2
2026-03-27 21:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba, identifier: 6839068auction106392
2026-03-27 21:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with identifier: 6839068auction106392
2026-03-27 21:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with identifier: 6839068auction106392
2026-03-27 21:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba with identifier: 6839068auction106392 to the API
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:20 [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 21:51:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6839068>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '8bfeaa7a-8a47-5f3b-bbb6-0657b98a88ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6839068',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 4061,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839068auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:20 [ecarstrade.be] INFO: Saving data for 6839068auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677043.384241, 'last_price_update_time': 1774648280.89719}
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6839068auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6838803> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:22 [ecarstrade.be] INFO: Extracting details for car 6838803auction106392
2026-03-27 21:51:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with identifier: 6838803auction106392
2026-03-27 21:51:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with scrape type 2
2026-03-27 21:51:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with scrape type 2
2026-03-27 21:51:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621, identifier: 6838803auction106392
2026-03-27 21:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with identifier: 6838803auction106392
2026-03-27 21:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with identifier: 6838803auction106392
2026-03-27 21:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f5cb2a1-c273-5b4f-ba25-a67c3885d621 with identifier: 6838803auction106392 to the API
2026-03-27 21:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:22 [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 21:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6838803>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '6f5cb2a1-c273-5b4f-ba25-a67c3885d621',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6838803',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 21228,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 180 e-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure Pack',
'vin': None,
'year': 2024}
2026-03-27 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276838803auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:22 [ecarstrade.be] INFO: Saving data for 6838803auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677050.687396, 'last_price_update_time': 1774648282.396158}
2026-03-27 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6838803auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6834240> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:26 [ecarstrade.be] INFO: Extracting details for car 6834240auction106392
2026-03-27 21:51:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6de402f-d38c-5cff-a25a-839d6fd00d88 with identifier: 6834240auction106392
2026-03-27 21:51:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6de402f-d38c-5cff-a25a-839d6fd00d88 with scrape type 2
2026-03-27 21:51:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6de402f-d38c-5cff-a25a-839d6fd00d88 with scrape type 2
2026-03-27 21:51:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6de402f-d38c-5cff-a25a-839d6fd00d88, identifier: 6834240auction106392
2026-03-27 21:51:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6de402f-d38c-5cff-a25a-839d6fd00d88 with identifier: 6834240auction106392
2026-03-27 21:51:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:51:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6de402f-d38c-5cff-a25a-839d6fd00d88 with identifier: 6834240auction106392
2026-03-27 21:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6de402f-d38c-5cff-a25a-839d6fd00d88 with identifier: 6834240auction106392 to the API
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:27 [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 21:51:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6834240>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'e6de402f-d38c-5cff-a25a-839d6fd00d88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6834240',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Other',
'model': '',
'odometer': 8572,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-05',
'seats_number': 4,
'seller_name': None,
'title': 'Isuzu D-Max N60 CREW CAB 1.9 164 CH 4X4 BVA F',
'transmission': 'automatic',
'trim': 'Isuzu D-Max N60 CREW CAB 1.9 164 CH 4X4 BVA F',
'vin': None,
'year': 2024}
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834240auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:27 [ecarstrade.be] INFO: Saving data for 6834240auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773958555.38719, 'last_price_update_time': 1774648287.366681}
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6834240auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6842661> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:27 [ecarstrade.be] INFO: Extracting details for car 6842661auction106392
2026-03-27 21:51:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:51:27 [ecarstrade.be] INFO: Found listing with ID: 6843117auction106392
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843117auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:27 [ecarstrade.be] INFO: Scrape type for 6843117auction106392: 2
2026-03-27 21:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1659925-e116-5e67-b9b0-46a14dfbc286 with identifier: 6842661auction106392
2026-03-27 21:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1659925-e116-5e67-b9b0-46a14dfbc286 with scrape type 2
2026-03-27 21:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1659925-e116-5e67-b9b0-46a14dfbc286 with scrape type 2
2026-03-27 21:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1659925-e116-5e67-b9b0-46a14dfbc286, identifier: 6842661auction106392
2026-03-27 21:51:27 [ecarstrade.be] INFO: Found listing with ID: 6843118auction106392
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843118auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:27 [ecarstrade.be] INFO: Scrape type for 6843118auction106392: 2
2026-03-27 21:51:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1659925-e116-5e67-b9b0-46a14dfbc286 with identifier: 6842661auction106392
2026-03-27 21:51:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1659925-e116-5e67-b9b0-46a14dfbc286 with identifier: 6842661auction106392
2026-03-27 21:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1659925-e116-5e67-b9b0-46a14dfbc286 with identifier: 6842661auction106392 to the API
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:27 [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 21:51:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6842661>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'f1659925-e116-5e67-b9b0-46a14dfbc286',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6842661',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7072,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842661auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:27 [ecarstrade.be] INFO: Saving data for 6842661auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677031.008567, 'last_price_update_time': 1774648287.97949}
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6842661auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6843132auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843132auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6843132auction106392: 2
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6843136auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843136auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6843136auction106392: 2
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6843340auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843340auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6843340auction106392: 2
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6843341auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843341auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6843341auction106392: 2
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6844030auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844030auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6844030auction106392: 2
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6848139auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276848139auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6848139auction106392: 2
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6850767auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850767auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6850767auction106392: 2
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6850913auction106404
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850913auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6850913auction106404: 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6850914auction106404
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850914auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6850914auction106404: 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6851177auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851177auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6851177auction106392: 2
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6851182auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851182auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6851182auction106392: 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6852772auction106404
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852772auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6852772auction106404: 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6852773auction106404
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852773auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6852773auction106404: 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6855991auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855991auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6855991auction106392: 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6857831auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857831auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6857831auction106392: 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6857836auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857836auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6857836auction106392: 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6858717auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276858717auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6858717auction106392: 0
2026-03-27 21:51:28 [ecarstrade.be] INFO: Found listing with ID: 6859376auction106392
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859376auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:28 [ecarstrade.be] INFO: Scrape type for 6859376auction106392: 0
2026-03-27 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6837652> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843116> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:28 [ecarstrade.be] INFO: Extracting details for car 6837652auction106392
2026-03-27 21:51:28 [ecarstrade.be] INFO: Extracting details for car 6843116auction106392
2026-03-27 21:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9724bfa6-db1d-5317-b8d7-590590c3db22 with identifier: 6837652auction106392
2026-03-27 21:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9724bfa6-db1d-5317-b8d7-590590c3db22 with scrape type 2
2026-03-27 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9724bfa6-db1d-5317-b8d7-590590c3db22 with scrape type 2
2026-03-27 21:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9724bfa6-db1d-5317-b8d7-590590c3db22, identifier: 6837652auction106392
2026-03-27 21:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with identifier: 6843116auction106392
2026-03-27 21:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with scrape type 2
2026-03-27 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with scrape type 2
2026-03-27 21:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c, identifier: 6843116auction106392
2026-03-27 21:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9724bfa6-db1d-5317-b8d7-590590c3db22 with identifier: 6837652auction106392
2026-03-27 21:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9724bfa6-db1d-5317-b8d7-590590c3db22 with identifier: 6837652auction106392
2026-03-27 21:51:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9724bfa6-db1d-5317-b8d7-590590c3db22 with identifier: 6837652auction106392 to the API
2026-03-27 21:51:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:29 [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 21:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6837652>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '9724bfa6-db1d-5317-b8d7-590590c3db22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6837652',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 5954,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-10',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276837652auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:29 [ecarstrade.be] INFO: Saving data for 6837652auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677078.953201, 'last_price_update_time': 1774648289.145333}
2026-03-27 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6837652auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with identifier: 6843116auction106392
2026-03-27 21:51:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with identifier: 6843116auction106392
2026-03-27 21:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c with identifier: 6843116auction106392 to the API
2026-03-27 21:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:29 [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 21:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843116>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'e6c2ca20-4ab9-53b3-8a43-9685a0b4ad0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843116',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 23652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843116auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:29 [ecarstrade.be] INFO: Saving data for 6843116auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677093.348654, 'last_price_update_time': 1774648289.527822}
2026-03-27 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843116auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818936> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:32 [ecarstrade.be] INFO: Extracting details for car 6818936auction106392
2026-03-27 21:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96bb9797-9b09-5cac-9129-390d4eb3ce43 with identifier: 6818936auction106392
2026-03-27 21:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96bb9797-9b09-5cac-9129-390d4eb3ce43 with scrape type 2
2026-03-27 21:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96bb9797-9b09-5cac-9129-390d4eb3ce43 with scrape type 2
2026-03-27 21:51:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96bb9797-9b09-5cac-9129-390d4eb3ce43, identifier: 6818936auction106392
2026-03-27 21:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96bb9797-9b09-5cac-9129-390d4eb3ce43 with identifier: 6818936auction106392
2026-03-27 21:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96bb9797-9b09-5cac-9129-390d4eb3ce43 with identifier: 6818936auction106392
2026-03-27 21:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96bb9797-9b09-5cac-9129-390d4eb3ce43 with identifier: 6818936auction106392 to the API
2026-03-27 21:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:32 [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 21:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818936>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '96bb9797-9b09-5cac-9129-390d4eb3ce43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818936',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818936auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:32 [ecarstrade.be] INFO: Saving data for 6818936auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676965.139333, 'last_price_update_time': 1774648292.715631}
2026-03-27 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818936auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843114> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:33 [ecarstrade.be] INFO: Extracting details for car 6843114auction106392
2026-03-27 21:51:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd877f2c-e53b-5a0e-871d-6081714b6666 with identifier: 6843114auction106392
2026-03-27 21:51:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd877f2c-e53b-5a0e-871d-6081714b6666 with scrape type 2
2026-03-27 21:51:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd877f2c-e53b-5a0e-871d-6081714b6666 with scrape type 2
2026-03-27 21:51:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd877f2c-e53b-5a0e-871d-6081714b6666, identifier: 6843114auction106392
2026-03-27 21:51:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd877f2c-e53b-5a0e-871d-6081714b6666 with identifier: 6843114auction106392
2026-03-27 21:51:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd877f2c-e53b-5a0e-871d-6081714b6666 with identifier: 6843114auction106392
2026-03-27 21:51:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd877f2c-e53b-5a0e-871d-6081714b6666 with identifier: 6843114auction106392 to the API
2026-03-27 21:51:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:33 [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 21:51:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843114>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'dd877f2c-e53b-5a0e-871d-6081714b6666',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843114',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 34723,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-26',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843114auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:33 [ecarstrade.be] INFO: Saving data for 6843114auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677092.885238, 'last_price_update_time': 1774648293.808423}
2026-03-27 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843114auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843112> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:35 [ecarstrade.be] INFO: Extracting details for car 6843112auction106392
2026-03-27 21:51:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32494a28-faf0-535a-acdc-d32273f0537c with identifier: 6843112auction106392
2026-03-27 21:51:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32494a28-faf0-535a-acdc-d32273f0537c with scrape type 2
2026-03-27 21:51:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32494a28-faf0-535a-acdc-d32273f0537c with scrape type 2
2026-03-27 21:51:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 32494a28-faf0-535a-acdc-d32273f0537c, identifier: 6843112auction106392
2026-03-27 21:51:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 32494a28-faf0-535a-acdc-d32273f0537c with identifier: 6843112auction106392
2026-03-27 21:51:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 32494a28-faf0-535a-acdc-d32273f0537c with identifier: 6843112auction106392
2026-03-27 21:51:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 32494a28-faf0-535a-acdc-d32273f0537c with identifier: 6843112auction106392 to the API
2026-03-27 21:51:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:35 [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 21:51:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843112>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '32494a28-faf0-535a-acdc-d32273f0537c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843112',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 26320,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843112auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:35 [ecarstrade.be] INFO: Saving data for 6843112auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677091.648204, 'last_price_update_time': 1774648295.61574}
2026-03-27 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843112auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843108> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:36 [ecarstrade.be] INFO: Extracting details for car 6843108auction106392
2026-03-27 21:51:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with identifier: 6843108auction106392
2026-03-27 21:51:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with scrape type 2
2026-03-27 21:51:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with scrape type 2
2026-03-27 21:51:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa, identifier: 6843108auction106392
2026-03-27 21:51:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with identifier: 6843108auction106392
2026-03-27 21:51:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with identifier: 6843108auction106392
2026-03-27 21:51:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56eb4bde-7ba6-5f25-a846-09d988bd9aaa with identifier: 6843108auction106392 to the API
2026-03-27 21:51:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:37 [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 21:51:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843108>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '56eb4bde-7ba6-5f25-a846-09d988bd9aaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843108',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 25222,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843108auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:37 [ecarstrade.be] INFO: Saving data for 6843108auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677095.033119, 'last_price_update_time': 1774648297.212122}
2026-03-27 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843108auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843101> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:39 [ecarstrade.be] INFO: Extracting details for car 6843101auction106392
2026-03-27 21:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3017324-dca7-5c7d-9264-5a9e70fc05a3 with identifier: 6843101auction106392
2026-03-27 21:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3017324-dca7-5c7d-9264-5a9e70fc05a3 with scrape type 2
2026-03-27 21:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3017324-dca7-5c7d-9264-5a9e70fc05a3 with scrape type 2
2026-03-27 21:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3017324-dca7-5c7d-9264-5a9e70fc05a3, identifier: 6843101auction106392
2026-03-27 21:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3017324-dca7-5c7d-9264-5a9e70fc05a3 with identifier: 6843101auction106392
2026-03-27 21:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3017324-dca7-5c7d-9264-5a9e70fc05a3 with identifier: 6843101auction106392
2026-03-27 21:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3017324-dca7-5c7d-9264-5a9e70fc05a3 with identifier: 6843101auction106392 to the API
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:40 [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 21:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843101>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'f3017324-dca7-5c7d-9264-5a9e70fc05a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843101',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 25537,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843101auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:40 [ecarstrade.be] INFO: Saving data for 6843101auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677032.091246, 'last_price_update_time': 1774648300.295703}
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843101auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781871> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:40 [ecarstrade.be] INFO: Extracting details for car 6781871auction106392
2026-03-27 21:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with identifier: 6781871auction106392
2026-03-27 21:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with scrape type 2
2026-03-27 21:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with scrape type 2
2026-03-27 21:51:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56, identifier: 6781871auction106392
2026-03-27 21:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with identifier: 6781871auction106392
2026-03-27 21:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with identifier: 6781871auction106392
2026-03-27 21:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6abd64ce-81ed-5713-a3c9-8b4562ad9c56 with identifier: 6781871auction106392 to the API
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:40 [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 21:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6781871>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '6abd64ce-81ed-5713-a3c9-8b4562ad9c56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6781871',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 6267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781871auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:40 [ecarstrade.be] INFO: Saving data for 6781871auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772676931.784623, 'last_price_update_time': 1774648300.81323}
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781871auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843110> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:42 [ecarstrade.be] INFO: Extracting details for car 6843110auction106392
2026-03-27 21:51:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a38dbc4-7117-5740-8873-46b9349d7723 with identifier: 6843110auction106392
2026-03-27 21:51:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a38dbc4-7117-5740-8873-46b9349d7723 with scrape type 2
2026-03-27 21:51:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a38dbc4-7117-5740-8873-46b9349d7723 with scrape type 2
2026-03-27 21:51:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a38dbc4-7117-5740-8873-46b9349d7723, identifier: 6843110auction106392
2026-03-27 21:51:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a38dbc4-7117-5740-8873-46b9349d7723 with identifier: 6843110auction106392
2026-03-27 21:51:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a38dbc4-7117-5740-8873-46b9349d7723 with identifier: 6843110auction106392
2026-03-27 21:51:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a38dbc4-7117-5740-8873-46b9349d7723 with identifier: 6843110auction106392 to the API
2026-03-27 21:51:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:42 [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 21:51:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843110>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '0a38dbc4-7117-5740-8873-46b9349d7723',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843110',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 26069,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843110auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:42 [ecarstrade.be] INFO: Saving data for 6843110auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677092.211859, 'last_price_update_time': 1774648302.970872}
2026-03-27 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843110auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843089> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:43 [ecarstrade.be] INFO: Extracting details for car 6843089auction106392
2026-03-27 21:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69b0474c-e108-558a-ae03-f56e6a426aee with identifier: 6843089auction106392
2026-03-27 21:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69b0474c-e108-558a-ae03-f56e6a426aee with scrape type 2
2026-03-27 21:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69b0474c-e108-558a-ae03-f56e6a426aee with scrape type 2
2026-03-27 21:51:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69b0474c-e108-558a-ae03-f56e6a426aee, identifier: 6843089auction106392
2026-03-27 21:51:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69b0474c-e108-558a-ae03-f56e6a426aee with identifier: 6843089auction106392
2026-03-27 21:51:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69b0474c-e108-558a-ae03-f56e6a426aee with identifier: 6843089auction106392
2026-03-27 21:51:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69b0474c-e108-558a-ae03-f56e6a426aee with identifier: 6843089auction106392 to the API
2026-03-27 21:51:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:43 [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 21:51:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843089>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '69b0474c-e108-558a-ae03-f56e6a426aee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843089',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 21410,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843089auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:43 [ecarstrade.be] INFO: Saving data for 6843089auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677029.987336, 'last_price_update_time': 1774648303.820702}
2026-03-27 21:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843089auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6830542> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:43 [ecarstrade.be] INFO: Extracting details for car 6830542auction106392
2026-03-27 21:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d04fc765-0895-5eb9-aa2b-fd87919e67d7 with identifier: 6830542auction106392
2026-03-27 21:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d04fc765-0895-5eb9-aa2b-fd87919e67d7 with scrape type 2
2026-03-27 21:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d04fc765-0895-5eb9-aa2b-fd87919e67d7 with scrape type 2
2026-03-27 21:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d04fc765-0895-5eb9-aa2b-fd87919e67d7, identifier: 6830542auction106392
2026-03-27 21:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d04fc765-0895-5eb9-aa2b-fd87919e67d7 with identifier: 6830542auction106392
2026-03-27 21:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d04fc765-0895-5eb9-aa2b-fd87919e67d7 with identifier: 6830542auction106392
2026-03-27 21:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d04fc765-0895-5eb9-aa2b-fd87919e67d7 with identifier: 6830542auction106392 to the API
2026-03-27 21:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:44 [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 21:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6830542>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'd04fc765-0895-5eb9-aa2b-fd87919e67d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6830542',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 24255,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max 1.2L Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Max 1.2L Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 21:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830542auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:44 [ecarstrade.be] INFO: Saving data for 6830542auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677063.445842, 'last_price_update_time': 1774648304.346437}
2026-03-27 21:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6830542auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843090> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:45 [ecarstrade.be] INFO: Extracting details for car 6843090auction106392
2026-03-27 21:51:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with identifier: 6843090auction106392
2026-03-27 21:51:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with scrape type 2
2026-03-27 21:51:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with scrape type 2
2026-03-27 21:51:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98f36adb-e430-5b11-9bc5-8db4cf2799e9, identifier: 6843090auction106392
2026-03-27 21:51:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with identifier: 6843090auction106392
2026-03-27 21:51:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with identifier: 6843090auction106392
2026-03-27 21:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98f36adb-e430-5b11-9bc5-8db4cf2799e9 with identifier: 6843090auction106392 to the API
2026-03-27 21:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:45 [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 21:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843090>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '98f36adb-e430-5b11-9bc5-8db4cf2799e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843090',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 28652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843090auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:45 [ecarstrade.be] INFO: Saving data for 6843090auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677033.256167, 'last_price_update_time': 1774648305.564555}
2026-03-27 21:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843090auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843087> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:47 [ecarstrade.be] INFO: Extracting details for car 6843087auction106392
2026-03-27 21:51:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 790a6b63-8e19-55e4-9395-6fd4eae7895d with identifier: 6843087auction106392
2026-03-27 21:51:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 790a6b63-8e19-55e4-9395-6fd4eae7895d with scrape type 2
2026-03-27 21:51:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 790a6b63-8e19-55e4-9395-6fd4eae7895d with scrape type 2
2026-03-27 21:51:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 790a6b63-8e19-55e4-9395-6fd4eae7895d, identifier: 6843087auction106392
2026-03-27 21:51:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 790a6b63-8e19-55e4-9395-6fd4eae7895d with identifier: 6843087auction106392
2026-03-27 21:51:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 790a6b63-8e19-55e4-9395-6fd4eae7895d with identifier: 6843087auction106392
2026-03-27 21:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 790a6b63-8e19-55e4-9395-6fd4eae7895d with identifier: 6843087auction106392 to the API
2026-03-27 21:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:47 [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 21:51:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843087>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '790a6b63-8e19-55e4-9395-6fd4eae7895d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843087',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 24122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843087auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:47 [ecarstrade.be] INFO: Saving data for 6843087auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677031.600356, 'last_price_update_time': 1774648307.676698}
2026-03-27 21:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843087auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6851177> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:48 [ecarstrade.be] INFO: Extracting details for car 6851177auction106392
2026-03-27 21:51:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 168677cd-6f8e-5634-973f-709d4b976df1 with identifier: 6851177auction106392
2026-03-27 21:51:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 168677cd-6f8e-5634-973f-709d4b976df1 with scrape type 2
2026-03-27 21:51:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 168677cd-6f8e-5634-973f-709d4b976df1 with scrape type 2
2026-03-27 21:51:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 168677cd-6f8e-5634-973f-709d4b976df1, identifier: 6851177auction106392
2026-03-27 21:51:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 168677cd-6f8e-5634-973f-709d4b976df1 with identifier: 6851177auction106392
2026-03-27 21:51:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 168677cd-6f8e-5634-973f-709d4b976df1 with identifier: 6851177auction106392
2026-03-27 21:51:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 168677cd-6f8e-5634-973f-709d4b976df1 with identifier: 6851177auction106392 to the API
2026-03-27 21:51:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:49 [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 21:51:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6851177>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '168677cd-6f8e-5634-973f-709d4b976df1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6851177',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10919,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi Diesel 100 hp',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi Diesel 100 hp',
'vin': None,
'year': 2025}
2026-03-27 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851177auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:49 [ecarstrade.be] INFO: Saving data for 6851177auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677221.715469, 'last_price_update_time': 1774648309.172991}
2026-03-27 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6851177auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6848139> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:50 [ecarstrade.be] INFO: Extracting details for car 6848139auction106392
2026-03-27 21:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc7e3497-cc0c-5d19-bab5-82db0946fe51 with identifier: 6848139auction106392
2026-03-27 21:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc7e3497-cc0c-5d19-bab5-82db0946fe51 with scrape type 2
2026-03-27 21:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc7e3497-cc0c-5d19-bab5-82db0946fe51 with scrape type 2
2026-03-27 21:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc7e3497-cc0c-5d19-bab5-82db0946fe51, identifier: 6848139auction106392
2026-03-27 21:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc7e3497-cc0c-5d19-bab5-82db0946fe51 with identifier: 6848139auction106392
2026-03-27 21:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc7e3497-cc0c-5d19-bab5-82db0946fe51 with identifier: 6848139auction106392
2026-03-27 21:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc7e3497-cc0c-5d19-bab5-82db0946fe51 with identifier: 6848139auction106392 to the API
2026-03-27 21:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:50 [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 21:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6848139>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'dc7e3497-cc0c-5d19-bab5-82db0946fe51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6848139',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 18028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276848139auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:50 [ecarstrade.be] INFO: Saving data for 6848139auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677167.560607, 'last_price_update_time': 1774648310.752851}
2026-03-27 21:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6848139auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843106> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:50 [ecarstrade.be] INFO: Extracting details for car 6843106auction106392
2026-03-27 21:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with identifier: 6843106auction106392
2026-03-27 21:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with scrape type 2
2026-03-27 21:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with scrape type 2
2026-03-27 21:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25dbac7f-106c-56a9-92c7-afa3cd079dc1, identifier: 6843106auction106392
2026-03-27 21:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with identifier: 6843106auction106392
2026-03-27 21:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with identifier: 6843106auction106392
2026-03-27 21:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25dbac7f-106c-56a9-92c7-afa3cd079dc1 with identifier: 6843106auction106392 to the API
2026-03-27 21:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51: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 21:51:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843106>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '25dbac7f-106c-56a9-92c7-afa3cd079dc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843106',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 27165,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843106auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:51 [ecarstrade.be] INFO: Saving data for 6843106auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677099.977277, 'last_price_update_time': 1774648311.308659}
2026-03-27 21:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843106auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6844030> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:53 [ecarstrade.be] INFO: Extracting details for car 6844030auction106392
2026-03-27 21:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bef34a98-a29e-5f14-9ded-e8b98d604fab with identifier: 6844030auction106392
2026-03-27 21:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bef34a98-a29e-5f14-9ded-e8b98d604fab with scrape type 2
2026-03-27 21:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bef34a98-a29e-5f14-9ded-e8b98d604fab with scrape type 2
2026-03-27 21:51:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bef34a98-a29e-5f14-9ded-e8b98d604fab, identifier: 6844030auction106392
2026-03-27 21:51:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bef34a98-a29e-5f14-9ded-e8b98d604fab with identifier: 6844030auction106392
2026-03-27 21:51:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bef34a98-a29e-5f14-9ded-e8b98d604fab with identifier: 6844030auction106392
2026-03-27 21:51:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bef34a98-a29e-5f14-9ded-e8b98d604fab with identifier: 6844030auction106392 to the API
2026-03-27 21:51:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:54 [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 21:51:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6844030>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'bef34a98-a29e-5f14-9ded-e8b98d604fab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6844030',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 17131,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844030auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:54 [ecarstrade.be] INFO: Saving data for 6844030auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677076.141086, 'last_price_update_time': 1774648314.993717}
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6844030auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843341> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6850767> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:55 [ecarstrade.be] INFO: Extracting details for car 6843341auction106392
2026-03-27 21:51:55 [ecarstrade.be] INFO: Extracting details for car 6850767auction106392
2026-03-27 21:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with identifier: 6843341auction106392
2026-03-27 21:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with scrape type 2
2026-03-27 21:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with scrape type 2
2026-03-27 21:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce1c9ad4-5f3f-506a-b57c-e086c654aee9, identifier: 6843341auction106392
2026-03-27 21:51:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with identifier: 6850767auction106392
2026-03-27 21:51:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with scrape type 2
2026-03-27 21:51:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with scrape type 2
2026-03-27 21:51:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30, identifier: 6850767auction106392
2026-03-27 21:51:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with identifier: 6843341auction106392
2026-03-27 21:51:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with identifier: 6843341auction106392
2026-03-27 21:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce1c9ad4-5f3f-506a-b57c-e086c654aee9 with identifier: 6843341auction106392 to the API
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:55 [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 21:51:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843341>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'ce1c9ad4-5f3f-506a-b57c-e086c654aee9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843341',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 28138,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843341auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:55 [ecarstrade.be] INFO: Saving data for 6843341auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677077.347997, 'last_price_update_time': 1774648315.625429}
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843341auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with identifier: 6850767auction106392
2026-03-27 21:51:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with identifier: 6850767auction106392
2026-03-27 21:51:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ef31002-8dbc-5a91-a11c-a5f51eaebd30 with identifier: 6850767auction106392 to the API
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:55 [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 21:51:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6850767>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '6ef31002-8dbc-5a91-a11c-a5f51eaebd30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6850767',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 22758,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-20',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Kuga Kuga 2.5 Duratec Hybrid FHEV Titanium FWD (EURO 6e 2.5 '
'Hybrid (Benzin) 152hp',
'transmission': 'automatic',
'trim': '2.5 Duratec Hybrid FHEV Titanium FWD (EURO 6e 2.5 Hybrid (Benzin) '
'152hp',
'vin': None,
'year': 2024}
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850767auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:55 [ecarstrade.be] INFO: Saving data for 6850767auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677221.125447, 'last_price_update_time': 1774648315.927816}
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6850767auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843340> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:56 [ecarstrade.be] INFO: Extracting details for car 6843340auction106392
2026-03-27 21:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with identifier: 6843340auction106392
2026-03-27 21:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with scrape type 2
2026-03-27 21:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with scrape type 2
2026-03-27 21:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09, identifier: 6843340auction106392
2026-03-27 21:51:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with identifier: 6843340auction106392
2026-03-27 21:51:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with identifier: 6843340auction106392
2026-03-27 21:51:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09 with identifier: 6843340auction106392 to the API
2026-03-27 21:51:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51:56 [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 21:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843340>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '5ee6c1bf-c6b5-557c-b0ab-121e27e9ee09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843340',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 28020,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843340auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:56 [ecarstrade.be] INFO: Saving data for 6843340auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677106.2569, 'last_price_update_time': 1774648316.560507}
2026-03-27 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843340auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843136> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:51:57 [ecarstrade.be] INFO: Extracting details for car 6843136auction106392
2026-03-27 21:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3db9509b-03f6-5c93-9a2d-62be6d166bbc with identifier: 6843136auction106392
2026-03-27 21:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3db9509b-03f6-5c93-9a2d-62be6d166bbc with scrape type 2
2026-03-27 21:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3db9509b-03f6-5c93-9a2d-62be6d166bbc with scrape type 2
2026-03-27 21:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3db9509b-03f6-5c93-9a2d-62be6d166bbc, identifier: 6843136auction106392
2026-03-27 21:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3db9509b-03f6-5c93-9a2d-62be6d166bbc with identifier: 6843136auction106392
2026-03-27 21:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3db9509b-03f6-5c93-9a2d-62be6d166bbc with identifier: 6843136auction106392
2026-03-27 21:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3db9509b-03f6-5c93-9a2d-62be6d166bbc with identifier: 6843136auction106392 to the API
2026-03-27 21:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51: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-03-27 21:51:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843136>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '3db9509b-03f6-5c93-9a2d-62be6d166bbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843136',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 30599,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843136auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:57 [ecarstrade.be] INFO: Saving data for 6843136auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677085.36368, 'last_price_update_time': 1774648317.484396}
2026-03-27 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843136auction106392') HTTP/1.1" 204 0
2026-03-27 21:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843132> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:51:57 [ecarstrade.be] INFO: Extracting details for car 6843132auction106392
2026-03-27 21:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4afc4e15-a62c-5f97-b5fe-9b00606523fc with identifier: 6843132auction106392
2026-03-27 21:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4afc4e15-a62c-5f97-b5fe-9b00606523fc with scrape type 2
2026-03-27 21:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4afc4e15-a62c-5f97-b5fe-9b00606523fc with scrape type 2
2026-03-27 21:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4afc4e15-a62c-5f97-b5fe-9b00606523fc, identifier: 6843132auction106392
2026-03-27 21:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4afc4e15-a62c-5f97-b5fe-9b00606523fc with identifier: 6843132auction106392
2026-03-27 21:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4afc4e15-a62c-5f97-b5fe-9b00606523fc with identifier: 6843132auction106392
2026-03-27 21:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4afc4e15-a62c-5f97-b5fe-9b00606523fc with identifier: 6843132auction106392 to the API
2026-03-27 21:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:51: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-03-27 21:51:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843132>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '4afc4e15-a62c-5f97-b5fe-9b00606523fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843132',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 30881,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843132auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:51:58 [ecarstrade.be] INFO: Saving data for 6843132auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677084.334939, 'last_price_update_time': 1774648318.110861}
2026-03-27 21:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:51:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843132auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843118> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:01 [ecarstrade.be] INFO: Extracting details for car 6843118auction106392
2026-03-27 21:52:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b87baac9-4086-5233-acf6-439317095acd with identifier: 6843118auction106392
2026-03-27 21:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b87baac9-4086-5233-acf6-439317095acd with scrape type 2
2026-03-27 21:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b87baac9-4086-5233-acf6-439317095acd with scrape type 2
2026-03-27 21:52:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b87baac9-4086-5233-acf6-439317095acd, identifier: 6843118auction106392
2026-03-27 21:52:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b87baac9-4086-5233-acf6-439317095acd with identifier: 6843118auction106392
2026-03-27 21:52:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b87baac9-4086-5233-acf6-439317095acd with identifier: 6843118auction106392
2026-03-27 21:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b87baac9-4086-5233-acf6-439317095acd with identifier: 6843118auction106392 to the API
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:02 [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 21:52:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843118>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'b87baac9-4086-5233-acf6-439317095acd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843118',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 26023,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843118auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Saving data for 6843118auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677083.693235, 'last_price_update_time': 1774648322.208929}
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843118auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6859378auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859378auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6859378auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860940auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860940auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860940auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860944auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860944auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860944auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860946auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860946auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860946auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860953auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860953auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860953auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860955auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860955auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860955auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860956auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860956auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860956auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860959auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860959auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860959auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860960auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860960auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860960auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860961auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860961auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860961auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860962auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860962auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860962auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860963auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860963auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860963auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6860964auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860964auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6860964auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6900115auction106404
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900115auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6900115auction106404: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6900126auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900126auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6900126auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6900130auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900130auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6900130auction106392: 2
2026-03-27 21:52:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843117> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6900168auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900168auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6900168auction106392: 2
2026-03-27 21:52:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6900171auction106392
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900171auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6900171auction106392: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6900173auction106404
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900173auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6900173auction106404: 0
2026-03-27 21:52:02 [ecarstrade.be] INFO: Found listing with ID: 6900178auction106404
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900178auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:02 [ecarstrade.be] INFO: Scrape type for 6900178auction106404: 0
2026-03-27 21:52:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:02 [ecarstrade.be] INFO: Extracting details for car 6843117auction106392
2026-03-27 21:52:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with identifier: 6843117auction106392
2026-03-27 21:52:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with scrape type 2
2026-03-27 21:52:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with scrape type 2
2026-03-27 21:52:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe, identifier: 6843117auction106392
2026-03-27 21:52:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with identifier: 6843117auction106392
2026-03-27 21:52:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with identifier: 6843117auction106392
2026-03-27 21:52:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 510d3cd3-a125-5dc1-93c9-35f8d3268ffe with identifier: 6843117auction106392 to the API
2026-03-27 21:52:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:03 [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 21:52:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843117>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '510d3cd3-a125-5dc1-93c9-35f8d3268ffe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843117',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 25580,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843117auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:03 [ecarstrade.be] INFO: Saving data for 6843117auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677084.800719, 'last_price_update_time': 1774648323.189331}
2026-03-27 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843117auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6842666> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:03 [ecarstrade.be] INFO: Extracting details for car 6842666auction106392
2026-03-27 21:52:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37dae187-2bc3-544c-bf14-33c286802f73 with identifier: 6842666auction106392
2026-03-27 21:52:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37dae187-2bc3-544c-bf14-33c286802f73 with scrape type 2
2026-03-27 21:52:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37dae187-2bc3-544c-bf14-33c286802f73 with scrape type 2
2026-03-27 21:52:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37dae187-2bc3-544c-bf14-33c286802f73, identifier: 6842666auction106392
2026-03-27 21:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37dae187-2bc3-544c-bf14-33c286802f73 with identifier: 6842666auction106392
2026-03-27 21:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37dae187-2bc3-544c-bf14-33c286802f73 with identifier: 6842666auction106392
2026-03-27 21:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37dae187-2bc3-544c-bf14-33c286802f73 with identifier: 6842666auction106392 to the API
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:04 [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 21:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6842666>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '37dae187-2bc3-544c-bf14-33c286802f73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6842666',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 3309,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-12',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842666auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:04 [ecarstrade.be] INFO: Saving data for 6842666auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677082.356446, 'last_price_update_time': 1774648324.321646}
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6842666auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6842663> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:04 [ecarstrade.be] INFO: Extracting details for car 6842663auction106392
2026-03-27 21:52:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 326d7598-6088-5d84-94dd-8b4603bffe61 with identifier: 6842663auction106392
2026-03-27 21:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 326d7598-6088-5d84-94dd-8b4603bffe61 with scrape type 2
2026-03-27 21:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 326d7598-6088-5d84-94dd-8b4603bffe61 with scrape type 2
2026-03-27 21:52:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 326d7598-6088-5d84-94dd-8b4603bffe61, identifier: 6842663auction106392
2026-03-27 21:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 326d7598-6088-5d84-94dd-8b4603bffe61 with identifier: 6842663auction106392
2026-03-27 21:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 326d7598-6088-5d84-94dd-8b4603bffe61 with identifier: 6842663auction106392
2026-03-27 21:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 326d7598-6088-5d84-94dd-8b4603bffe61 with identifier: 6842663auction106392 to the API
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:04 [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 21:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6842663>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '326d7598-6088-5d84-94dd-8b4603bffe61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6842663',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 5984,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842663auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:04 [ecarstrade.be] INFO: Saving data for 6842663auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677029.225994, 'last_price_update_time': 1774648324.842422}
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6842663auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:06 [scrapy.extensions.logstats] INFO: Crawled 281 pages (at 42 pages/min), scraped 194 items (at 39 items/min)
2026-03-27 21:52:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:52:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843105> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:06 [ecarstrade.be] INFO: Extracting details for car 6843105auction106392
2026-03-27 21:52:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33931452-a432-5892-83b3-87ba73a23e10 with identifier: 6843105auction106392
2026-03-27 21:52:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33931452-a432-5892-83b3-87ba73a23e10 with scrape type 2
2026-03-27 21:52:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33931452-a432-5892-83b3-87ba73a23e10 with scrape type 2
2026-03-27 21:52:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33931452-a432-5892-83b3-87ba73a23e10, identifier: 6843105auction106392
2026-03-27 21:52:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33931452-a432-5892-83b3-87ba73a23e10 with identifier: 6843105auction106392
2026-03-27 21:52:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33931452-a432-5892-83b3-87ba73a23e10 with identifier: 6843105auction106392
2026-03-27 21:52:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33931452-a432-5892-83b3-87ba73a23e10 with identifier: 6843105auction106392 to the API
2026-03-27 21:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:07 [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 21:52:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843105>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '33931452-a432-5892-83b3-87ba73a23e10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843105',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 24205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843105auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:07 [ecarstrade.be] INFO: Saving data for 6843105auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677017.818304, 'last_price_update_time': 1774648327.241157}
2026-03-27 21:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843105auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900168> (referer: https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:09 [ecarstrade.be] INFO: Extracting details for car 6900168auction106392
2026-03-27 21:52:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44f5a9a8-ebe2-5be4-9255-b34f0b86acde with identifier: 6900168auction106392
2026-03-27 21:52:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44f5a9a8-ebe2-5be4-9255-b34f0b86acde with scrape type 2
2026-03-27 21:52:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44f5a9a8-ebe2-5be4-9255-b34f0b86acde with scrape type 2
2026-03-27 21:52:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44f5a9a8-ebe2-5be4-9255-b34f0b86acde, identifier: 6900168auction106392
2026-03-27 21:52:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44f5a9a8-ebe2-5be4-9255-b34f0b86acde with identifier: 6900168auction106392
2026-03-27 21:52:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44f5a9a8-ebe2-5be4-9255-b34f0b86acde with identifier: 6900168auction106392
2026-03-27 21:52:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44f5a9a8-ebe2-5be4-9255-b34f0b86acde with identifier: 6900168auction106392 to the API
2026-03-27 21:52:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:09 [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 21:52:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900168>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '44f5a9a8-ebe2-5be4-9255-b34f0b86acde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900168',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 32361,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Feel 1.2L PureTech 100 S&S (6-speed manual)',
'transmission': 'manual',
'trim': 'Feel 1.2L PureTech 100 S&S (6-speed manual)',
'vin': None,
'year': 2023}
2026-03-27 21:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900168auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:09 [ecarstrade.be] INFO: Saving data for 6900168auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677291.598959, 'last_price_update_time': 1774648329.893547}
2026-03-27 21:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900168auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900130> (referer: https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:10 [ecarstrade.be] INFO: Extracting details for car 6900130auction106392
2026-03-27 21:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 155d3ab0-3554-5293-9092-b25b6e6e37f9 with identifier: 6900130auction106392
2026-03-27 21:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 155d3ab0-3554-5293-9092-b25b6e6e37f9 with scrape type 2
2026-03-27 21:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 155d3ab0-3554-5293-9092-b25b6e6e37f9 with scrape type 2
2026-03-27 21:52:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 155d3ab0-3554-5293-9092-b25b6e6e37f9, identifier: 6900130auction106392
2026-03-27 21:52:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 155d3ab0-3554-5293-9092-b25b6e6e37f9 with identifier: 6900130auction106392
2026-03-27 21:52:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 155d3ab0-3554-5293-9092-b25b6e6e37f9 with identifier: 6900130auction106392
2026-03-27 21:52:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 155d3ab0-3554-5293-9092-b25b6e6e37f9 with identifier: 6900130auction106392 to the API
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:10 [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 21:52:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900130>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '155d3ab0-3554-5293-9092-b25b6e6e37f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900130',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 22646,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 1.2L gasoline mild-hybrid (e-DCS6) 136 hp',
'transmission': 'automatic',
'trim': 'Allure 1.2L gasoline mild-hybrid (e-DCS6) 136 hp',
'vin': None,
'year': 2024}
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900130auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Saving data for 6900130auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773699626.014471, 'last_price_update_time': 1774648330.439197}
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900130auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900179auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900179auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900179auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900180auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900180auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900180auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900207auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900207auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900207auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900234auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900234auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900234auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900236auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900236auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900236auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900237auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900237auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900237auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900260auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900260auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900260auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900316auction106404
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900316auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900316auction106404: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900318auction106404
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900318auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900318auction106404: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900328auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900328auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900328auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900330auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900330auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900330auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900331auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900331auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900331auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900334auction106404
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900334auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900334auction106404: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900340auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900340auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900340auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900354auction106404
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900354auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900354auction106404: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900369auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900369auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900369auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900371auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900371auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900371auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900376auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900376auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900376auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900377auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900377auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900377auction106392: 0
2026-03-27 21:52:10 [ecarstrade.be] INFO: Found listing with ID: 6900379auction106392
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900379auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:10 [ecarstrade.be] INFO: Scrape type for 6900379auction106392: 0
2026-03-27 21:52:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900381auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900381auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900381auction106392: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900387auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900387auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900387auction106392: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900394auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900394auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900394auction106392: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900398auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900398auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900398auction106392: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900400auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900400auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900400auction106392: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900405auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900405auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900405auction106392: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900407auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900407auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900407auction106392: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900416auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900416auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900416auction106392: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900421auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900421auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900421auction106392: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900432auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900432auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900432auction106392: 2
2026-03-27 21:52:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900438auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900438auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900438auction106392: 2
2026-03-27 21:52:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900440auction106392
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900440auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900440auction106392: 2
2026-03-27 21:52:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900441auction106404
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900441auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900441auction106404: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900442auction106404
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900442auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:16 [ecarstrade.be] INFO: Scrape type for 6900442auction106404: 0
2026-03-27 21:52:16 [ecarstrade.be] INFO: Found listing with ID: 6900443auction106404
2026-03-27 21:52:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900443auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:17 [ecarstrade.be] INFO: Scrape type for 6900443auction106404: 0
2026-03-27 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6900447auction106392
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900447auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:17 [ecarstrade.be] INFO: Scrape type for 6900447auction106392: 2
2026-03-27 21:52:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6900453auction106392
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900453auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:17 [ecarstrade.be] INFO: Scrape type for 6900453auction106392: 0
2026-03-27 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6900461auction106392
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900461auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:17 [ecarstrade.be] INFO: Scrape type for 6900461auction106392: 2
2026-03-27 21:52:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6900478auction106392
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900478auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:17 [ecarstrade.be] INFO: Scrape type for 6900478auction106392: 0
2026-03-27 21:52:17 [ecarstrade.be] INFO: Found listing with ID: 6900479auction106392
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900479auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:17 [ecarstrade.be] INFO: Scrape type for 6900479auction106392: 0
2026-03-27 21:52:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843088> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:17 [ecarstrade.be] INFO: Extracting details for car 6843088auction106392
2026-03-27 21:52:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with identifier: 6843088auction106392
2026-03-27 21:52:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with scrape type 2
2026-03-27 21:52:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with scrape type 2
2026-03-27 21:52:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8, identifier: 6843088auction106392
2026-03-27 21:52:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with identifier: 6843088auction106392
2026-03-27 21:52:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with identifier: 6843088auction106392
2026-03-27 21:52:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50b6465c-5514-5016-9e3a-1a2a9ffbb7b8 with identifier: 6843088auction106392 to the API
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:17 [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 21:52:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843088>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '50b6465c-5514-5016-9e3a-1a2a9ffbb7b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843088',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 27093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843088auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:17 [ecarstrade.be] INFO: Saving data for 6843088auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677032.659548, 'last_price_update_time': 1774648337.771507}
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843088auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900432> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6900495auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900495auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6900495auction106404: 2
2026-03-27 21:52:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6900617auction106392
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900617auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6900617auction106392: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6900620auction106392
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900620auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6900620auction106392: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6902439auction106392
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902439auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6902439auction106392: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6902451auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902451auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6902451auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903179auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903179auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903179auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903180auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903180auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903180auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903182auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903182auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903182auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903183auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903183auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903183auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903184auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903184auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903184auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903185auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903185auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903185auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903186auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903186auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903186auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903188auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903188auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903188auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903525auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903525auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903525auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903529auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903529auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903529auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6903531auction106392
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903531auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6903531auction106392: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6904571auction106392
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904571auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6904571auction106392: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6906591auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906591auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6906591auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6906593auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906593auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6906593auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Found listing with ID: 6906596auction106404
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906596auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Scrape type for 6906596auction106404: 0
2026-03-27 21:52:23 [ecarstrade.be] INFO: Extracting details for car 6900432auction106392
2026-03-27 21:52:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56056db0-6d53-55c6-87cb-c4a65a17ba3b with identifier: 6900432auction106392
2026-03-27 21:52:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56056db0-6d53-55c6-87cb-c4a65a17ba3b with scrape type 2
2026-03-27 21:52:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56056db0-6d53-55c6-87cb-c4a65a17ba3b with scrape type 2
2026-03-27 21:52:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56056db0-6d53-55c6-87cb-c4a65a17ba3b, identifier: 6900432auction106392
2026-03-27 21:52:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56056db0-6d53-55c6-87cb-c4a65a17ba3b with identifier: 6900432auction106392
2026-03-27 21:52:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56056db0-6d53-55c6-87cb-c4a65a17ba3b with identifier: 6900432auction106392
2026-03-27 21:52:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56056db0-6d53-55c6-87cb-c4a65a17ba3b with identifier: 6900432auction106392 to the API
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:23 [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 21:52:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900432>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '56056db0-6d53-55c6-87cb-c4a65a17ba3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900432',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 7300,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900432auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:23 [ecarstrade.be] INFO: Saving data for 6900432auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772614303.265506, 'last_price_update_time': 1774648343.921189}
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900432auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900440> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900438> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:24 [ecarstrade.be] INFO: Extracting details for car 6900440auction106392
2026-03-27 21:52:24 [ecarstrade.be] INFO: Extracting details for car 6900438auction106392
2026-03-27 21:52:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8626b247-4f9a-5024-807e-74698159678a with identifier: 6900440auction106392
2026-03-27 21:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8626b247-4f9a-5024-807e-74698159678a with scrape type 2
2026-03-27 21:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8626b247-4f9a-5024-807e-74698159678a with scrape type 2
2026-03-27 21:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8626b247-4f9a-5024-807e-74698159678a, identifier: 6900440auction106392
2026-03-27 21:52:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cee3c1d-930d-5332-a709-52b43a69e5bb with identifier: 6900438auction106392
2026-03-27 21:52:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cee3c1d-930d-5332-a709-52b43a69e5bb with scrape type 2
2026-03-27 21:52:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cee3c1d-930d-5332-a709-52b43a69e5bb with scrape type 2
2026-03-27 21:52:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cee3c1d-930d-5332-a709-52b43a69e5bb, identifier: 6900438auction106392
2026-03-27 21:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8626b247-4f9a-5024-807e-74698159678a with identifier: 6900440auction106392
2026-03-27 21:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8626b247-4f9a-5024-807e-74698159678a with identifier: 6900440auction106392
2026-03-27 21:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8626b247-4f9a-5024-807e-74698159678a with identifier: 6900440auction106392 to the API
2026-03-27 21:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:24 [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 21:52:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900440>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '8626b247-4f9a-5024-807e-74698159678a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900440',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 19308,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C5 AIRCROSS HYBRIDE RECHARGEABLE 225 E-EAT8 SHINE PACK',
'transmission': 'automatic',
'trim': 'C5 AIRCROSS HYBRIDE RECHARGEABLE 225 E-EAT8 SHINE PACK',
'vin': None,
'year': 2023}
2026-03-27 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900440auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:24 [ecarstrade.be] INFO: Saving data for 6900440auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772614308.405264, 'last_price_update_time': 1774648344.702036}
2026-03-27 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900440auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cee3c1d-930d-5332-a709-52b43a69e5bb with identifier: 6900438auction106392
2026-03-27 21:52:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cee3c1d-930d-5332-a709-52b43a69e5bb with identifier: 6900438auction106392
2026-03-27 21:52:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cee3c1d-930d-5332-a709-52b43a69e5bb with identifier: 6900438auction106392 to the API
2026-03-27 21:52:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:24 [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 21:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900438>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '3cee3c1d-930d-5332-a709-52b43a69e5bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900438',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 8468,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900438auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:25 [ecarstrade.be] INFO: Saving data for 6900438auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772614313.569505, 'last_price_update_time': 1774648345.051188}
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900438auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900461> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900447> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:25 [ecarstrade.be] INFO: Extracting details for car 6900461auction106392
2026-03-27 21:52:25 [ecarstrade.be] INFO: Extracting details for car 6900447auction106392
2026-03-27 21:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97c0ab50-6096-5116-bdef-5e8a0e5d4ceb with identifier: 6900461auction106392
2026-03-27 21:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97c0ab50-6096-5116-bdef-5e8a0e5d4ceb with scrape type 2
2026-03-27 21:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97c0ab50-6096-5116-bdef-5e8a0e5d4ceb with scrape type 2
2026-03-27 21:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97c0ab50-6096-5116-bdef-5e8a0e5d4ceb, identifier: 6900461auction106392
2026-03-27 21:52:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ee42ca7-158e-5845-be23-798f3a41aecd with identifier: 6900447auction106392
2026-03-27 21:52:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ee42ca7-158e-5845-be23-798f3a41aecd with scrape type 2
2026-03-27 21:52:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ee42ca7-158e-5845-be23-798f3a41aecd with scrape type 2
2026-03-27 21:52:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ee42ca7-158e-5845-be23-798f3a41aecd, identifier: 6900447auction106392
2026-03-27 21:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97c0ab50-6096-5116-bdef-5e8a0e5d4ceb with identifier: 6900461auction106392
2026-03-27 21:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97c0ab50-6096-5116-bdef-5e8a0e5d4ceb with identifier: 6900461auction106392
2026-03-27 21:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97c0ab50-6096-5116-bdef-5e8a0e5d4ceb with identifier: 6900461auction106392 to the API
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:25 [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 21:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900461>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '97c0ab50-6096-5116-bdef-5e8a0e5d4ceb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900461',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 23724,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-26',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900461auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:25 [ecarstrade.be] INFO: Saving data for 6900461auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772614370.950681, 'last_price_update_time': 1774648345.67926}
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900461auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ee42ca7-158e-5845-be23-798f3a41aecd with identifier: 6900447auction106392
2026-03-27 21:52:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ee42ca7-158e-5845-be23-798f3a41aecd with identifier: 6900447auction106392
2026-03-27 21:52:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ee42ca7-158e-5845-be23-798f3a41aecd with identifier: 6900447auction106392 to the API
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:25 [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 21:52:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6900447>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '3ee42ca7-158e-5845-be23-798f3a41aecd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900447',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 20288,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:52:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900447auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:26 [ecarstrade.be] INFO: Saving data for 6900447auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772614307.905395, 'last_price_update_time': 1774648346.009306}
2026-03-27 21:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900447auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6906600auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906600auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6906600auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6906601auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906601auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6906601auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6906602auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906602auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6906602auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6906610auction106392
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906610auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6906610auction106392: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6906613auction106392
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906613auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6906613auction106392: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6907011auction106392
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907011auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6907011auction106392: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6907012auction106392
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907012auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6907012auction106392: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6907017auction106392
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907017auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6907017auction106392: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6907022auction106392
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907022auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6907022auction106392: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6907025auction106392
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907025auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6907025auction106392: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6907632auction106392
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907632auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6907632auction106392: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6908677auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908677auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6908677auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6908678auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908678auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6908678auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6908984auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908984auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6908984auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6908985auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908985auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6908985auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6909655auction106392
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909655auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6909655auction106392: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6915541auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915541auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6915541auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6915542auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915542auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6915542auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6915544auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915544auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6915544auction106404: 0
2026-03-27 21:52:30 [ecarstrade.be] INFO: Found listing with ID: 6915546auction106404
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915546auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:30 [ecarstrade.be] INFO: Scrape type for 6915546auction106404: 0
2026-03-27 21:52:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6915549auction106404
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915549auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6915549auction106404: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6915550auction106404
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915550auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6915550auction106404: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6915551auction106404
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915551auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6915551auction106404: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6918200auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918200auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6918200auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6918212auction106404
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918212auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6918212auction106404: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6918214auction106404
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918214auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6918214auction106404: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6918216auction106404
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918216auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6918216auction106404: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6918217auction106404
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918217auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6918217auction106404: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6918218auction106404
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918218auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6918218auction106404: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6921757auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921757auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6921757auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922096auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922096auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922096auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922097auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922097auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922097auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922098auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922098auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922098auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922433auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922433auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922433auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922445auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922445auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922445auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922698auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922698auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922698auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922702auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922702auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922702auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922706auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922706auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922706auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922714auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922714auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922714auction106392: 0
2026-03-27 21:52:36 [ecarstrade.be] INFO: Found listing with ID: 6922716auction106392
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922716auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:36 [ecarstrade.be] INFO: Scrape type for 6922716auction106392: 0
2026-03-27 21:52:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922717auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922717auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922717auction106392: 2
2026-03-27 21:52:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922719auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922719auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922719auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922720auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922720auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922720auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922721auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922721auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922721auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922730auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922730auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922730auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922731auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922731auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922731auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922735auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922735auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922735auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922736auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922736auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922736auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922755auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922755auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922755auction106392: 2
2026-03-27 21:52:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922758auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922758auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922758auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922761auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922761auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922761auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6922764auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922764auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6922764auction106392: 2
2026-03-27 21:52:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6925635auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925635auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6925635auction106392: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6925878auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925878auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6925878auction106392: 2
2026-03-27 21:52:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6926439auction106404
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926439auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6926439auction106404: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6926441auction106404
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926441auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6926441auction106404: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6926442auction106404
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926442auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6926442auction106404: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6926756auction106404
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926756auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6926756auction106404: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6926757auction106404
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926757auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6926757auction106404: 0
2026-03-27 21:52:44 [ecarstrade.be] INFO: Found listing with ID: 6926762auction106392
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926762auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:44 [ecarstrade.be] INFO: Scrape type for 6926762auction106392: 2
2026-03-27 21:52:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922717> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:52:51 [ecarstrade.be] INFO: Extracting details for car 6922717auction106392
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6926763auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926763auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6926763auction106392: 2
2026-03-27 21:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6926766auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926766auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6926766auction106392: 2
2026-03-27 21:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 343e1e18-da9d-5f95-941a-7c2f64b8daec with identifier: 6922717auction106392
2026-03-27 21:52:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 343e1e18-da9d-5f95-941a-7c2f64b8daec with scrape type 2
2026-03-27 21:52:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 343e1e18-da9d-5f95-941a-7c2f64b8daec with scrape type 2
2026-03-27 21:52:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 343e1e18-da9d-5f95-941a-7c2f64b8daec, identifier: 6922717auction106392
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6929910auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929910auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6929910auction106392: 2
2026-03-27 21:52:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 343e1e18-da9d-5f95-941a-7c2f64b8daec with identifier: 6922717auction106392
2026-03-27 21:52:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 343e1e18-da9d-5f95-941a-7c2f64b8daec with identifier: 6922717auction106392
2026-03-27 21:52:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 343e1e18-da9d-5f95-941a-7c2f64b8daec with identifier: 6922717auction106392 to the API
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52: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 21:52:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922717>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '343e1e18-da9d-5f95-941a-7c2f64b8daec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922717',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 28206,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 145 (Gasoline/Electric) e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 (Gasoline/Electric) e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922717auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Saving data for 6922717auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677485.018396, 'last_price_update_time': 1774648371.569407}
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922717auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6930054auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930054auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6930054auction106392: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6930069auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930069auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6930069auction106392: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6930607auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930607auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6930607auction106392: 2
2026-03-27 21:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6925878> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922764> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926762> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6932742auction106404
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932742auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6932742auction106404: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6932743auction106404
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932743auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6932743auction106404: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6932745auction106404
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932745auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6932745auction106404: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6933821auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933821auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6933821auction106392: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6933822auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933822auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6933822auction106392: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6933823auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933823auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6933823auction106392: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6933824auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933824auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6933824auction106392: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6933825auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933825auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6933825auction106392: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6933826auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933826auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:51 [ecarstrade.be] INFO: Scrape type for 6933826auction106392: 0
2026-03-27 21:52:51 [ecarstrade.be] INFO: Found listing with ID: 6933827auction106392
2026-03-27 21:52:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933827auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:52 [ecarstrade.be] INFO: Scrape type for 6933827auction106392: 0
2026-03-27 21:52:52 [ecarstrade.be] INFO: Found listing with ID: 6933828auction106392
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933828auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:52 [ecarstrade.be] INFO: Scrape type for 6933828auction106392: 0
2026-03-27 21:52:52 [ecarstrade.be] INFO: Found listing with ID: 6933829auction106392
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933829auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:52 [ecarstrade.be] INFO: Scrape type for 6933829auction106392: 0
2026-03-27 21:52:52 [ecarstrade.be] INFO: Found listing with ID: 6933844auction106392
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933844auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:52 [ecarstrade.be] INFO: Scrape type for 6933844auction106392: 0
2026-03-27 21:52:52 [ecarstrade.be] INFO: Found listing with ID: 6933846auction106392
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933846auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:52 [ecarstrade.be] INFO: Scrape type for 6933846auction106392: 0
2026-03-27 21:52:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:52:52 [ecarstrade.be] INFO: Extracting details for car 6925878auction106392
2026-03-27 21:52:52 [ecarstrade.be] INFO: Extracting details for car 6922764auction106392
2026-03-27 21:52:52 [ecarstrade.be] INFO: Extracting details for car 6926762auction106392
2026-03-27 21:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922755> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97bfb3bc-c321-5cec-9036-efadac4350bd with identifier: 6925878auction106392
2026-03-27 21:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97bfb3bc-c321-5cec-9036-efadac4350bd with scrape type 2
2026-03-27 21:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97bfb3bc-c321-5cec-9036-efadac4350bd with scrape type 2
2026-03-27 21:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97bfb3bc-c321-5cec-9036-efadac4350bd, identifier: 6925878auction106392
2026-03-27 21:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with identifier: 6922764auction106392
2026-03-27 21:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with scrape type 2
2026-03-27 21:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with scrape type 2
2026-03-27 21:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8, identifier: 6922764auction106392
2026-03-27 21:52:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 577dde57-5b65-5190-ab29-01909b732ee6 with identifier: 6926762auction106392
2026-03-27 21:52:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 577dde57-5b65-5190-ab29-01909b732ee6 with scrape type 2
2026-03-27 21:52:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 577dde57-5b65-5190-ab29-01909b732ee6 with scrape type 2
2026-03-27 21:52:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 577dde57-5b65-5190-ab29-01909b732ee6, identifier: 6926762auction106392
2026-03-27 21:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97bfb3bc-c321-5cec-9036-efadac4350bd with identifier: 6925878auction106392
2026-03-27 21:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97bfb3bc-c321-5cec-9036-efadac4350bd with identifier: 6925878auction106392
2026-03-27 21:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97bfb3bc-c321-5cec-9036-efadac4350bd with identifier: 6925878auction106392 to the API
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:52 [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 21:52:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6925878>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '97bfb3bc-c321-5cec-9036-efadac4350bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6925878',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 5500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925878auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:52 [ecarstrade.be] INFO: Saving data for 6925878auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677512.928666, 'last_price_update_time': 1774648372.768781}
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6925878auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with identifier: 6922764auction106392
2026-03-27 21:52:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with identifier: 6922764auction106392
2026-03-27 21:52:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8 with identifier: 6922764auction106392 to the API
2026-03-27 21:52:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:53 [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 21:52:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922764>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'f944c5dc-cd32-5b36-b7f9-b946cb1b1ec8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922764',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 27755,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 136 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (1.2L) e-DCS6',
'vin': None,
'year': 2024}
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922764auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:53 [ecarstrade.be] INFO: Saving data for 6922764auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773699916.093202, 'last_price_update_time': 1774648373.184109}
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922764auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 577dde57-5b65-5190-ab29-01909b732ee6 with identifier: 6926762auction106392
2026-03-27 21:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 577dde57-5b65-5190-ab29-01909b732ee6 with identifier: 6926762auction106392
2026-03-27 21:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 577dde57-5b65-5190-ab29-01909b732ee6 with identifier: 6926762auction106392 to the API
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:53 [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 21:52:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926762>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '577dde57-5b65-5190-ab29-01909b732ee6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926762',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 18716,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 3008 Hybrid 145 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926762auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:53 [ecarstrade.be] INFO: Saving data for 6926762auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677496.344265, 'last_price_update_time': 1774648373.550507}
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926762auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:53 [ecarstrade.be] INFO: Extracting details for car 6922755auction106392
2026-03-27 21:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d4aaa51-4a49-5b38-abf5-28153882d87d with identifier: 6922755auction106392
2026-03-27 21:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d4aaa51-4a49-5b38-abf5-28153882d87d with scrape type 2
2026-03-27 21:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d4aaa51-4a49-5b38-abf5-28153882d87d with scrape type 2
2026-03-27 21:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d4aaa51-4a49-5b38-abf5-28153882d87d, identifier: 6922755auction106392
2026-03-27 21:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d4aaa51-4a49-5b38-abf5-28153882d87d with identifier: 6922755auction106392
2026-03-27 21:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d4aaa51-4a49-5b38-abf5-28153882d87d with identifier: 6922755auction106392
2026-03-27 21:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d4aaa51-4a49-5b38-abf5-28153882d87d with identifier: 6922755auction106392 to the API
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:53 [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 21:52:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922755>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '3d4aaa51-4a49-5b38-abf5-28153882d87d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922755',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23309,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 3008 Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6',
'vin': None,
'year': 2024}
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922755auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:53 [ecarstrade.be] INFO: Saving data for 6922755auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772783291.037771, 'last_price_update_time': 1774648373.965682}
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922755auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6900495> (referer: https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:59 [ecarstrade.be] INFO: Extracting details for car 6900495auction106404
2026-03-27 21:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6929910> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with identifier: 6900495auction106404
2026-03-27 21:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with scrape type 2
2026-03-27 21:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with scrape type 2
2026-03-27 21:52:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4, identifier: 6900495auction106404
2026-03-27 21:52:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with identifier: 6900495auction106404
2026-03-27 21:52:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with identifier: 6900495auction106404
2026-03-27 21:52:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4 with identifier: 6900495auction106404 to the API
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%2724f9f1a3-aecb-54c5-bca4-0a847aaef0f4%27 HTTP/1.1" 200 None
2026-03-27 21:52:59 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 24f9f1a3-aecb-54c5-bca4-0a847aaef0f4: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Grey\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot 308 GT Hybrid 145 hp e-DSC6\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022308\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Petrol\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-12-08\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6900495\u0022, \u0022ExpirationDate\u0022: \u00222026-03-29T21:40:03Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022GT Hybrid 145 hp e-DSC6\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u002224f9f1a3-aecb-54c5-bca4-0a847aaef0f4\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Fri, 27 Mar 2026 21:52:58 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-27 21:52:59 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 21:52:59 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '24f9f1a3-aecb-54c5-bca4-0a847aaef0f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6900495',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 GT Hybrid 145 hp e-DSC6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 hp e-DSC6',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900495auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:52:59 [ecarstrade.be] INFO: Saving data for 6900495auction106404: {'auction_closing_time': 1774820403.0, 'created_time': 1772677730.194741, 'last_price_update_time': 1774648379.501365}
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900495auction106404') HTTP/1.1" 204 0
2026-03-27 21:52:59 [ecarstrade.be] INFO: Extracting details for car 6929910auction106392
2026-03-27 21:52:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b5bee5e-f00d-51ee-ba59-ca6a3b52d015 with identifier: 6929910auction106392
2026-03-27 21:52:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b5bee5e-f00d-51ee-ba59-ca6a3b52d015 with scrape type 2
2026-03-27 21:52:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b5bee5e-f00d-51ee-ba59-ca6a3b52d015 with scrape type 2
2026-03-27 21:52:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b5bee5e-f00d-51ee-ba59-ca6a3b52d015, identifier: 6929910auction106392
2026-03-27 21:52:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b5bee5e-f00d-51ee-ba59-ca6a3b52d015 with identifier: 6929910auction106392
2026-03-27 21:52:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b5bee5e-f00d-51ee-ba59-ca6a3b52d015 with identifier: 6929910auction106392
2026-03-27 21:52:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b5bee5e-f00d-51ee-ba59-ca6a3b52d015 with identifier: 6929910auction106392 to the API
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:52:59 [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 21:52:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6929910>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '6b5bee5e-f00d-51ee-ba59-ca6a3b52d015',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6929910',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 6650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929910auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:52:59 [ecarstrade.be] INFO: Saving data for 6929910auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677495.805866, 'last_price_update_time': 1774648379.938718}
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:52:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6929910auction106392') HTTP/1.1" 204 0
2026-03-27 21:52:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926766> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:00 [ecarstrade.be] INFO: Extracting details for car 6926766auction106392
2026-03-27 21:53:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0a6da16-a742-51eb-89b9-e95794688efb with identifier: 6926766auction106392
2026-03-27 21:53:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0a6da16-a742-51eb-89b9-e95794688efb with scrape type 2
2026-03-27 21:53:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0a6da16-a742-51eb-89b9-e95794688efb with scrape type 2
2026-03-27 21:53:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0a6da16-a742-51eb-89b9-e95794688efb, identifier: 6926766auction106392
2026-03-27 21:53:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0a6da16-a742-51eb-89b9-e95794688efb with identifier: 6926766auction106392
2026-03-27 21:53:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0a6da16-a742-51eb-89b9-e95794688efb with identifier: 6926766auction106392
2026-03-27 21:53:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0a6da16-a742-51eb-89b9-e95794688efb with identifier: 6926766auction106392 to the API
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:00 [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 21:53:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926766>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'b0a6da16-a742-51eb-89b9-e95794688efb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926766',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 42795,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926766auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Saving data for 6926766auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677497.530485, 'last_price_update_time': 1774648380.484728}
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926766auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6933847auction106392
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933847auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6933847auction106392: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6933850auction106392
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933850auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6933850auction106392: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6933851auction106392
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933851auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6933851auction106392: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934187auction106392
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934187auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6934187auction106392: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934192auction106392
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934192auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6934192auction106392: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934209auction106392
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934209auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6934209auction106392: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934218auction106404
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934218auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6934218auction106404: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934489auction106392
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934489auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6934489auction106392: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934724auction106404
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934724auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6934724auction106404: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934757auction106404
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934757auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6934757auction106404: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934758auction106404
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934758auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6934758auction106404: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934759auction106404
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934759auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:00 [ecarstrade.be] INFO: Scrape type for 6934759auction106404: 0
2026-03-27 21:53:00 [ecarstrade.be] INFO: Found listing with ID: 6934765auction106404
2026-03-27 21:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934765auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:01 [ecarstrade.be] INFO: Scrape type for 6934765auction106404: 0
2026-03-27 21:53:01 [ecarstrade.be] INFO: Found listing with ID: 6934766auction106404
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934766auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:01 [ecarstrade.be] INFO: Scrape type for 6934766auction106404: 0
2026-03-27 21:53:01 [ecarstrade.be] INFO: Found listing with ID: 6934767auction106404
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934767auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:01 [ecarstrade.be] INFO: Scrape type for 6934767auction106404: 0
2026-03-27 21:53:01 [ecarstrade.be] INFO: Found listing with ID: 6934768auction106404
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934768auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:01 [ecarstrade.be] INFO: Scrape type for 6934768auction106404: 0
2026-03-27 21:53:01 [ecarstrade.be] INFO: Found listing with ID: 6934769auction106404
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934769auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:01 [ecarstrade.be] INFO: Scrape type for 6934769auction106404: 0
2026-03-27 21:53:01 [ecarstrade.be] INFO: Found listing with ID: 6934770auction106404
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934770auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:01 [ecarstrade.be] INFO: Scrape type for 6934770auction106404: 0
2026-03-27 21:53:01 [ecarstrade.be] INFO: Found listing with ID: 6934771auction106404
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934771auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:01 [ecarstrade.be] INFO: Scrape type for 6934771auction106404: 0
2026-03-27 21:53:01 [ecarstrade.be] INFO: Found listing with ID: 6934772auction106404
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934772auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:01 [ecarstrade.be] INFO: Scrape type for 6934772auction106404: 0
2026-03-27 21:53:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6930607> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:01 [ecarstrade.be] INFO: Extracting details for car 6930607auction106392
2026-03-27 21:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9088ee29-32db-5a02-9992-08cd24e0d683 with identifier: 6930607auction106392
2026-03-27 21:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9088ee29-32db-5a02-9992-08cd24e0d683 with scrape type 2
2026-03-27 21:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9088ee29-32db-5a02-9992-08cd24e0d683 with scrape type 2
2026-03-27 21:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9088ee29-32db-5a02-9992-08cd24e0d683, identifier: 6930607auction106392
2026-03-27 21:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9088ee29-32db-5a02-9992-08cd24e0d683 with identifier: 6930607auction106392
2026-03-27 21:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9088ee29-32db-5a02-9992-08cd24e0d683 with identifier: 6930607auction106392
2026-03-27 21:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9088ee29-32db-5a02-9992-08cd24e0d683 with identifier: 6930607auction106392 to the API
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:01 [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 21:53:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6930607>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '9088ee29-32db-5a02-9992-08cd24e0d683',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6930607',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 20,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Active',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Active',
'vin': None,
'year': 2025}
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930607auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:01 [ecarstrade.be] INFO: Saving data for 6930607auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677595.475776, 'last_price_update_time': 1774648381.673857}
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6930607auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926763> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:01 [ecarstrade.be] INFO: Extracting details for car 6926763auction106392
2026-03-27 21:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9092222-0cc8-5ccb-ae10-9b052d4c4c78 with identifier: 6926763auction106392
2026-03-27 21:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9092222-0cc8-5ccb-ae10-9b052d4c4c78 with scrape type 2
2026-03-27 21:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9092222-0cc8-5ccb-ae10-9b052d4c4c78 with scrape type 2
2026-03-27 21:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9092222-0cc8-5ccb-ae10-9b052d4c4c78, identifier: 6926763auction106392
2026-03-27 21:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9092222-0cc8-5ccb-ae10-9b052d4c4c78 with identifier: 6926763auction106392
2026-03-27 21:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9092222-0cc8-5ccb-ae10-9b052d4c4c78 with identifier: 6926763auction106392
2026-03-27 21:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9092222-0cc8-5ccb-ae10-9b052d4c4c78 with identifier: 6926763auction106392 to the API
2026-03-27 21:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:02 [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 21:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926763>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'd9092222-0cc8-5ccb-ae10-9b052d4c4c78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926763',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 20317,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 145 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 (1.2L) e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 21:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926763auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:02 [ecarstrade.be] INFO: Saving data for 6926763auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772677496.977793, 'last_price_update_time': 1774648382.310176}
2026-03-27 21:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926763auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:06 [scrapy.extensions.logstats] INFO: Crawled 308 pages (at 27 pages/min), scraped 212 items (at 18 items/min)
2026-03-27 21:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page93?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:53:07 [ecarstrade.be] INFO: Found listing with ID: 6934773auction106404
2026-03-27 21:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934773auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:07 [ecarstrade.be] INFO: Scrape type for 6934773auction106404: 0
2026-03-27 21:53:07 [ecarstrade.be] INFO: Found listing with ID: 6934774auction106404
2026-03-27 21:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934774auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6934774auction106404: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6934775auction106404
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934775auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6934775auction106404: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6934776auction106404
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934776auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6934776auction106404: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6934777auction106404
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934777auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6934777auction106404: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6934778auction106404
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934778auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6934778auction106404: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6934779auction106404
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934779auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6934779auction106404: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6935202auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935202auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6935202auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6935205auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935205auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6935205auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6935207auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935207auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6935207auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6935211auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935211auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6935211auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6935224auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935224auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6935224auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6935232auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935232auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6935232auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6935260auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935260auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6935260auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6935823auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935823auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6935823auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6936283auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936283auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6936283auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6936597auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936597auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6936597auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6936599auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936599auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6936599auction106392: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6937336auction106404
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937336auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6937336auction106404: 0
2026-03-27 21:53:08 [ecarstrade.be] INFO: Found listing with ID: 6938572auction106392
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938572auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:08 [ecarstrade.be] INFO: Scrape type for 6938572auction106392: 0
2026-03-27 21:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page93?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:53:14 [ecarstrade.be] INFO: Found listing with ID: 6938589auction106392
2026-03-27 21:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938589auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:14 [ecarstrade.be] INFO: Scrape type for 6938589auction106392: 0
2026-03-27 21:53:14 [ecarstrade.be] INFO: Found listing with ID: 6940264auction106392
2026-03-27 21:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940264auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:14 [ecarstrade.be] INFO: Scrape type for 6940264auction106392: 0
2026-03-27 21:53:14 [ecarstrade.be] INFO: Found listing with ID: 6940266auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940266auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6940266auction106392: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6940279auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940279auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6940279auction106392: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6940280auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940280auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6940280auction106392: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6940801auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940801auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6940801auction106392: 2
2026-03-27 21:53:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6940804auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940804auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6940804auction106392: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6946077auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946077auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6946077auction106392: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6946078auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946078auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6946078auction106392: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6946689auction106404
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946689auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6946689auction106404: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6947849auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947849auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6947849auction106392: 2
2026-03-27 21:53:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6948151auction106404
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948151auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6948151auction106404: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6948152auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948152auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6948152auction106392: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6948153auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948153auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6948153auction106392: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6949420auction106392
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949420auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6949420auction106392: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6949422auction106404
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949422auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6949422auction106404: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6949423auction106404
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949423auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6949423auction106404: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6949424auction106404
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949424auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6949424auction106404: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6949425auction106404
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949425auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6949425auction106404: 0
2026-03-27 21:53:15 [ecarstrade.be] INFO: Found listing with ID: 6949426auction106404
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949426auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:15 [ecarstrade.be] INFO: Scrape type for 6949426auction106404: 0
2026-03-27 21:53:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page95?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6949427auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949427auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6949427auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6949428auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949428auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6949428auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6949429auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949429auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6949429auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6949430auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949430auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6949430auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6949431auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949431auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6949431auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6949432auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949432auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6949432auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6949433auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949433auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6949433auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6951693auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951693auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6951693auction106392: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6952008auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276952008auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6952008auction106392: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6953679auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953679auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6953679auction106392: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6953926auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953926auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6953926auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6953927auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953927auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6953927auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6953928auction106404
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953928auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6953928auction106404: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6954557auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276954557auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6954557auction106392: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6956362auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956362auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6956362auction106392: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6956364auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956364auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6956364auction106392: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6956366auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956366auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6956366auction106392: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6956816auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956816auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6956816auction106392: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6957053auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957053auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6957053auction106392: 0
2026-03-27 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 6957355auction106392
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957355auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:21 [ecarstrade.be] INFO: Scrape type for 6957355auction106392: 0
2026-03-27 21:53:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940801> (referer: https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:21 [ecarstrade.be] INFO: Extracting details for car 6940801auction106392
2026-03-27 21:53:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6940801auction106392
2026-03-27 21:53:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6115dbb-21f3-554f-a554-d5dc9c21dcfa with scrape type 2
2026-03-27 21:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6115dbb-21f3-554f-a554-d5dc9c21dcfa with scrape type 2
2026-03-27 21:53:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6115dbb-21f3-554f-a554-d5dc9c21dcfa, identifier: 6940801auction106392
2026-03-27 21:53:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6940801auction106392
2026-03-27 21:53:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6940801auction106392
2026-03-27 21:53:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6115dbb-21f3-554f-a554-d5dc9c21dcfa with identifier: 6940801auction106392 to the API
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:22 [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 21:53:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6940801>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': 'd6115dbb-21f3-554f-a554-d5dc9c21dcfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6940801',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 9,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh 50 kWh Electric',
'transmission': 'automatic',
'trim': 'e- Van 50 kWh 50 kWh Electric',
'vin': None,
'year': 2024}
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940801auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:22 [ecarstrade.be] INFO: Saving data for 6940801auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1772841026.749317, 'last_price_update_time': 1774648402.351329}
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940801auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6947849> (referer: https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:22 [ecarstrade.be] INFO: Extracting details for car 6947849auction106392
2026-03-27 21:53:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42086aad-5ca3-51c0-b6a3-a271cc44c97f with identifier: 6947849auction106392
2026-03-27 21:53:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42086aad-5ca3-51c0-b6a3-a271cc44c97f with scrape type 2
2026-03-27 21:53:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42086aad-5ca3-51c0-b6a3-a271cc44c97f with scrape type 2
2026-03-27 21:53:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42086aad-5ca3-51c0-b6a3-a271cc44c97f, identifier: 6947849auction106392
2026-03-27 21:53:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42086aad-5ca3-51c0-b6a3-a271cc44c97f with identifier: 6947849auction106392
2026-03-27 21:53:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42086aad-5ca3-51c0-b6a3-a271cc44c97f with identifier: 6947849auction106392
2026-03-27 21:53:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42086aad-5ca3-51c0-b6a3-a271cc44c97f with identifier: 6947849auction106392 to the API
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:22 [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 21:53:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6947849>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '42086aad-5ca3-51c0-b6a3-a271cc44c97f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6947849',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 19025,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947849auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:22 [ecarstrade.be] INFO: Saving data for 6947849auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773098721.046802, 'last_price_update_time': 1774648402.955526}
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6947849auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page96?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page95?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6957366auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957366auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6957366auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6957370auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957370auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6957370auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6957999auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957999auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6957999auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6959577auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959577auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6959577auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6961282auction106404
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961282auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6961282auction106404: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6961283auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961283auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6961283auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6961351auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961351auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6961351auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6961352auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961352auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6961352auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6961356auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961356auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6961356auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6961360auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961360auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6961360auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6961968auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961968auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6961968auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6961972auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961972auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6961972auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6963808auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963808auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6963808auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6963809auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963809auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6963809auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6963813auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963813auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6963813auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6964444auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964444auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6964444auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6964446auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964446auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6964446auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6965271auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965271auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6965271auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6965272auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965272auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6965272auction106392: 0
2026-03-27 21:53:29 [ecarstrade.be] INFO: Found listing with ID: 6965275auction106392
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965275auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:29 [ecarstrade.be] INFO: Scrape type for 6965275auction106392: 2
2026-03-27 21:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page96?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6966304auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966304auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:35 [ecarstrade.be] INFO: Scrape type for 6966304auction106392: 0
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6966306auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966306auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:35 [ecarstrade.be] INFO: Scrape type for 6966306auction106392: 0
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6966307auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966307auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:35 [ecarstrade.be] INFO: Scrape type for 6966307auction106392: 2
2026-03-27 21:53:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6967796auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276967796auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:35 [ecarstrade.be] INFO: Scrape type for 6967796auction106392: 2
2026-03-27 21:53:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6967798auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276967798auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:35 [ecarstrade.be] INFO: Scrape type for 6967798auction106392: 0
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6968334auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968334auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:35 [ecarstrade.be] INFO: Scrape type for 6968334auction106392: 2
2026-03-27 21:53:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6968336auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968336auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:35 [ecarstrade.be] INFO: Scrape type for 6968336auction106392: 2
2026-03-27 21:53:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6968337auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968337auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:35 [ecarstrade.be] INFO: Scrape type for 6968337auction106392: 2
2026-03-27 21:53:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6968338auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968338auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:35 [ecarstrade.be] INFO: Scrape type for 6968338auction106392: 2
2026-03-27 21:53:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:35 [ecarstrade.be] INFO: Found listing with ID: 6969302auction106392
2026-03-27 21:53:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969302auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6969302auction106392: 2
2026-03-27 21:53:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6969306auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969306auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6969306auction106392: 2
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6970598auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276970598auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6970598auction106392: 2
2026-03-27 21:53:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965275> (referer: https://ecarstrade.com/search/page96?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6971314auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971314auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6971314auction106392: 2
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6971316auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971316auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6971316auction106392: 2
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6971320auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971320auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6971320auction106392: 2
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6971321auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971321auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6971321auction106392: 2
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6972353auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972353auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6972353auction106392: 2
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6972447auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972447auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6972447auction106392: 0
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6972448auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972448auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6972448auction106392: 0
2026-03-27 21:53:36 [ecarstrade.be] INFO: Found listing with ID: 6972449auction106392
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972449auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Scrape type for 6972449auction106392: 0
2026-03-27 21:53:36 [ecarstrade.be] INFO: Extracting details for car 6965275auction106392
2026-03-27 21:53:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27bac416-ae03-55e8-bfb3-84ec3c9dbc8b with identifier: 6965275auction106392
2026-03-27 21:53:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27bac416-ae03-55e8-bfb3-84ec3c9dbc8b with scrape type 2
2026-03-27 21:53:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27bac416-ae03-55e8-bfb3-84ec3c9dbc8b with scrape type 2
2026-03-27 21:53:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27bac416-ae03-55e8-bfb3-84ec3c9dbc8b, identifier: 6965275auction106392
2026-03-27 21:53:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27bac416-ae03-55e8-bfb3-84ec3c9dbc8b with identifier: 6965275auction106392
2026-03-27 21:53:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27bac416-ae03-55e8-bfb3-84ec3c9dbc8b with identifier: 6965275auction106392
2026-03-27 21:53:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27bac416-ae03-55e8-bfb3-84ec3c9dbc8b with identifier: 6965275auction106392 to the API
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:36 [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 21:53:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965275>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '27bac416-ae03-55e8-bfb3-84ec3c9dbc8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965275',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 7169,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965275auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:36 [ecarstrade.be] INFO: Saving data for 6965275auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773453254.496796, 'last_price_update_time': 1774648416.737253}
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965275auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6972451auction106404
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972451auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6972451auction106404: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6972459auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972459auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6972459auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6972599auction106404
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972599auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6972599auction106404: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6972604auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972604auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6972604auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6972606auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972606auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6972606auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6972609auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972609auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6972609auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6972612auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972612auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6972612auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6972615auction106404
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972615auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6972615auction106404: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6972616auction106404
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972616auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6972616auction106404: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6973211auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973211auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6973211auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6973223auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973223auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6973223auction106392: 2
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6973508auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973508auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6973508auction106392: 2
2026-03-27 21:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968334> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6973965auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973965auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6973965auction106392: 2
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6975474auction106404
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276975474auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6975474auction106404: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6976161auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976161auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6976161auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6976215auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976215auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6976215auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6976216auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976216auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6976216auction106392: 2
2026-03-27 21:53:42 [ecarstrade.be] INFO: Extracting details for car 6968334auction106392
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6976217auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976217auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6976217auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6976218auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976218auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6976218auction106392: 0
2026-03-27 21:53:42 [ecarstrade.be] INFO: Found listing with ID: 6976609auction106392
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976609auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:42 [ecarstrade.be] INFO: Scrape type for 6976609auction106392: 2
2026-03-27 21:53:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50b31a6b-85f3-55b8-836e-859892bba65b with identifier: 6968334auction106392
2026-03-27 21:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50b31a6b-85f3-55b8-836e-859892bba65b with scrape type 2
2026-03-27 21:53:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50b31a6b-85f3-55b8-836e-859892bba65b with scrape type 2
2026-03-27 21:53:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50b31a6b-85f3-55b8-836e-859892bba65b, identifier: 6968334auction106392
2026-03-27 21:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50b31a6b-85f3-55b8-836e-859892bba65b with identifier: 6968334auction106392
2026-03-27 21:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50b31a6b-85f3-55b8-836e-859892bba65b with identifier: 6968334auction106392
2026-03-27 21:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50b31a6b-85f3-55b8-836e-859892bba65b with identifier: 6968334auction106392 to the API
2026-03-27 21:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:43 [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 21:53:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968334>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '50b31a6b-85f3-55b8-836e-859892bba65b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968334',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Seat',
'model': 'Arona',
'odometer': 3000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'Seat Arona 1.0 TSI 115 CH START/STOP BVM FR',
'transmission': 'manual',
'trim': '1.0 TSI 115 CH START/STOP BVM FR',
'vin': None,
'year': 2024}
2026-03-27 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968334auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:43 [ecarstrade.be] INFO: Saving data for 6968334auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773854131.369728, 'last_price_update_time': 1774648423.165663}
2026-03-27 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968334auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968338> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968336> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:43 [ecarstrade.be] INFO: Extracting details for car 6968338auction106392
2026-03-27 21:53:43 [ecarstrade.be] INFO: Extracting details for car 6968336auction106392
2026-03-27 21:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22e60161-9a98-56a8-8489-1b48b3255165 with identifier: 6968338auction106392
2026-03-27 21:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22e60161-9a98-56a8-8489-1b48b3255165 with scrape type 2
2026-03-27 21:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22e60161-9a98-56a8-8489-1b48b3255165 with scrape type 2
2026-03-27 21:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22e60161-9a98-56a8-8489-1b48b3255165, identifier: 6968338auction106392
2026-03-27 21:53:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 070de4d3-c4f3-523d-826a-f2456a098a50 with identifier: 6968336auction106392
2026-03-27 21:53:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 070de4d3-c4f3-523d-826a-f2456a098a50 with scrape type 2
2026-03-27 21:53:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 070de4d3-c4f3-523d-826a-f2456a098a50 with scrape type 2
2026-03-27 21:53:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 070de4d3-c4f3-523d-826a-f2456a098a50, identifier: 6968336auction106392
2026-03-27 21:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22e60161-9a98-56a8-8489-1b48b3255165 with identifier: 6968338auction106392
2026-03-27 21:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22e60161-9a98-56a8-8489-1b48b3255165 with identifier: 6968338auction106392
2026-03-27 21:53:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22e60161-9a98-56a8-8489-1b48b3255165 with identifier: 6968338auction106392 to the API
2026-03-27 21:53:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:43 [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 21:53:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968338>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '22e60161-9a98-56a8-8489-1b48b3255165',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968338',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 6,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-17',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumper L3 H2 110 kWh ë-Jumper (Electric) 110 kWh',
'transmission': 'automatic',
'trim': 'L3 H2 110 kWh ë- (Electric) 110 kWh',
'vin': None,
'year': 2024}
2026-03-27 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968338auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:43 [ecarstrade.be] INFO: Saving data for 6968338auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700148.325929, 'last_price_update_time': 1774648423.893505}
2026-03-27 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968338auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 070de4d3-c4f3-523d-826a-f2456a098a50 with identifier: 6968336auction106392
2026-03-27 21:53:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 070de4d3-c4f3-523d-826a-f2456a098a50 with identifier: 6968336auction106392
2026-03-27 21:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 070de4d3-c4f3-523d-826a-f2456a098a50 with identifier: 6968336auction106392 to the API
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:44 [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 21:53:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968336>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '070de4d3-c4f3-523d-826a-f2456a098a50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968336',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 14,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen Jumper L3 H2 (110 kWh) Electric (110 kWh battery)',
'transmission': 'automatic',
'trim': 'L3 H2 (110 kWh) Electric (110 kWh battery)',
'vin': None,
'year': 2024}
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968336auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:44 [ecarstrade.be] INFO: Saving data for 6968336auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700145.000523, 'last_price_update_time': 1774648424.192437}
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968336auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6969302> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6968337> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:44 [ecarstrade.be] INFO: Extracting details for car 6969302auction106392
2026-03-27 21:53:44 [ecarstrade.be] INFO: Extracting details for car 6968337auction106392
2026-03-27 21:53:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 764d9a8b-e221-5d8e-a115-5097719b8a88 with identifier: 6969302auction106392
2026-03-27 21:53:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 764d9a8b-e221-5d8e-a115-5097719b8a88 with scrape type 2
2026-03-27 21:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 764d9a8b-e221-5d8e-a115-5097719b8a88 with scrape type 2
2026-03-27 21:53:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 764d9a8b-e221-5d8e-a115-5097719b8a88, identifier: 6969302auction106392
2026-03-27 21:53:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d42640d4-5782-5aa3-af59-044951a18e3d with identifier: 6968337auction106392
2026-03-27 21:53:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d42640d4-5782-5aa3-af59-044951a18e3d with scrape type 2
2026-03-27 21:53:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d42640d4-5782-5aa3-af59-044951a18e3d with scrape type 2
2026-03-27 21:53:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d42640d4-5782-5aa3-af59-044951a18e3d, identifier: 6968337auction106392
2026-03-27 21:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 764d9a8b-e221-5d8e-a115-5097719b8a88 with identifier: 6969302auction106392
2026-03-27 21:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 764d9a8b-e221-5d8e-a115-5097719b8a88 with identifier: 6969302auction106392
2026-03-27 21:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 764d9a8b-e221-5d8e-a115-5097719b8a88 with identifier: 6969302auction106392 to the API
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:44 [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 21:53:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6969302>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '764d9a8b-e221-5d8e-a115-5097719b8a88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6969302',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 2224,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-07',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969302auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:44 [ecarstrade.be] INFO: Saving data for 6969302auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700150.503166, 'last_price_update_time': 1774648424.861479}
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6969302auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d42640d4-5782-5aa3-af59-044951a18e3d with identifier: 6968337auction106392
2026-03-27 21:53:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d42640d4-5782-5aa3-af59-044951a18e3d with identifier: 6968337auction106392
2026-03-27 21:53:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d42640d4-5782-5aa3-af59-044951a18e3d with identifier: 6968337auction106392 to the API
2026-03-27 21:53:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:45 [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 21:53:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6968337>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': 'd42640d4-5782-5aa3-af59-044951a18e3d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6968337',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 7,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-17',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen Jumper L3 H2 110 kWh Citroën ë-Jumper L3 H2 110 kWh *Rear '
'camera, Blind spot, ACC',
'transmission': 'automatic',
'trim': 'L3 H2 110 kWh Citroën ë- L3 H2 110 kWh *Rear camera, Blind spot, ACC',
'vin': None,
'year': 2024}
2026-03-27 21:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968337auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:45 [ecarstrade.be] INFO: Saving data for 6968337auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700148.010291, 'last_price_update_time': 1774648425.180997}
2026-03-27 21:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6968337auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6966307> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:48 [ecarstrade.be] INFO: Extracting details for car 6966307auction106392
2026-03-27 21:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dbbe829-e03a-5754-ba8c-b7b2fded9ed6 with identifier: 6966307auction106392
2026-03-27 21:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dbbe829-e03a-5754-ba8c-b7b2fded9ed6 with scrape type 2
2026-03-27 21:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dbbe829-e03a-5754-ba8c-b7b2fded9ed6 with scrape type 2
2026-03-27 21:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8dbbe829-e03a-5754-ba8c-b7b2fded9ed6, identifier: 6966307auction106392
2026-03-27 21:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8dbbe829-e03a-5754-ba8c-b7b2fded9ed6 with identifier: 6966307auction106392
2026-03-27 21:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8dbbe829-e03a-5754-ba8c-b7b2fded9ed6 with identifier: 6966307auction106392
2026-03-27 21:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8dbbe829-e03a-5754-ba8c-b7b2fded9ed6 with identifier: 6966307auction106392 to the API
2026-03-27 21:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:48 [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 21:53:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6966307>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '8dbbe829-e03a-5754-ba8c-b7b2fded9ed6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6966307',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23306,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 3008 Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 21:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966307auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:48 [ecarstrade.be] INFO: Saving data for 6966307auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773453260.470005, 'last_price_update_time': 1774648428.668819}
2026-03-27 21:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6966307auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6969306> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:48 [ecarstrade.be] INFO: Extracting details for car 6969306auction106392
2026-03-27 21:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93609080-c73c-5387-afb9-8cddd42a3cec with identifier: 6969306auction106392
2026-03-27 21:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93609080-c73c-5387-afb9-8cddd42a3cec with scrape type 2
2026-03-27 21:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93609080-c73c-5387-afb9-8cddd42a3cec with scrape type 2
2026-03-27 21:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93609080-c73c-5387-afb9-8cddd42a3cec, identifier: 6969306auction106392
2026-03-27 21:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93609080-c73c-5387-afb9-8cddd42a3cec with identifier: 6969306auction106392
2026-03-27 21:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93609080-c73c-5387-afb9-8cddd42a3cec with identifier: 6969306auction106392
2026-03-27 21:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93609080-c73c-5387-afb9-8cddd42a3cec with identifier: 6969306auction106392 to the API
2026-03-27 21:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:49 [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 21:53:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6969306>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '93609080-c73c-5387-afb9-8cddd42a3cec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6969306',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 9943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-07',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 52 kWh Citroën ë-Berlingo Van 52 kWh '
'*Facelift, Heat pump, Heated seats/steering wheel',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 52 kWh Citroën Van 52 kWh *Facelift, Heat pump, '
'Heated seats/steering wheel',
'vin': None,
'year': 2024}
2026-03-27 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969306auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:49 [ecarstrade.be] INFO: Saving data for 6969306auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700151.088853, 'last_price_update_time': 1774648429.190885}
2026-03-27 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6969306auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6970598> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:49 [ecarstrade.be] INFO: Extracting details for car 6970598auction106392
2026-03-27 21:53:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c712728-3759-5a3d-aa21-267a06b58d8f with identifier: 6970598auction106392
2026-03-27 21:53:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c712728-3759-5a3d-aa21-267a06b58d8f with scrape type 2
2026-03-27 21:53:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c712728-3759-5a3d-aa21-267a06b58d8f with scrape type 2
2026-03-27 21:53:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c712728-3759-5a3d-aa21-267a06b58d8f, identifier: 6970598auction106392
2026-03-27 21:53:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c712728-3759-5a3d-aa21-267a06b58d8f with identifier: 6970598auction106392
2026-03-27 21:53:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c712728-3759-5a3d-aa21-267a06b58d8f with identifier: 6970598auction106392
2026-03-27 21:53:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c712728-3759-5a3d-aa21-267a06b58d8f with identifier: 6970598auction106392 to the API
2026-03-27 21:53:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:49 [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 21:53:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6970598>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4c712728-3759-5a3d-aa21-267a06b58d8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6970598',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 3,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 180 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 180 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276970598auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:50 [ecarstrade.be] INFO: Saving data for 6970598auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700174.670179, 'last_price_update_time': 1774648430.1047}
2026-03-27 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970598auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6971316> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:51 [ecarstrade.be] INFO: Extracting details for car 6971316auction106392
2026-03-27 21:53:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b728a86f-efa0-574c-be6d-66baadcaeda6 with identifier: 6971316auction106392
2026-03-27 21:53:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b728a86f-efa0-574c-be6d-66baadcaeda6 with scrape type 2
2026-03-27 21:53:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b728a86f-efa0-574c-be6d-66baadcaeda6 with scrape type 2
2026-03-27 21:53:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b728a86f-efa0-574c-be6d-66baadcaeda6, identifier: 6971316auction106392
2026-03-27 21:53:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b728a86f-efa0-574c-be6d-66baadcaeda6 with identifier: 6971316auction106392
2026-03-27 21:53:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b728a86f-efa0-574c-be6d-66baadcaeda6 with identifier: 6971316auction106392
2026-03-27 21:53:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b728a86f-efa0-574c-be6d-66baadcaeda6 with identifier: 6971316auction106392 to the API
2026-03-27 21:53:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53: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 21:53:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6971316>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'b728a86f-efa0-574c-be6d-66baadcaeda6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6971316',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 19419,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971316auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:51 [ecarstrade.be] INFO: Saving data for 6971316auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700170.677488, 'last_price_update_time': 1774648431.534892}
2026-03-27 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971316auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6971321> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:52 [ecarstrade.be] INFO: Extracting details for car 6971321auction106392
2026-03-27 21:53:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6971320> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd129032-a8a4-564a-8aec-f33ff4313971 with identifier: 6971321auction106392
2026-03-27 21:53:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd129032-a8a4-564a-8aec-f33ff4313971 with scrape type 2
2026-03-27 21:53:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd129032-a8a4-564a-8aec-f33ff4313971 with scrape type 2
2026-03-27 21:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd129032-a8a4-564a-8aec-f33ff4313971, identifier: 6971321auction106392
2026-03-27 21:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd129032-a8a4-564a-8aec-f33ff4313971 with identifier: 6971321auction106392
2026-03-27 21:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd129032-a8a4-564a-8aec-f33ff4313971 with identifier: 6971321auction106392
2026-03-27 21:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd129032-a8a4-564a-8aec-f33ff4313971 with identifier: 6971321auction106392 to the API
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:52 [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 21:53:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6971321>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'bd129032-a8a4-564a-8aec-f33ff4313971',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6971321',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 14701,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971321auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:52 [ecarstrade.be] INFO: Saving data for 6971321auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700169.244992, 'last_price_update_time': 1774648432.430799}
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971321auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:52 [ecarstrade.be] INFO: Extracting details for car 6971320auction106392
2026-03-27 21:53:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a120c8a1-ff03-5747-bc38-2c7d22da1023 with identifier: 6971320auction106392
2026-03-27 21:53:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a120c8a1-ff03-5747-bc38-2c7d22da1023 with scrape type 2
2026-03-27 21:53:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a120c8a1-ff03-5747-bc38-2c7d22da1023 with scrape type 2
2026-03-27 21:53:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a120c8a1-ff03-5747-bc38-2c7d22da1023, identifier: 6971320auction106392
2026-03-27 21:53:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a120c8a1-ff03-5747-bc38-2c7d22da1023 with identifier: 6971320auction106392
2026-03-27 21:53:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a120c8a1-ff03-5747-bc38-2c7d22da1023 with identifier: 6971320auction106392
2026-03-27 21:53:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a120c8a1-ff03-5747-bc38-2c7d22da1023 with identifier: 6971320auction106392 to the API
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:52 [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 21:53:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6971320>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'a120c8a1-ff03-5747-bc38-2c7d22da1023',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6971320',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-10',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971320auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:52 [ecarstrade.be] INFO: Saving data for 6971320auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700166.994947, 'last_price_update_time': 1774648432.852198}
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971320auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972353> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:55 [ecarstrade.be] INFO: Extracting details for car 6972353auction106392
2026-03-27 21:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c614a27-1d93-50e5-b8ca-7f59d9cd70d4 with identifier: 6972353auction106392
2026-03-27 21:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c614a27-1d93-50e5-b8ca-7f59d9cd70d4 with scrape type 2
2026-03-27 21:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c614a27-1d93-50e5-b8ca-7f59d9cd70d4 with scrape type 2
2026-03-27 21:53:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c614a27-1d93-50e5-b8ca-7f59d9cd70d4, identifier: 6972353auction106392
2026-03-27 21:53:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c614a27-1d93-50e5-b8ca-7f59d9cd70d4 with identifier: 6972353auction106392
2026-03-27 21:53:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c614a27-1d93-50e5-b8ca-7f59d9cd70d4 with identifier: 6972353auction106392
2026-03-27 21:53:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c614a27-1d93-50e5-b8ca-7f59d9cd70d4 with identifier: 6972353auction106392 to the API
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:56 [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 21:53:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972353>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '3c614a27-1d93-50e5-b8ca-7f59d9cd70d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972353',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 19741,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972353auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:56 [ecarstrade.be] INFO: Saving data for 6972353auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773768058.300687, 'last_price_update_time': 1774648436.854033}
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972353auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973223> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:53:56 [ecarstrade.be] INFO: Found listing with ID: 6976611auction106392
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976611auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:56 [ecarstrade.be] INFO: Scrape type for 6976611auction106392: 2
2026-03-27 21:53:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:56 [ecarstrade.be] INFO: Found listing with ID: 6976612auction106404
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976612auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:56 [ecarstrade.be] INFO: Scrape type for 6976612auction106404: 0
2026-03-27 21:53:56 [ecarstrade.be] INFO: Found listing with ID: 6976613auction106404
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976613auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:56 [ecarstrade.be] INFO: Scrape type for 6976613auction106404: 0
2026-03-27 21:53:56 [ecarstrade.be] INFO: Found listing with ID: 6976614auction106404
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976614auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:56 [ecarstrade.be] INFO: Scrape type for 6976614auction106404: 0
2026-03-27 21:53:56 [ecarstrade.be] INFO: Found listing with ID: 6976615auction106404
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976615auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:56 [ecarstrade.be] INFO: Scrape type for 6976615auction106404: 2
2026-03-27 21:53:56 [ecarstrade.be] INFO: Extracting details for car 6973223auction106392
2026-03-27 21:53:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:57 [ecarstrade.be] INFO: Found listing with ID: 6976616auction106404
2026-03-27 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976616auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:57 [ecarstrade.be] INFO: Scrape type for 6976616auction106404: 0
2026-03-27 21:53:57 [ecarstrade.be] INFO: Found listing with ID: 6976617auction106404
2026-03-27 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976617auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:57 [ecarstrade.be] INFO: Scrape type for 6976617auction106404: 0
2026-03-27 21:53:57 [ecarstrade.be] INFO: Found listing with ID: 6976979auction106392
2026-03-27 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976979auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:57 [ecarstrade.be] INFO: Scrape type for 6976979auction106392: 2
2026-03-27 21:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 751d7dde-72fa-5ff7-8404-7a8b459e992a with identifier: 6973223auction106392
2026-03-27 21:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 751d7dde-72fa-5ff7-8404-7a8b459e992a with scrape type 2
2026-03-27 21:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 751d7dde-72fa-5ff7-8404-7a8b459e992a with scrape type 2
2026-03-27 21:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 751d7dde-72fa-5ff7-8404-7a8b459e992a, identifier: 6973223auction106392
2026-03-27 21:53:57 [ecarstrade.be] INFO: Found listing with ID: 6976980auction106392
2026-03-27 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976980auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:57 [ecarstrade.be] INFO: Scrape type for 6976980auction106392: 2
2026-03-27 21:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 751d7dde-72fa-5ff7-8404-7a8b459e992a with identifier: 6973223auction106392
2026-03-27 21:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 751d7dde-72fa-5ff7-8404-7a8b459e992a with identifier: 6973223auction106392
2026-03-27 21:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 751d7dde-72fa-5ff7-8404-7a8b459e992a with identifier: 6973223auction106392 to the API
2026-03-27 21:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53: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-03-27 21:53:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973223>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '751d7dde-72fa-5ff7-8404-7a8b459e992a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973223',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C5 X',
'odometer': 34252,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C5 X PureTech 130 EAT8 Plus',
'transmission': 'automatic',
'trim': 'PureTech 130 EAT8 Plus',
'vin': None,
'year': 2024}
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973223auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Saving data for 6973223auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773761843.25471, 'last_price_update_time': 1774648438.384746}
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973223auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6976982auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976982auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6976982auction106392: 2
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6976983auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976983auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6976983auction106392: 0
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6976984auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976984auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6976984auction106392: 2
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6976988auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976988auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6976988auction106392: 0
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6977661auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276977661auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6977661auction106392: 0
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6978907auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978907auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6978907auction106392: 0
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6979328auction106404
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979328auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6979328auction106404: 0
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6980215auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980215auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6980215auction106392: 0
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6980216auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980216auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6980216auction106392: 0
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6980217auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980217auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6980217auction106392: 0
2026-03-27 21:53:58 [ecarstrade.be] INFO: Found listing with ID: 6980218auction106392
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980218auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:58 [ecarstrade.be] INFO: Scrape type for 6980218auction106392: 0
2026-03-27 21:53:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976216> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:58 [ecarstrade.be] INFO: Extracting details for car 6976216auction106392
2026-03-27 21:53:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ff9423c-162e-54e8-9ff0-b7443512bf91 with identifier: 6976216auction106392
2026-03-27 21:53:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ff9423c-162e-54e8-9ff0-b7443512bf91 with scrape type 2
2026-03-27 21:53:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ff9423c-162e-54e8-9ff0-b7443512bf91 with scrape type 2
2026-03-27 21:53:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ff9423c-162e-54e8-9ff0-b7443512bf91, identifier: 6976216auction106392
2026-03-27 21:53:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ff9423c-162e-54e8-9ff0-b7443512bf91 with identifier: 6976216auction106392
2026-03-27 21:53:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ff9423c-162e-54e8-9ff0-b7443512bf91 with identifier: 6976216auction106392
2026-03-27 21:53:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ff9423c-162e-54e8-9ff0-b7443512bf91 with identifier: 6976216auction106392 to the API
2026-03-27 21:53:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:53:59 [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 21:53:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976216>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '0ff9423c-162e-54e8-9ff0-b7443512bf91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976216',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Electric 50 kWh (WLTP range ~256 km)',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh Electric 50 kWh (WLTP range ~256 km)',
'vin': None,
'year': 2024}
2026-03-27 21:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976216auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:53:59 [ecarstrade.be] INFO: Saving data for 6976216auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773854183.348675, 'last_price_update_time': 1774648439.150014}
2026-03-27 21:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976216auction106392') HTTP/1.1" 204 0
2026-03-27 21:53:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973508> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976609> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:53:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:53:59 [ecarstrade.be] INFO: Extracting details for car 6973508auction106392
2026-03-27 21:53:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b596c321-2c32-5ded-b7ff-6dcfafdb7a72 with identifier: 6973508auction106392
2026-03-27 21:53:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b596c321-2c32-5ded-b7ff-6dcfafdb7a72 with scrape type 2
2026-03-27 21:53:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b596c321-2c32-5ded-b7ff-6dcfafdb7a72 with scrape type 2
2026-03-27 21:53:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b596c321-2c32-5ded-b7ff-6dcfafdb7a72, identifier: 6973508auction106392
2026-03-27 21:53:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b596c321-2c32-5ded-b7ff-6dcfafdb7a72 with identifier: 6973508auction106392
2026-03-27 21:53:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b596c321-2c32-5ded-b7ff-6dcfafdb7a72 with identifier: 6973508auction106392
2026-03-27 21:53:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b596c321-2c32-5ded-b7ff-6dcfafdb7a72 with identifier: 6973508auction106392 to the API
2026-03-27 21:53:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:00 [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 21:54:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973508>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'b596c321-2c32-5ded-b7ff-6dcfafdb7a72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973508',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 6190,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973508auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:00 [ecarstrade.be] INFO: Saving data for 6973508auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773761982.386023, 'last_price_update_time': 1774648440.376241}
2026-03-27 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973508auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:00 [ecarstrade.be] INFO: Extracting details for car 6976609auction106392
2026-03-27 21:54:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe570eca-26a0-5a81-ad24-75a723f39f88 with identifier: 6976609auction106392
2026-03-27 21:54:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe570eca-26a0-5a81-ad24-75a723f39f88 with scrape type 2
2026-03-27 21:54:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe570eca-26a0-5a81-ad24-75a723f39f88 with scrape type 2
2026-03-27 21:54:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe570eca-26a0-5a81-ad24-75a723f39f88, identifier: 6976609auction106392
2026-03-27 21:54:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe570eca-26a0-5a81-ad24-75a723f39f88 with identifier: 6976609auction106392
2026-03-27 21:54:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe570eca-26a0-5a81-ad24-75a723f39f88 with identifier: 6976609auction106392
2026-03-27 21:54:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe570eca-26a0-5a81-ad24-75a723f39f88 with identifier: 6976609auction106392 to the API
2026-03-27 21:54:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:00 [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 21:54:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976609>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'fe570eca-26a0-5a81-ad24-75a723f39f88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976609',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 7843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-03',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976609auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:00 [ecarstrade.be] INFO: Saving data for 6976609auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773854165.85412, 'last_price_update_time': 1774648440.836593}
2026-03-27 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976609auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973965> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:02 [ecarstrade.be] INFO: Extracting details for car 6973965auction106392
2026-03-27 21:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d02211ef-f75b-5ade-881d-2f80e39a37c3 with identifier: 6973965auction106392
2026-03-27 21:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d02211ef-f75b-5ade-881d-2f80e39a37c3 with scrape type 2
2026-03-27 21:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d02211ef-f75b-5ade-881d-2f80e39a37c3 with scrape type 2
2026-03-27 21:54:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d02211ef-f75b-5ade-881d-2f80e39a37c3, identifier: 6973965auction106392
2026-03-27 21:54:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d02211ef-f75b-5ade-881d-2f80e39a37c3 with identifier: 6973965auction106392
2026-03-27 21:54:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d02211ef-f75b-5ade-881d-2f80e39a37c3 with identifier: 6973965auction106392
2026-03-27 21:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d02211ef-f75b-5ade-881d-2f80e39a37c3 with identifier: 6973965auction106392 to the API
2026-03-27 21:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:03 [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 21:54:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973965>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'd02211ef-f75b-5ade-881d-2f80e39a37c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973965',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 19033,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-27',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Cross Opera',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Cross Opera',
'vin': None,
'year': 2023}
2026-03-27 21:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973965auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:03 [ecarstrade.be] INFO: Saving data for 6973965auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773761841.431539, 'last_price_update_time': 1774648443.229047}
2026-03-27 21:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973965auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980343auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980343auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980343auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980344auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980344auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980344auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980345auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980345auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980345auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980346auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980346auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980346auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980348auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980348auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980348auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980351auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980351auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980351auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980352auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980352auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980352auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980353auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980353auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980353auction106392: 2
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980354auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980354auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980354auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980355auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980355auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980355auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980356auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980356auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980356auction106392: 2
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980357auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980357auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980357auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980358auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980358auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980358auction106392: 2
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980359auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980359auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980359auction106392: 2
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980361auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980361auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980361auction106392: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980362auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980362auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980362auction106392: 2
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980364auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980364auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980364auction106392: 2
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980581auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980581auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980581auction106392: 2
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6980787auction106404
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980787auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6980787auction106404: 0
2026-03-27 21:54:04 [ecarstrade.be] INFO: Found listing with ID: 6982830auction106392
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982830auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:04 [ecarstrade.be] INFO: Scrape type for 6982830auction106392: 2
2026-03-27 21:54:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976615> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:05 [ecarstrade.be] INFO: Extracting details for car 6976615auction106404
2026-03-27 21:54:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6976615auction106404
2026-03-27 21:54:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with scrape type 2
2026-03-27 21:54:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with scrape type 2
2026-03-27 21:54:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9, identifier: 6976615auction106404
2026-03-27 21:54:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6976615auction106404
2026-03-27 21:54:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6976615auction106404
2026-03-27 21:54:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9 with identifier: 6976615auction106404 to the API
2026-03-27 21:54:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-27 21:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9%27 HTTP/1.1" 200 None
2026-03-27 21:54:07 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Blue\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot E-408 GT 58 kWh Electric 214 hp Auto\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u0022e-408\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Electric\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-10-28\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6976615\u0022, \u0022ExpirationDate\u0022: \u00222026-03-29T21:40:03Z\u0022, \u0022Location\u0022: \u0022Belgium - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022E-408 GT 58 kWh Electric 214 hp Auto\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u0022bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Fri, 27 Mar 2026 21:54:06 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-27 21:54:07 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 21:54:07 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': 'bb44fa3e-3e8e-5a8d-b33e-73cb9ff058a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976615',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': 'e-408',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot E-408 GT 58 kWh Electric 214 hp Auto',
'transmission': 'automatic',
'trim': 'E-408 GT 58 kWh Electric 214 hp Auto',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 21:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976615auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:54:07 [ecarstrade.be] INFO: Saving data for 6976615auction106404: {'auction_closing_time': 1774820403.0, 'created_time': 1773854219.836447, 'last_price_update_time': 1774648447.350814}
2026-03-27 21:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976615auction106404') HTTP/1.1" 204 0
2026-03-27 21:54:07 [scrapy.extensions.logstats] INFO: Crawled 337 pages (at 29 pages/min), scraped 232 items (at 20 items/min)
2026-03-27 21:54:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976980> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976979> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:07 [ecarstrade.be] INFO: Extracting details for car 6976980auction106392
2026-03-27 21:54:07 [ecarstrade.be] INFO: Extracting details for car 6976979auction106392
2026-03-27 21:54:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41b98699-b5e3-55a2-a158-0cb6690c54d7 with identifier: 6976980auction106392
2026-03-27 21:54:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41b98699-b5e3-55a2-a158-0cb6690c54d7 with scrape type 2
2026-03-27 21:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41b98699-b5e3-55a2-a158-0cb6690c54d7 with scrape type 2
2026-03-27 21:54:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41b98699-b5e3-55a2-a158-0cb6690c54d7, identifier: 6976980auction106392
2026-03-27 21:54:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58d7b918-a5c3-5e0d-9cbc-07e5363f3085 with identifier: 6976979auction106392
2026-03-27 21:54:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58d7b918-a5c3-5e0d-9cbc-07e5363f3085 with scrape type 2
2026-03-27 21:54:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58d7b918-a5c3-5e0d-9cbc-07e5363f3085 with scrape type 2
2026-03-27 21:54:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 58d7b918-a5c3-5e0d-9cbc-07e5363f3085, identifier: 6976979auction106392
2026-03-27 21:54:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41b98699-b5e3-55a2-a158-0cb6690c54d7 with identifier: 6976980auction106392
2026-03-27 21:54:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41b98699-b5e3-55a2-a158-0cb6690c54d7 with identifier: 6976980auction106392
2026-03-27 21:54:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41b98699-b5e3-55a2-a158-0cb6690c54d7 with identifier: 6976980auction106392 to the API
2026-03-27 21:54:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:07 [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 21:54:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976980>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '41b98699-b5e3-55a2-a158-0cb6690c54d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976980',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 33841,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Esprit Alpine E-Tech full hybrid 145 ch',
'transmission': 'automatic',
'trim': 'Esprit Alpine E-Tech full hybrid 145 ch',
'vin': None,
'year': 2025}
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976980auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:08 [ecarstrade.be] INFO: Saving data for 6976980auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773854195.180549, 'last_price_update_time': 1774648448.115542}
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976980auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 58d7b918-a5c3-5e0d-9cbc-07e5363f3085 with identifier: 6976979auction106392
2026-03-27 21:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 58d7b918-a5c3-5e0d-9cbc-07e5363f3085 with identifier: 6976979auction106392
2026-03-27 21:54:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 58d7b918-a5c3-5e0d-9cbc-07e5363f3085 with identifier: 6976979auction106392 to the API
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:08 [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 21:54:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976979>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '58d7b918-a5c3-5e0d-9cbc-07e5363f3085',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976979',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 16719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Techno 1.0L TCe 90 (999cc) gasoline',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90 (999cc) gasoline',
'vin': None,
'year': 2025}
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976979auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:08 [ecarstrade.be] INFO: Saving data for 6976979auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773854197.09098, 'last_price_update_time': 1774648448.445422}
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976979auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976611> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:08 [ecarstrade.be] INFO: Extracting details for car 6976611auction106392
2026-03-27 21:54:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cf26f0e-60c4-5914-9e92-c7f76d940f87 with identifier: 6976611auction106392
2026-03-27 21:54:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cf26f0e-60c4-5914-9e92-c7f76d940f87 with scrape type 2
2026-03-27 21:54:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cf26f0e-60c4-5914-9e92-c7f76d940f87 with scrape type 2
2026-03-27 21:54:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cf26f0e-60c4-5914-9e92-c7f76d940f87, identifier: 6976611auction106392
2026-03-27 21:54:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cf26f0e-60c4-5914-9e92-c7f76d940f87 with identifier: 6976611auction106392
2026-03-27 21:54:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cf26f0e-60c4-5914-9e92-c7f76d940f87 with identifier: 6976611auction106392
2026-03-27 21:54:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cf26f0e-60c4-5914-9e92-c7f76d940f87 with identifier: 6976611auction106392 to the API
2026-03-27 21:54:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:09 [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 21:54:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976611>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '7cf26f0e-60c4-5914-9e92-c7f76d940f87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976611',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 16170,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976611auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:09 [ecarstrade.be] INFO: Saving data for 6976611auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773854165.364455, 'last_price_update_time': 1774648449.867137}
2026-03-27 21:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976611auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976982> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:09 [ecarstrade.be] INFO: Extracting details for car 6976982auction106392
2026-03-27 21:54:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec1d0bbb-7869-580d-9ff1-292d0b7ea4f9 with identifier: 6976982auction106392
2026-03-27 21:54:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec1d0bbb-7869-580d-9ff1-292d0b7ea4f9 with scrape type 2
2026-03-27 21:54:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec1d0bbb-7869-580d-9ff1-292d0b7ea4f9 with scrape type 2
2026-03-27 21:54:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec1d0bbb-7869-580d-9ff1-292d0b7ea4f9, identifier: 6976982auction106392
2026-03-27 21:54:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec1d0bbb-7869-580d-9ff1-292d0b7ea4f9 with identifier: 6976982auction106392
2026-03-27 21:54:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec1d0bbb-7869-580d-9ff1-292d0b7ea4f9 with identifier: 6976982auction106392
2026-03-27 21:54:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec1d0bbb-7869-580d-9ff1-292d0b7ea4f9 with identifier: 6976982auction106392 to the API
2026-03-27 21:54:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:10 [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 21:54:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976982>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'ec1d0bbb-7869-580d-9ff1-292d0b7ea4f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976982',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 34842,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Esprit Alpine E-Tech full hybrid 145 ch (1.6L)',
'transmission': 'automatic',
'trim': 'Esprit Alpine E-Tech full hybrid 145 ch (1.6L)',
'vin': None,
'year': 2025}
2026-03-27 21:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976982auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:10 [ecarstrade.be] INFO: Saving data for 6976982auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773854196.01401, 'last_price_update_time': 1774648450.396239}
2026-03-27 21:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976982auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976984> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:12 [ecarstrade.be] INFO: Extracting details for car 6976984auction106392
2026-03-27 21:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68d96280-9718-58c8-9252-817fce3492df with identifier: 6976984auction106392
2026-03-27 21:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68d96280-9718-58c8-9252-817fce3492df with scrape type 2
2026-03-27 21:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68d96280-9718-58c8-9252-817fce3492df with scrape type 2
2026-03-27 21:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68d96280-9718-58c8-9252-817fce3492df, identifier: 6976984auction106392
2026-03-27 21:54:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68d96280-9718-58c8-9252-817fce3492df with identifier: 6976984auction106392
2026-03-27 21:54:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68d96280-9718-58c8-9252-817fce3492df with identifier: 6976984auction106392
2026-03-27 21:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68d96280-9718-58c8-9252-817fce3492df with identifier: 6976984auction106392 to the API
2026-03-27 21:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:12 [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 21:54:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976984>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '68d96280-9718-58c8-9252-817fce3492df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976984',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 16249,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Techno 0.999L TCe (Turbo) 90 hp',
'transmission': 'manual',
'trim': 'Techno 0.999L TCe (Turbo) 90 hp',
'vin': None,
'year': 2025}
2026-03-27 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976984auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:12 [ecarstrade.be] INFO: Saving data for 6976984auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773854164.596384, 'last_price_update_time': 1774648452.544872}
2026-03-27 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976984auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6982839auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982839auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6982839auction106392: 2
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6984003auction106404
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984003auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6984003auction106404: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6984004auction106404
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984004auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6984004auction106404: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6984005auction106404
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984005auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6984005auction106404: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6984792auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984792auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6984792auction106392: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6985928auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985928auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6985928auction106392: 2
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6985932auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985932auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6985932auction106392: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6985934auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985934auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6985934auction106392: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6985936auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985936auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6985936auction106392: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6988951auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988951auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6988951auction106392: 2
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6988952auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988952auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6988952auction106392: 2
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6988954auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988954auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6988954auction106392: 2
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6988955auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988955auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6988955auction106392: 2
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6990654auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990654auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6990654auction106392: 2
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6991220auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991220auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6991220auction106392: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6991771auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991771auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6991771auction106392: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6993025auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993025auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6993025auction106392: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6993026auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993026auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6993026auction106392: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6993027auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993027auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6993027auction106392: 0
2026-03-27 21:54:13 [ecarstrade.be] INFO: Found listing with ID: 6993029auction106392
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993029auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:13 [ecarstrade.be] INFO: Scrape type for 6993029auction106392: 0
2026-03-27 21:54:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980353> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:14 [ecarstrade.be] INFO: Extracting details for car 6980353auction106392
2026-03-27 21:54:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6980353auction106392
2026-03-27 21:54:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with scrape type 2
2026-03-27 21:54:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with scrape type 2
2026-03-27 21:54:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85ca132e-06ca-5f39-977c-d2c31e13d2f4, identifier: 6980353auction106392
2026-03-27 21:54:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6980353auction106392
2026-03-27 21:54:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6980353auction106392
2026-03-27 21:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6980353auction106392 to the API
2026-03-27 21:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:16 [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 21:54:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980353>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '85ca132e-06ca-5f39-977c-d2c31e13d2f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980353',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 9,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Electric 50 kWh',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh Electric 50 kWh',
'vin': None,
'year': 2024}
2026-03-27 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980353auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:16 [ecarstrade.be] INFO: Saving data for 6980353auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773959289.698678, 'last_price_update_time': 1774648456.13913}
2026-03-27 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980353auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980358> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:16 [ecarstrade.be] INFO: Extracting details for car 6980358auction106392
2026-03-27 21:54:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1253f33b-c7d0-572b-b4a8-9e7ab29f4682 with identifier: 6980358auction106392
2026-03-27 21:54:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1253f33b-c7d0-572b-b4a8-9e7ab29f4682 with scrape type 2
2026-03-27 21:54:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1253f33b-c7d0-572b-b4a8-9e7ab29f4682 with scrape type 2
2026-03-27 21:54:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1253f33b-c7d0-572b-b4a8-9e7ab29f4682, identifier: 6980358auction106392
2026-03-27 21:54:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1253f33b-c7d0-572b-b4a8-9e7ab29f4682 with identifier: 6980358auction106392
2026-03-27 21:54:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1253f33b-c7d0-572b-b4a8-9e7ab29f4682 with identifier: 6980358auction106392
2026-03-27 21:54:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1253f33b-c7d0-572b-b4a8-9e7ab29f4682 with identifier: 6980358auction106392 to the API
2026-03-27 21:54:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:16 [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 21:54:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980358>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '1253f33b-c7d0-572b-b4a8-9e7ab29f4682',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980358',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 54,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Electric 50 kWh',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh Electric 50 kWh',
'vin': None,
'year': 2024}
2026-03-27 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980358auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:16 [ecarstrade.be] INFO: Saving data for 6980358auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773959454.951536, 'last_price_update_time': 1774648456.770944}
2026-03-27 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980358auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980356> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980359> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:16 [ecarstrade.be] INFO: Extracting details for car 6980356auction106392
2026-03-27 21:54:16 [ecarstrade.be] INFO: Extracting details for car 6980359auction106392
2026-03-27 21:54:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b222c99b-cfa2-5f04-82df-4afea7b3d968 with identifier: 6980356auction106392
2026-03-27 21:54:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b222c99b-cfa2-5f04-82df-4afea7b3d968 with scrape type 2
2026-03-27 21:54:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b222c99b-cfa2-5f04-82df-4afea7b3d968 with scrape type 2
2026-03-27 21:54:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b222c99b-cfa2-5f04-82df-4afea7b3d968, identifier: 6980356auction106392
2026-03-27 21:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5790c9f0-c7dc-5aa1-8384-3808b03e2e9d with identifier: 6980359auction106392
2026-03-27 21:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5790c9f0-c7dc-5aa1-8384-3808b03e2e9d with scrape type 2
2026-03-27 21:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5790c9f0-c7dc-5aa1-8384-3808b03e2e9d with scrape type 2
2026-03-27 21:54:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5790c9f0-c7dc-5aa1-8384-3808b03e2e9d, identifier: 6980359auction106392
2026-03-27 21:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b222c99b-cfa2-5f04-82df-4afea7b3d968 with identifier: 6980356auction106392
2026-03-27 21:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b222c99b-cfa2-5f04-82df-4afea7b3d968 with identifier: 6980356auction106392
2026-03-27 21:54:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b222c99b-cfa2-5f04-82df-4afea7b3d968 with identifier: 6980356auction106392 to the API
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:17 [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 21:54:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980356>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': 'b222c99b-cfa2-5f04-82df-4afea7b3d968',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980356',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 5,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 2,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Electric 50 kWh',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh Electric 50 kWh',
'vin': None,
'year': 2024}
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980356auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:17 [ecarstrade.be] INFO: Saving data for 6980356auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773959288.270786, 'last_price_update_time': 1774648457.417484}
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980356auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5790c9f0-c7dc-5aa1-8384-3808b03e2e9d with identifier: 6980359auction106392
2026-03-27 21:54:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5790c9f0-c7dc-5aa1-8384-3808b03e2e9d with identifier: 6980359auction106392
2026-03-27 21:54:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5790c9f0-c7dc-5aa1-8384-3808b03e2e9d with identifier: 6980359auction106392 to the API
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:17 [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 21:54:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980359>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '5790c9f0-c7dc-5aa1-8384-3808b03e2e9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980359',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 7,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Electric 50 kWh (101 kW)',
'transmission': 'automatic',
'trim': 'e- Van 50 kWh Electric 50 kWh (101 kW)',
'vin': None,
'year': 2024}
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980359auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:17 [ecarstrade.be] INFO: Saving data for 6980359auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773959449.036526, 'last_price_update_time': 1774648457.729373}
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980359auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980362> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:17 [ecarstrade.be] INFO: Extracting details for car 6980362auction106392
2026-03-27 21:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 865b4518-7c65-54eb-919e-5f5372152876 with identifier: 6980362auction106392
2026-03-27 21:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 865b4518-7c65-54eb-919e-5f5372152876 with scrape type 2
2026-03-27 21:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 865b4518-7c65-54eb-919e-5f5372152876 with scrape type 2
2026-03-27 21:54:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 865b4518-7c65-54eb-919e-5f5372152876, identifier: 6980362auction106392
2026-03-27 21:54:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 865b4518-7c65-54eb-919e-5f5372152876 with identifier: 6980362auction106392
2026-03-27 21:54:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 865b4518-7c65-54eb-919e-5f5372152876 with identifier: 6980362auction106392
2026-03-27 21:54:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 865b4518-7c65-54eb-919e-5f5372152876 with identifier: 6980362auction106392 to the API
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:18 [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 21:54:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980362>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '865b4518-7c65-54eb-919e-5f5372152876',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980362',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 19249,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'Cupra Formentor 1.4 e-HYBRID 204 ch DSG6 Business Edition',
'transmission': 'automatic',
'trim': '1.4 e-HYBRID 204 ch DSG6 Business Edition',
'vin': None,
'year': 2023}
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980362auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:18 [ecarstrade.be] INFO: Saving data for 6980362auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773959470.083211, 'last_price_update_time': 1774648458.31127}
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980362auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6971314> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:18 [ecarstrade.be] INFO: Extracting details for car 6971314auction106392
2026-03-27 21:54:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74f8a9d0-9fba-5dce-86eb-054caf6d2ba7 with identifier: 6971314auction106392
2026-03-27 21:54:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74f8a9d0-9fba-5dce-86eb-054caf6d2ba7 with scrape type 2
2026-03-27 21:54:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74f8a9d0-9fba-5dce-86eb-054caf6d2ba7 with scrape type 2
2026-03-27 21:54:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 74f8a9d0-9fba-5dce-86eb-054caf6d2ba7, identifier: 6971314auction106392
2026-03-27 21:54:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 74f8a9d0-9fba-5dce-86eb-054caf6d2ba7 with identifier: 6971314auction106392
2026-03-27 21:54:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 74f8a9d0-9fba-5dce-86eb-054caf6d2ba7 with identifier: 6971314auction106392
2026-03-27 21:54:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 74f8a9d0-9fba-5dce-86eb-054caf6d2ba7 with identifier: 6971314auction106392 to the API
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:18 [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 21:54:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6971314>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '74f8a9d0-9fba-5dce-86eb-054caf6d2ba7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6971314',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4637,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971314auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:18 [ecarstrade.be] INFO: Saving data for 6971314auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700169.682062, 'last_price_update_time': 1774648458.835115}
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971314auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6967796> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:18 [ecarstrade.be] INFO: Extracting details for car 6967796auction106392
2026-03-27 21:54:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73cdf3bb-f3e1-568f-823b-364d3adc178a with identifier: 6967796auction106392
2026-03-27 21:54:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73cdf3bb-f3e1-568f-823b-364d3adc178a with scrape type 2
2026-03-27 21:54:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73cdf3bb-f3e1-568f-823b-364d3adc178a with scrape type 2
2026-03-27 21:54:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73cdf3bb-f3e1-568f-823b-364d3adc178a, identifier: 6967796auction106392
2026-03-27 21:54:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73cdf3bb-f3e1-568f-823b-364d3adc178a with identifier: 6967796auction106392
2026-03-27 21:54:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73cdf3bb-f3e1-568f-823b-364d3adc178a with identifier: 6967796auction106392
2026-03-27 21:54:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73cdf3bb-f3e1-568f-823b-364d3adc178a with identifier: 6967796auction106392 to the API
2026-03-27 21:54:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:19 [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 21:54:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6967796>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '73cdf3bb-f3e1-568f-823b-364d3adc178a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6967796',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 19245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276967796auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:19 [ecarstrade.be] INFO: Saving data for 6967796auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773700141.946146, 'last_price_update_time': 1774648459.371916}
2026-03-27 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6967796auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980364> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:19 [ecarstrade.be] INFO: Extracting details for car 6980364auction106392
2026-03-27 21:54:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d189eb1a-3a05-554e-9ec2-e54389fee350 with identifier: 6980364auction106392
2026-03-27 21:54:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d189eb1a-3a05-554e-9ec2-e54389fee350 with scrape type 2
2026-03-27 21:54:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d189eb1a-3a05-554e-9ec2-e54389fee350 with scrape type 2
2026-03-27 21:54:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d189eb1a-3a05-554e-9ec2-e54389fee350, identifier: 6980364auction106392
2026-03-27 21:54:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d189eb1a-3a05-554e-9ec2-e54389fee350 with identifier: 6980364auction106392
2026-03-27 21:54:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d189eb1a-3a05-554e-9ec2-e54389fee350 with identifier: 6980364auction106392
2026-03-27 21:54:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d189eb1a-3a05-554e-9ec2-e54389fee350 with identifier: 6980364auction106392 to the API
2026-03-27 21:54:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:20 [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 21:54:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980364>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'd189eb1a-3a05-554e-9ec2-e54389fee350',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980364',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 11778,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980364auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:20 [ecarstrade.be] INFO: Saving data for 6980364auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773959549.385789, 'last_price_update_time': 1774648460.269447}
2026-03-27 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980364auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980581> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:21 [ecarstrade.be] INFO: Extracting details for car 6980581auction106392
2026-03-27 21:54:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cd44bc6-9a1b-59ed-9ef7-fe57879ce40d with identifier: 6980581auction106392
2026-03-27 21:54:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cd44bc6-9a1b-59ed-9ef7-fe57879ce40d with scrape type 2
2026-03-27 21:54:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cd44bc6-9a1b-59ed-9ef7-fe57879ce40d with scrape type 2
2026-03-27 21:54:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0cd44bc6-9a1b-59ed-9ef7-fe57879ce40d, identifier: 6980581auction106392
2026-03-27 21:54:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0cd44bc6-9a1b-59ed-9ef7-fe57879ce40d with identifier: 6980581auction106392
2026-03-27 21:54:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0cd44bc6-9a1b-59ed-9ef7-fe57879ce40d with identifier: 6980581auction106392
2026-03-27 21:54:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0cd44bc6-9a1b-59ed-9ef7-fe57879ce40d with identifier: 6980581auction106392 to the API
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:22 [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 21:54:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980581>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '0cd44bc6-9a1b-59ed-9ef7-fe57879ce40d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980581',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Clio TCe 140 RS Line',
'transmission': 'manual',
'trim': 'TCe 140 RS Line',
'vin': None,
'year': 2023}
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980581auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:22 [ecarstrade.be] INFO: Saving data for 6980581auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773959550.065428, 'last_price_update_time': 1774648462.367381}
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980581auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982830> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:22 [ecarstrade.be] INFO: Extracting details for car 6982830auction106392
2026-03-27 21:54:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0c37eae-2c76-5eb5-97ee-e0b1a557ad59 with identifier: 6982830auction106392
2026-03-27 21:54:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c37eae-2c76-5eb5-97ee-e0b1a557ad59 with scrape type 2
2026-03-27 21:54:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0c37eae-2c76-5eb5-97ee-e0b1a557ad59 with scrape type 2
2026-03-27 21:54:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0c37eae-2c76-5eb5-97ee-e0b1a557ad59, identifier: 6982830auction106392
2026-03-27 21:54:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0c37eae-2c76-5eb5-97ee-e0b1a557ad59 with identifier: 6982830auction106392
2026-03-27 21:54:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0c37eae-2c76-5eb5-97ee-e0b1a557ad59 with identifier: 6982830auction106392
2026-03-27 21:54:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0c37eae-2c76-5eb5-97ee-e0b1a557ad59 with identifier: 6982830auction106392 to the API
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:22 [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 21:54:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982830>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'e0c37eae-2c76-5eb5-97ee-e0b1a557ad59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982830',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 8756,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982830auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:22 [ecarstrade.be] INFO: Saving data for 6982830auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773959288.69696, 'last_price_update_time': 1774648462.873202}
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982830auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6993030auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993030auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6993030auction106392: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6993031auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993031auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6993031auction106392: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6993032auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993032auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6993032auction106392: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6993743auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993743auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6993743auction106392: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6993745auction106404
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993745auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6993745auction106404: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6994241auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994241auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6994241auction106392: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6994873auction106404
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994873auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6994873auction106404: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6995245auction106404
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995245auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6995245auction106404: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6995496auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995496auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6995496auction106392: 2
2026-03-27 21:54:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6995498auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995498auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6995498auction106392: 2
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6995500auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995500auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6995500auction106392: 2
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6995810auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995810auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6995810auction106392: 2
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6995811auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995811auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6995811auction106392: 2
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6997367auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997367auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6997367auction106392: 2
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6997369auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997369auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6997369auction106392: 2
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6997380auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997380auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6997380auction106392: 2
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6997381auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997381auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6997381auction106392: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6997383auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997383auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6997383auction106392: 2
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6998338auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998338auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6998338auction106392: 0
2026-03-27 21:54:23 [ecarstrade.be] INFO: Found listing with ID: 6998339auction106392
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998339auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:23 [ecarstrade.be] INFO: Scrape type for 6998339auction106392: 0
2026-03-27 21:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988951> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:25 [ecarstrade.be] INFO: Extracting details for car 6988951auction106392
2026-03-27 21:54:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39da9138-68ee-5870-9535-8ba345a61133 with identifier: 6988951auction106392
2026-03-27 21:54:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39da9138-68ee-5870-9535-8ba345a61133 with scrape type 2
2026-03-27 21:54:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39da9138-68ee-5870-9535-8ba345a61133 with scrape type 2
2026-03-27 21:54:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39da9138-68ee-5870-9535-8ba345a61133, identifier: 6988951auction106392
2026-03-27 21:54:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39da9138-68ee-5870-9535-8ba345a61133 with identifier: 6988951auction106392
2026-03-27 21:54:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39da9138-68ee-5870-9535-8ba345a61133 with identifier: 6988951auction106392
2026-03-27 21:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39da9138-68ee-5870-9535-8ba345a61133 with identifier: 6988951auction106392 to the API
2026-03-27 21:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:25 [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 21:54:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988951>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '39da9138-68ee-5870-9535-8ba345a61133',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988951',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 13362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-02',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-27 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988951auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:25 [ecarstrade.be] INFO: Saving data for 6988951auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774043003.715871, 'last_price_update_time': 1774648465.444006}
2026-03-27 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988951auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988952> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:25 [ecarstrade.be] INFO: Extracting details for car 6988952auction106392
2026-03-27 21:54:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59bf3e40-c140-5fea-84da-b1ea1d495f67 with identifier: 6988952auction106392
2026-03-27 21:54:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59bf3e40-c140-5fea-84da-b1ea1d495f67 with scrape type 2
2026-03-27 21:54:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59bf3e40-c140-5fea-84da-b1ea1d495f67 with scrape type 2
2026-03-27 21:54:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59bf3e40-c140-5fea-84da-b1ea1d495f67, identifier: 6988952auction106392
2026-03-27 21:54:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59bf3e40-c140-5fea-84da-b1ea1d495f67 with identifier: 6988952auction106392
2026-03-27 21:54:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59bf3e40-c140-5fea-84da-b1ea1d495f67 with identifier: 6988952auction106392
2026-03-27 21:54:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59bf3e40-c140-5fea-84da-b1ea1d495f67 with identifier: 6988952auction106392 to the API
2026-03-27 21:54:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:25 [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 21:54:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988952>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '59bf3e40-c140-5fea-84da-b1ea1d495f67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988952',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 16032,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988952auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:26 [ecarstrade.be] INFO: Saving data for 6988952auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774043012.15666, 'last_price_update_time': 1774648466.045534}
2026-03-27 21:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988952auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982839> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:26 [ecarstrade.be] INFO: Extracting details for car 6982839auction106392
2026-03-27 21:54:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05e7ac89-0ebc-5d4d-bd6d-f7b13b48d7fc with identifier: 6982839auction106392
2026-03-27 21:54:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05e7ac89-0ebc-5d4d-bd6d-f7b13b48d7fc with scrape type 2
2026-03-27 21:54:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05e7ac89-0ebc-5d4d-bd6d-f7b13b48d7fc with scrape type 2
2026-03-27 21:54:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05e7ac89-0ebc-5d4d-bd6d-f7b13b48d7fc, identifier: 6982839auction106392
2026-03-27 21:54:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05e7ac89-0ebc-5d4d-bd6d-f7b13b48d7fc with identifier: 6982839auction106392
2026-03-27 21:54:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05e7ac89-0ebc-5d4d-bd6d-f7b13b48d7fc with identifier: 6982839auction106392
2026-03-27 21:54:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05e7ac89-0ebc-5d4d-bd6d-f7b13b48d7fc with identifier: 6982839auction106392 to the API
2026-03-27 21:54:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:26 [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 21:54:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982839>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '05e7ac89-0ebc-5d4d-bd6d-f7b13b48d7fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982839',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 26872,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'Cupra Formentor 1.4 e-HYBRID 204 ch DSG6 V',
'transmission': 'automatic',
'trim': '1.4 e-HYBRID 204 ch DSG6 V',
'vin': None,
'year': 2023}
2026-03-27 21:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982839auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:26 [ecarstrade.be] INFO: Saving data for 6982839auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1773959289.301458, 'last_price_update_time': 1774648466.564567}
2026-03-27 21:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982839auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6985928> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988954> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:27 [ecarstrade.be] INFO: Extracting details for car 6985928auction106392
2026-03-27 21:54:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef47059f-3c3a-5a74-81f4-73be1ae6658d with identifier: 6985928auction106392
2026-03-27 21:54:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef47059f-3c3a-5a74-81f4-73be1ae6658d with scrape type 2
2026-03-27 21:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef47059f-3c3a-5a74-81f4-73be1ae6658d with scrape type 2
2026-03-27 21:54:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef47059f-3c3a-5a74-81f4-73be1ae6658d, identifier: 6985928auction106392
2026-03-27 21:54:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef47059f-3c3a-5a74-81f4-73be1ae6658d with identifier: 6985928auction106392
2026-03-27 21:54:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef47059f-3c3a-5a74-81f4-73be1ae6658d with identifier: 6985928auction106392
2026-03-27 21:54:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef47059f-3c3a-5a74-81f4-73be1ae6658d with identifier: 6985928auction106392 to the API
2026-03-27 21:54:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:27 [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 21:54:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6985928>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'ef47059f-3c3a-5a74-81f4-73be1ae6658d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6985928',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 22730,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Plus 1.2L PureTech 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus 1.2L PureTech 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-27 21:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985928auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:27 [ecarstrade.be] INFO: Saving data for 6985928auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774017541.888701, 'last_price_update_time': 1774648467.868746}
2026-03-27 21:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985928auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:27 [ecarstrade.be] INFO: Extracting details for car 6988954auction106392
2026-03-27 21:54:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5492b6b6-52ee-57bd-b18c-bf2c8d4d3f3a with identifier: 6988954auction106392
2026-03-27 21:54:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5492b6b6-52ee-57bd-b18c-bf2c8d4d3f3a with scrape type 2
2026-03-27 21:54:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5492b6b6-52ee-57bd-b18c-bf2c8d4d3f3a with scrape type 2
2026-03-27 21:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5492b6b6-52ee-57bd-b18c-bf2c8d4d3f3a, identifier: 6988954auction106392
2026-03-27 21:54:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5492b6b6-52ee-57bd-b18c-bf2c8d4d3f3a with identifier: 6988954auction106392
2026-03-27 21:54:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5492b6b6-52ee-57bd-b18c-bf2c8d4d3f3a with identifier: 6988954auction106392
2026-03-27 21:54:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5492b6b6-52ee-57bd-b18c-bf2c8d4d3f3a with identifier: 6988954auction106392 to the API
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:28 [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 21:54:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988954>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '5492b6b6-52ee-57bd-b18c-bf2c8d4d3f3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988954',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS3',
'odometer': 7100,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'transmission': 'manual',
'trim': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'vin': None,
'year': 2024}
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988954auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:28 [ecarstrade.be] INFO: Saving data for 6988954auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774043012.634993, 'last_price_update_time': 1774648468.289478}
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988954auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990654> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:28 [ecarstrade.be] INFO: Extracting details for car 6990654auction106392
2026-03-27 21:54:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68740345-bec2-508c-8ecd-ba153bb872fa with identifier: 6990654auction106392
2026-03-27 21:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68740345-bec2-508c-8ecd-ba153bb872fa with scrape type 2
2026-03-27 21:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68740345-bec2-508c-8ecd-ba153bb872fa with scrape type 2
2026-03-27 21:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68740345-bec2-508c-8ecd-ba153bb872fa, identifier: 6990654auction106392
2026-03-27 21:54:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68740345-bec2-508c-8ecd-ba153bb872fa with identifier: 6990654auction106392
2026-03-27 21:54:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68740345-bec2-508c-8ecd-ba153bb872fa with identifier: 6990654auction106392
2026-03-27 21:54:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68740345-bec2-508c-8ecd-ba153bb872fa with identifier: 6990654auction106392 to the API
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:28 [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 21:54:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990654>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '68740345-bec2-508c-8ecd-ba153bb872fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990654',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 11914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-10',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990654auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:28 [ecarstrade.be] INFO: Saving data for 6990654auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774145509.219578, 'last_price_update_time': 1774648468.834203}
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990654auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999053auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999053auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999053auction106392: 2
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999054auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999054auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999054auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999055auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999055auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999055auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999150auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999150auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999150auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999151auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999151auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999151auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999152auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999152auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999152auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999153auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999153auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999153auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999154auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999154auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999154auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999155auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999155auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999155auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999156auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999156auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999156auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999157auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999157auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:29 [ecarstrade.be] INFO: Scrape type for 6999157auction106392: 0
2026-03-27 21:54:29 [ecarstrade.be] INFO: Found listing with ID: 6999158auction106392
2026-03-27 21:54:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999158auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Scrape type for 6999158auction106392: 2
2026-03-27 21:54:30 [ecarstrade.be] INFO: Found listing with ID: 6999159auction106392
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999159auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Scrape type for 6999159auction106392: 0
2026-03-27 21:54:30 [ecarstrade.be] INFO: Found listing with ID: 6999160auction106392
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999160auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Scrape type for 6999160auction106392: 0
2026-03-27 21:54:30 [ecarstrade.be] INFO: Found listing with ID: 6999162auction106392
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999162auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Scrape type for 6999162auction106392: 0
2026-03-27 21:54:30 [ecarstrade.be] INFO: Found listing with ID: 6999163auction106392
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999163auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Scrape type for 6999163auction106392: 0
2026-03-27 21:54:30 [ecarstrade.be] INFO: Found listing with ID: 6999164auction106392
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999164auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Scrape type for 6999164auction106392: 2
2026-03-27 21:54:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988955> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:30 [ecarstrade.be] INFO: Found listing with ID: 6999165auction106392
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999165auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Scrape type for 6999165auction106392: 0
2026-03-27 21:54:30 [ecarstrade.be] INFO: Found listing with ID: 6999166auction106392
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999166auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Scrape type for 6999166auction106392: 0
2026-03-27 21:54:30 [ecarstrade.be] INFO: Found listing with ID: 6999167auction106392
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999167auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Scrape type for 6999167auction106392: 0
2026-03-27 21:54:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:30 [ecarstrade.be] INFO: Extracting details for car 6988955auction106392
2026-03-27 21:54:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95922ea7-6e6b-597d-865e-c2082703bc1c with identifier: 6988955auction106392
2026-03-27 21:54:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95922ea7-6e6b-597d-865e-c2082703bc1c with scrape type 2
2026-03-27 21:54:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95922ea7-6e6b-597d-865e-c2082703bc1c with scrape type 2
2026-03-27 21:54:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95922ea7-6e6b-597d-865e-c2082703bc1c, identifier: 6988955auction106392
2026-03-27 21:54:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95922ea7-6e6b-597d-865e-c2082703bc1c with identifier: 6988955auction106392
2026-03-27 21:54:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95922ea7-6e6b-597d-865e-c2082703bc1c with identifier: 6988955auction106392
2026-03-27 21:54:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95922ea7-6e6b-597d-865e-c2082703bc1c with identifier: 6988955auction106392 to the API
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:30 [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 21:54:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988955>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '95922ea7-6e6b-597d-865e-c2082703bc1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988955',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 19727,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988955auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:30 [ecarstrade.be] INFO: Saving data for 6988955auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774043011.819227, 'last_price_update_time': 1774648470.597315}
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988955auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995498> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995496> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:32 [ecarstrade.be] INFO: Extracting details for car 6995498auction106392
2026-03-27 21:54:32 [ecarstrade.be] INFO: Extracting details for car 6995496auction106392
2026-03-27 21:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e154d9b-0695-5dd2-90d2-87921e0beba4 with identifier: 6995498auction106392
2026-03-27 21:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e154d9b-0695-5dd2-90d2-87921e0beba4 with scrape type 2
2026-03-27 21:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e154d9b-0695-5dd2-90d2-87921e0beba4 with scrape type 2
2026-03-27 21:54:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e154d9b-0695-5dd2-90d2-87921e0beba4, identifier: 6995498auction106392
2026-03-27 21:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1591fbf9-3261-51fe-8a5f-893fc76ea16f with identifier: 6995496auction106392
2026-03-27 21:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1591fbf9-3261-51fe-8a5f-893fc76ea16f with scrape type 2
2026-03-27 21:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1591fbf9-3261-51fe-8a5f-893fc76ea16f with scrape type 2
2026-03-27 21:54:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1591fbf9-3261-51fe-8a5f-893fc76ea16f, identifier: 6995496auction106392
2026-03-27 21:54:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e154d9b-0695-5dd2-90d2-87921e0beba4 with identifier: 6995498auction106392
2026-03-27 21:54:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e154d9b-0695-5dd2-90d2-87921e0beba4 with identifier: 6995498auction106392
2026-03-27 21:54:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e154d9b-0695-5dd2-90d2-87921e0beba4 with identifier: 6995498auction106392 to the API
2026-03-27 21:54:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:33 [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 21:54:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995498>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '3e154d9b-0695-5dd2-90d2-87921e0beba4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995498',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4634,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995498auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:33 [ecarstrade.be] INFO: Saving data for 6995498auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774365126.033473, 'last_price_update_time': 1774648473.378447}
2026-03-27 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995498auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1591fbf9-3261-51fe-8a5f-893fc76ea16f with identifier: 6995496auction106392
2026-03-27 21:54:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1591fbf9-3261-51fe-8a5f-893fc76ea16f with identifier: 6995496auction106392
2026-03-27 21:54:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1591fbf9-3261-51fe-8a5f-893fc76ea16f with identifier: 6995496auction106392 to the API
2026-03-27 21:54:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:34 [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 21:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995496>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '1591fbf9-3261-51fe-8a5f-893fc76ea16f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995496',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 12357,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-03',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995496auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:34 [ecarstrade.be] INFO: Saving data for 6995496auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774365103.169112, 'last_price_update_time': 1774648474.37277}
2026-03-27 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995496auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995500> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:34 [ecarstrade.be] INFO: Extracting details for car 6995500auction106392
2026-03-27 21:54:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995810> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ecc322f-1d33-56ef-b6ad-bb6d185a4a2e with identifier: 6995500auction106392
2026-03-27 21:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ecc322f-1d33-56ef-b6ad-bb6d185a4a2e with scrape type 2
2026-03-27 21:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ecc322f-1d33-56ef-b6ad-bb6d185a4a2e with scrape type 2
2026-03-27 21:54:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ecc322f-1d33-56ef-b6ad-bb6d185a4a2e, identifier: 6995500auction106392
2026-03-27 21:54:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ecc322f-1d33-56ef-b6ad-bb6d185a4a2e with identifier: 6995500auction106392
2026-03-27 21:54:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ecc322f-1d33-56ef-b6ad-bb6d185a4a2e with identifier: 6995500auction106392
2026-03-27 21:54:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ecc322f-1d33-56ef-b6ad-bb6d185a4a2e with identifier: 6995500auction106392 to the API
2026-03-27 21:54:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:34 [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 21:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995500>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '9ecc322f-1d33-56ef-b6ad-bb6d185a4a2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995500',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 20210,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995500auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:34 [ecarstrade.be] INFO: Saving data for 6995500auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774365100.379066, 'last_price_update_time': 1774648474.895103}
2026-03-27 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995500auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:34 [ecarstrade.be] INFO: Extracting details for car 6995810auction106392
2026-03-27 21:54:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca074e18-1a49-57df-a207-fe3e839fb756 with identifier: 6995810auction106392
2026-03-27 21:54:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca074e18-1a49-57df-a207-fe3e839fb756 with scrape type 2
2026-03-27 21:54:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca074e18-1a49-57df-a207-fe3e839fb756 with scrape type 2
2026-03-27 21:54:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca074e18-1a49-57df-a207-fe3e839fb756, identifier: 6995810auction106392
2026-03-27 21:54:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca074e18-1a49-57df-a207-fe3e839fb756 with identifier: 6995810auction106392
2026-03-27 21:54:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca074e18-1a49-57df-a207-fe3e839fb756 with identifier: 6995810auction106392
2026-03-27 21:54:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca074e18-1a49-57df-a207-fe3e839fb756 with identifier: 6995810auction106392 to the API
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:35 [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 21:54:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995810>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'ca074e18-1a49-57df-a207-fe3e839fb756',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995810',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-02',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995810auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:35 [ecarstrade.be] INFO: Saving data for 6995810auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774365099.94905, 'last_price_update_time': 1774648475.301299}
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995810auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997367> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:35 [ecarstrade.be] INFO: Extracting details for car 6997367auction106392
2026-03-27 21:54:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 835fe07b-427c-54e1-835c-fcab5155a394 with identifier: 6997367auction106392
2026-03-27 21:54:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 835fe07b-427c-54e1-835c-fcab5155a394 with scrape type 2
2026-03-27 21:54:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 835fe07b-427c-54e1-835c-fcab5155a394 with scrape type 2
2026-03-27 21:54:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 835fe07b-427c-54e1-835c-fcab5155a394, identifier: 6997367auction106392
2026-03-27 21:54:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 835fe07b-427c-54e1-835c-fcab5155a394 with identifier: 6997367auction106392
2026-03-27 21:54:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 835fe07b-427c-54e1-835c-fcab5155a394 with identifier: 6997367auction106392
2026-03-27 21:54:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 835fe07b-427c-54e1-835c-fcab5155a394 with identifier: 6997367auction106392 to the API
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:35 [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 21:54:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997367>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '835fe07b-427c-54e1-835c-fcab5155a394',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997367',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 23001,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-22',
'seats_number': 5,
'seller_name': None,
'title': 'Cupra Formentor 1.4 E-HYBRID 245 CH DSG6 VZ',
'transmission': 'automatic',
'trim': '1.4 E-HYBRID 245 CH DSG6 VZ',
'vin': None,
'year': 2023}
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997367auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:35 [ecarstrade.be] INFO: Saving data for 6997367auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774365097.696085, 'last_price_update_time': 1774648475.843087}
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997367auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997369> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:36 [ecarstrade.be] INFO: Extracting details for car 6997369auction106392
2026-03-27 21:54:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55945196-59a5-50bd-b360-48720de27883 with identifier: 6997369auction106392
2026-03-27 21:54:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55945196-59a5-50bd-b360-48720de27883 with scrape type 2
2026-03-27 21:54:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55945196-59a5-50bd-b360-48720de27883 with scrape type 2
2026-03-27 21:54:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55945196-59a5-50bd-b360-48720de27883, identifier: 6997369auction106392
2026-03-27 21:54:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55945196-59a5-50bd-b360-48720de27883 with identifier: 6997369auction106392
2026-03-27 21:54:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55945196-59a5-50bd-b360-48720de27883 with identifier: 6997369auction106392
2026-03-27 21:54:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55945196-59a5-50bd-b360-48720de27883 with identifier: 6997369auction106392 to the API
2026-03-27 21:54:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:37 [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 21:54:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997369>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '55945196-59a5-50bd-b360-48720de27883',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997369',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 34093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-04',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997369auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:37 [ecarstrade.be] INFO: Saving data for 6997369auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774365096.576648, 'last_price_update_time': 1774648477.401731}
2026-03-27 21:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997369auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997380> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:38 [ecarstrade.be] INFO: Extracting details for car 6997380auction106392
2026-03-27 21:54:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15ae2fdc-5c6b-5f18-a844-462dd72aff4d with identifier: 6997380auction106392
2026-03-27 21:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15ae2fdc-5c6b-5f18-a844-462dd72aff4d with scrape type 2
2026-03-27 21:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15ae2fdc-5c6b-5f18-a844-462dd72aff4d with scrape type 2
2026-03-27 21:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15ae2fdc-5c6b-5f18-a844-462dd72aff4d, identifier: 6997380auction106392
2026-03-27 21:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15ae2fdc-5c6b-5f18-a844-462dd72aff4d with identifier: 6997380auction106392
2026-03-27 21:54:38 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15ae2fdc-5c6b-5f18-a844-462dd72aff4d with identifier: 6997380auction106392
2026-03-27 21:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15ae2fdc-5c6b-5f18-a844-462dd72aff4d with identifier: 6997380auction106392 to the API
2026-03-27 21:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:38 [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 21:54:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997380>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '15ae2fdc-5c6b-5f18-a844-462dd72aff4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997380',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 12794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 PureTech 100 S&S BVM6 Active',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Active',
'vin': None,
'year': 2024}
2026-03-27 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997380auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:38 [ecarstrade.be] INFO: Saving data for 6997380auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774365128.459354, 'last_price_update_time': 1774648478.440774}
2026-03-27 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997380auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999168auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999168auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999168auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999170auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999170auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999170auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999172auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999172auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999172auction106392: 2
2026-03-27 21:54:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999173auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999173auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999173auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999174auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999174auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999174auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999176auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999176auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999176auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999178auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999178auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999178auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999179auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999179auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999179auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999180auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999180auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999180auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999182auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999182auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999182auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999183auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999183auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999183auction106392: 2
2026-03-27 21:54:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999184auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999184auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999184auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999185auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999185auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999185auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999186auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999186auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999186auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999187auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999187auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999187auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999188auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999188auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999188auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999191auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999191auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999191auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999192auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999192auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999192auction106392: 0
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999193auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999193auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999193auction106392: 2
2026-03-27 21:54:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:40 [ecarstrade.be] INFO: Found listing with ID: 6999194auction106392
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999194auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:40 [ecarstrade.be] INFO: Scrape type for 6999194auction106392: 0
2026-03-27 21:54:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997383> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:41 [ecarstrade.be] INFO: Extracting details for car 6997383auction106392
2026-03-27 21:54:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a826bca4-11aa-59ee-baa1-c72e2202b51b with identifier: 6997383auction106392
2026-03-27 21:54:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a826bca4-11aa-59ee-baa1-c72e2202b51b with scrape type 2
2026-03-27 21:54:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a826bca4-11aa-59ee-baa1-c72e2202b51b with scrape type 2
2026-03-27 21:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a826bca4-11aa-59ee-baa1-c72e2202b51b, identifier: 6997383auction106392
2026-03-27 21:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a826bca4-11aa-59ee-baa1-c72e2202b51b with identifier: 6997383auction106392
2026-03-27 21:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a826bca4-11aa-59ee-baa1-c72e2202b51b with identifier: 6997383auction106392
2026-03-27 21:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a826bca4-11aa-59ee-baa1-c72e2202b51b with identifier: 6997383auction106392 to the API
2026-03-27 21:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:41 [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 21:54:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997383>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'a826bca4-11aa-59ee-baa1-c72e2202b51b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997383',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 2557,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Rivoli',
'vin': None,
'year': 2023}
2026-03-27 21:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997383auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:41 [ecarstrade.be] INFO: Saving data for 6997383auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774365103.837062, 'last_price_update_time': 1774648481.75421}
2026-03-27 21:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997383auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999158> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:41 [ecarstrade.be] INFO: Extracting details for car 6999158auction106392
2026-03-27 21:54:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with identifier: 6999158auction106392
2026-03-27 21:54:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with scrape type 2
2026-03-27 21:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with scrape type 2
2026-03-27 21:54:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b, identifier: 6999158auction106392
2026-03-27 21:54:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with identifier: 6999158auction106392
2026-03-27 21:54:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with identifier: 6999158auction106392
2026-03-27 21:54:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f22bdbf-5fe2-5bda-8295-c67e2c781e3b with identifier: 6999158auction106392 to the API
2026-03-27 21:54:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:42 [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 21:54:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999158>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '2f22bdbf-5fe2-5bda-8295-c67e2c781e3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999158',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23776,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-27 21:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999158auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:42 [ecarstrade.be] INFO: Saving data for 6999158auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774389920.619491, 'last_price_update_time': 1774648482.396504}
2026-03-27 21:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999158auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999053> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:42 [ecarstrade.be] INFO: Extracting details for car 6999053auction106392
2026-03-27 21:54:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 942a290e-8c7b-5a12-91c7-9a8ec7880975 with identifier: 6999053auction106392
2026-03-27 21:54:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 942a290e-8c7b-5a12-91c7-9a8ec7880975 with scrape type 2
2026-03-27 21:54:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 942a290e-8c7b-5a12-91c7-9a8ec7880975 with scrape type 2
2026-03-27 21:54:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 942a290e-8c7b-5a12-91c7-9a8ec7880975, identifier: 6999053auction106392
2026-03-27 21:54:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 942a290e-8c7b-5a12-91c7-9a8ec7880975 with identifier: 6999053auction106392
2026-03-27 21:54:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 942a290e-8c7b-5a12-91c7-9a8ec7880975 with identifier: 6999053auction106392
2026-03-27 21:54:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 942a290e-8c7b-5a12-91c7-9a8ec7880975 with identifier: 6999053auction106392 to the API
2026-03-27 21:54:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:43 [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 21:54:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999053>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '942a290e-8c7b-5a12-91c7-9a8ec7880975',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999053',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 3902,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max Hybrid 145 hp e-DCS6 (1.2L)',
'transmission': 'automatic',
'trim': 'Max Hybrid 145 hp e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-27 21:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999053auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:43 [ecarstrade.be] INFO: Saving data for 6999053auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774389951.269155, 'last_price_update_time': 1774648483.148709}
2026-03-27 21:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999053auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999172> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:47 [ecarstrade.be] INFO: Extracting details for car 6999172auction106392
2026-03-27 21:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f01ac8ef-9a65-531f-aedd-f8b1a1ffe03d with identifier: 6999172auction106392
2026-03-27 21:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f01ac8ef-9a65-531f-aedd-f8b1a1ffe03d with scrape type 2
2026-03-27 21:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f01ac8ef-9a65-531f-aedd-f8b1a1ffe03d with scrape type 2
2026-03-27 21:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f01ac8ef-9a65-531f-aedd-f8b1a1ffe03d, identifier: 6999172auction106392
2026-03-27 21:54:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f01ac8ef-9a65-531f-aedd-f8b1a1ffe03d with identifier: 6999172auction106392
2026-03-27 21:54:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f01ac8ef-9a65-531f-aedd-f8b1a1ffe03d with identifier: 6999172auction106392
2026-03-27 21:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f01ac8ef-9a65-531f-aedd-f8b1a1ffe03d with identifier: 6999172auction106392 to the API
2026-03-27 21:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:47 [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 21:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999172>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'f01ac8ef-9a65-531f-aedd-f8b1a1ffe03d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999172',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 18933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-27',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 e-DCS6 (1.2L 3-cylinder)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L 3-cylinder)',
'vin': None,
'year': 2025}
2026-03-27 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999172auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:47 [ecarstrade.be] INFO: Saving data for 6999172auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774389945.073193, 'last_price_update_time': 1774648487.479554}
2026-03-27 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999172auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999193> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999195auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999195auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999195auction106392: 0
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999196auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999196auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999196auction106392: 0
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999197auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999197auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999197auction106392: 0
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999198auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999198auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999198auction106392: 0
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999200auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999200auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999200auction106392: 0
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999201auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999201auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999201auction106392: 0
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999221auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999221auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999221auction106392: 2
2026-03-27 21:54:48 [ecarstrade.be] INFO: Extracting details for car 6999193auction106392
2026-03-27 21:54:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999237auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999237auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999237auction106392: 2
2026-03-27 21:54:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with identifier: 6999193auction106392
2026-03-27 21:54:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with scrape type 2
2026-03-27 21:54:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with scrape type 2
2026-03-27 21:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e, identifier: 6999193auction106392
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999239auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999239auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999239auction106392: 2
2026-03-27 21:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with identifier: 6999193auction106392
2026-03-27 21:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with identifier: 6999193auction106392
2026-03-27 21:54:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e5aa64d-727a-5b12-b8ad-27b22c176b0e with identifier: 6999193auction106392 to the API
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:48 [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 21:54:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999193>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '4e5aa64d-727a-5b12-b8ad-27b22c176b0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999193',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 22497,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 3008 Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999193auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Saving data for 6999193auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774389993.127926, 'last_price_update_time': 1774648488.793657}
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999193auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999265auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999265auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999265auction106392: 2
2026-03-27 21:54:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999266auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999266auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999266auction106392: 2
2026-03-27 21:54:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999267auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999267auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999267auction106392: 2
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999269auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999269auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999269auction106392: 0
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999270auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999270auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999270auction106392: 2
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999271auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999271auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999271auction106392: 2
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999476auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999476auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999476auction106392: 2
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999477auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999477auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999477auction106392: 2
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999478auction106392
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999478auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:48 [ecarstrade.be] INFO: Scrape type for 6999478auction106392: 0
2026-03-27 21:54:48 [ecarstrade.be] INFO: Found listing with ID: 6999479auction106392
2026-03-27 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999479auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:49 [ecarstrade.be] INFO: Scrape type for 6999479auction106392: 0
2026-03-27 21:54:49 [ecarstrade.be] INFO: Found listing with ID: 6999480auction106392
2026-03-27 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999480auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:49 [ecarstrade.be] INFO: Scrape type for 6999480auction106392: 0
2026-03-27 21:54:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999183> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:50 [ecarstrade.be] INFO: Extracting details for car 6999183auction106392
2026-03-27 21:54:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with identifier: 6999183auction106392
2026-03-27 21:54:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with scrape type 2
2026-03-27 21:54:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with scrape type 2
2026-03-27 21:54:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8, identifier: 6999183auction106392
2026-03-27 21:54:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with identifier: 6999183auction106392
2026-03-27 21:54:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with identifier: 6999183auction106392
2026-03-27 21:54:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e10fc23-06f8-5ef7-ae2d-0320fd5eada8 with identifier: 6999183auction106392 to the API
2026-03-27 21:54:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:50 [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 21:54:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999183>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '9e10fc23-06f8-5ef7-ae2d-0320fd5eada8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999183',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 29473,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-02',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 e-DCS6 (1.2L)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-27 21:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999183auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:50 [ecarstrade.be] INFO: Saving data for 6999183auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774404434.053837, 'last_price_update_time': 1774648490.540077}
2026-03-27 21:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999183auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999237> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:55 [ecarstrade.be] INFO: Extracting details for car 6999237auction106392
2026-03-27 21:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c0e8930-0cf1-5371-9ef0-c595a643862d with identifier: 6999237auction106392
2026-03-27 21:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c0e8930-0cf1-5371-9ef0-c595a643862d with scrape type 2
2026-03-27 21:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c0e8930-0cf1-5371-9ef0-c595a643862d with scrape type 2
2026-03-27 21:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c0e8930-0cf1-5371-9ef0-c595a643862d, identifier: 6999237auction106392
2026-03-27 21:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c0e8930-0cf1-5371-9ef0-c595a643862d with identifier: 6999237auction106392
2026-03-27 21:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c0e8930-0cf1-5371-9ef0-c595a643862d with identifier: 6999237auction106392
2026-03-27 21:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c0e8930-0cf1-5371-9ef0-c595a643862d with identifier: 6999237auction106392 to the API
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:55 [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 21:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999237>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '7c0e8930-0cf1-5371-9ef0-c595a643862d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999237',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 36665,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-05',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Equilibre 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Equilibre 1.0L TCe 90',
'vin': None,
'year': 2023}
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999237auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:55 [ecarstrade.be] INFO: Saving data for 6999237auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459040.630043, 'last_price_update_time': 1774648495.876801}
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999237auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999221> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:54:55 [ecarstrade.be] INFO: Found listing with ID: 6999483auction106392
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999483auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:55 [ecarstrade.be] INFO: Scrape type for 6999483auction106392: 0
2026-03-27 21:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000297auction106392
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000297auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:55 [ecarstrade.be] INFO: Scrape type for 7000297auction106392: 0
2026-03-27 21:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000301auction106392
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000301auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:55 [ecarstrade.be] INFO: Scrape type for 7000301auction106392: 0
2026-03-27 21:54:55 [ecarstrade.be] INFO: Found listing with ID: 7000302auction106392
2026-03-27 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000302auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7000302auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7000303auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000303auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7000303auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7000304auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000304auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7000304auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7001058auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001058auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7001058auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7001460auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001460auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7001460auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7001472auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001472auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7001472auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7001473auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001473auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7001473auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7002167auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002167auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7002167auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7002183auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002183auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7002183auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7002637auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002637auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7002637auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7002638auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002638auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7002638auction106392: 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7002879auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002879auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7002879auction106392: 2
2026-03-27 21:54:56 [ecarstrade.be] INFO: Extracting details for car 6999221auction106392
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7002880auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002880auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7002880auction106392: 2
2026-03-27 21:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999239> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9df1186f-bd3c-5fb3-aa10-3b0b92bed226 with identifier: 6999221auction106392
2026-03-27 21:54:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9df1186f-bd3c-5fb3-aa10-3b0b92bed226 with scrape type 2
2026-03-27 21:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9df1186f-bd3c-5fb3-aa10-3b0b92bed226 with scrape type 2
2026-03-27 21:54:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9df1186f-bd3c-5fb3-aa10-3b0b92bed226, identifier: 6999221auction106392
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7002881auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002881auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7002881auction106392: 2
2026-03-27 21:54:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9df1186f-bd3c-5fb3-aa10-3b0b92bed226 with identifier: 6999221auction106392
2026-03-27 21:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9df1186f-bd3c-5fb3-aa10-3b0b92bed226 with identifier: 6999221auction106392
2026-03-27 21:54:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9df1186f-bd3c-5fb3-aa10-3b0b92bed226 with identifier: 6999221auction106392 to the API
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54:56 [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 21:54:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999221>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '9df1186f-bd3c-5fb3-aa10-3b0b92bed226',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999221',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 29122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-21',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Equilibre 1.0L TCe Turbo (90 hp)',
'transmission': 'manual',
'trim': 'Equilibre 1.0L TCe Turbo (90 hp)',
'vin': None,
'year': 2023}
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999221auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Saving data for 6999221auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459035.902733, 'last_price_update_time': 1774648496.656393}
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999221auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:56 [ecarstrade.be] INFO: Extracting details for car 6999239auction106392
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7002882auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002882auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7002882auction106392: 2
2026-03-27 21:54:56 [ecarstrade.be] INFO: Found listing with ID: 7002883auction106392
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002883auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:56 [ecarstrade.be] INFO: Scrape type for 7002883auction106392: 2
2026-03-27 21:54:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dcbaab9-f862-5be5-a1b6-e13628c8460c with identifier: 6999239auction106392
2026-03-27 21:54:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dcbaab9-f862-5be5-a1b6-e13628c8460c with scrape type 2
2026-03-27 21:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dcbaab9-f862-5be5-a1b6-e13628c8460c with scrape type 2
2026-03-27 21:54:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5dcbaab9-f862-5be5-a1b6-e13628c8460c, identifier: 6999239auction106392
2026-03-27 21:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5dcbaab9-f862-5be5-a1b6-e13628c8460c with identifier: 6999239auction106392
2026-03-27 21:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5dcbaab9-f862-5be5-a1b6-e13628c8460c with identifier: 6999239auction106392
2026-03-27 21:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5dcbaab9-f862-5be5-a1b6-e13628c8460c with identifier: 6999239auction106392 to the API
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54: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-03-27 21:54:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999239>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '5dcbaab9-f862-5be5-a1b6-e13628c8460c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999239',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 10581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999239auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:57 [ecarstrade.be] INFO: Saving data for 6999239auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459035.028754, 'last_price_update_time': 1774648497.259406}
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999239auction106392') HTTP/1.1" 204 0
2026-03-27 21:54:57 [ecarstrade.be] INFO: Found listing with ID: 7002884auction106392
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002884auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:57 [ecarstrade.be] INFO: Scrape type for 7002884auction106392: 2
2026-03-27 21:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999266> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:54:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:54:57 [ecarstrade.be] INFO: Extracting details for car 6999266auction106392
2026-03-27 21:54:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f77a55-33c7-5410-a69f-0fec6679c9f4 with identifier: 6999266auction106392
2026-03-27 21:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f77a55-33c7-5410-a69f-0fec6679c9f4 with scrape type 2
2026-03-27 21:54:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f77a55-33c7-5410-a69f-0fec6679c9f4 with scrape type 2
2026-03-27 21:54:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4f77a55-33c7-5410-a69f-0fec6679c9f4, identifier: 6999266auction106392
2026-03-27 21:54:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4f77a55-33c7-5410-a69f-0fec6679c9f4 with identifier: 6999266auction106392
2026-03-27 21:54:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4f77a55-33c7-5410-a69f-0fec6679c9f4 with identifier: 6999266auction106392
2026-03-27 21:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4f77a55-33c7-5410-a69f-0fec6679c9f4 with identifier: 6999266auction106392 to the API
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:54: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-03-27 21:54:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999266>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'c4f77a55-33c7-5410-a69f-0fec6679c9f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999266',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 19535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-13',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999266auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:54:57 [ecarstrade.be] INFO: Saving data for 6999266auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459037.553414, 'last_price_update_time': 1774648497.797084}
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999266auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995811> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:02 [ecarstrade.be] INFO: Extracting details for car 6995811auction106392
2026-03-27 21:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3623add2-d366-5dbc-af5a-722345c5cd90 with identifier: 6995811auction106392
2026-03-27 21:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3623add2-d366-5dbc-af5a-722345c5cd90 with scrape type 2
2026-03-27 21:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3623add2-d366-5dbc-af5a-722345c5cd90 with scrape type 2
2026-03-27 21:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3623add2-d366-5dbc-af5a-722345c5cd90, identifier: 6995811auction106392
2026-03-27 21:55:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3623add2-d366-5dbc-af5a-722345c5cd90 with identifier: 6995811auction106392
2026-03-27 21:55:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3623add2-d366-5dbc-af5a-722345c5cd90 with identifier: 6995811auction106392
2026-03-27 21:55:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3623add2-d366-5dbc-af5a-722345c5cd90 with identifier: 6995811auction106392 to the API
2026-03-27 21:55:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 400 None
2026-03-27 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%273623add2-d366-5dbc-af5a-722345c5cd90%27 HTTP/1.1" 200 None
2026-03-27 21:55:02 [crawlers.pipelines.post_to_api] ERROR: ecarstrade.be, item_id 3623add2-d366-5dbc-af5a-722345c5cd90: Failed to post item to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
| Status Code: 400
| Response Content: {"error":"Command deserialization failed. Check field types \u2014 a null value may have been sent for a non-nullable field.","path":"/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing","requestBody":"{\u0022Color\u0022: \u0022Grey\u0022, \u0022OriginalPhotoCount\u0022: 0, \u0022SellerName\u0022: null, \u0022PriceIncludesVat\u0022: false, \u0022Title\u0022: \u0022Peugeot E-2008 GT Electric 54 kWh 156 hp\u0022, \u0022Price\u0022: {\u0022AmountSmallestUnit\u0022: 0, \u0022CurrencyCode\u0022: \u0022EUR\u0022}, \u0022Make\u0022: \u0022Peugeot\u0022, \u0022Model\u0022: \u00222008\u0022, \u0022Transmission\u0022: \u0022automatic\u0022, \u0022Engine\u0022: \u0022\u0022, \u0022FuelType\u0022: \u0022Electric\u0022, \u0022Odometer\u0022: {\u0022Value\u0022: null, \u0022Unit\u0022: 1}, \u0022RegistrationDate\u0022: \u00222025-08-29\u0022, \u0022LinkToWebOffer\u0022: \u0022https://ecarstrade.com/cars/6995811\u0022, \u0022ExpirationDate\u0022: \u00222026-03-29T21:40:03Z\u0022, \u0022Location\u0022: \u0022France - \\\u0022Tienen\\\u0022\u0022, \u0022OriginCountryCode\u0022: \u0022BE\u0022, \u0022Trim\u0022: \u0022E- GT Electric 54 kWh 156 hp\u0022, \u0022Year\u0022: 2025, \u0022Listing\u0022: \u0022auction\u0022, \u0022Category\u0022: null, \u0022SeatsNumber\u0022: 5, \u0022DoorsNumber\u0022: 5, \u0022Vin\u0022: null, \u0022EmissionStandard\u0022: \u0022EURO 6\u0022, \u0022CO2EmissionValue\u0022: null, \u0022IsVatIncluded\u0022: false, \u0022IsVatDeductible\u0022: true, \u0022Id\u0022: \u00223623add2-d366-5dbc-af5a-722345c5cd90\u0022}"}
| Response Headers: {'Content-Type': 'application/json', 'Date': 'Fri, 27 Mar 2026 21:55:01 GMT', 'Request-Context': 'appId=cid-v1:1a14ebe8-38cd-4629-ab2d-40684250fa5b', 'Server': 'Kestrel', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Transfer-Encoding': 'chunked'}
2026-03-27 21:55:02 [crawlers.pipelines.post_to_api] ERROR: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
Traceback (most recent call last):
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 21:55:02 [scrapy.core.scraper] ERROR: Error processing {'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '3623add2-d366-5dbc-af5a-722345c5cd90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995811',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': None,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot E-2008 GT Electric 54 kWh 156 hp',
'transmission': 'automatic',
'trim': 'E- GT Electric 54 kWh 156 hp',
'vin': None,
'year': 2025}
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1078, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.11/dist-packages/scrapy/utils/defer.py", line 340, in f
return deferred_from_coro(coro_f(*coro_args, **coro_kwargs))
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 114, in process_item
raise e
File "/usr/src/app/crawlers/pipelines/post_to_api.py", line 94, in process_item
response.raise_for_status()
File "/usr/local/lib/python3.11/dist-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995811auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:02 [ecarstrade.be] INFO: Saving data for 6995811auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774365098.184071, 'last_price_update_time': 1774648502.667645}
2026-03-27 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995811auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999270> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999267> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:02 [ecarstrade.be] INFO: Extracting details for car 6999270auction106392
2026-03-27 21:55:02 [ecarstrade.be] INFO: Extracting details for car 6999267auction106392
2026-03-27 21:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 632dd32b-0e94-5f00-8cfe-317c0aafd8e3 with identifier: 6999270auction106392
2026-03-27 21:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 632dd32b-0e94-5f00-8cfe-317c0aafd8e3 with scrape type 2
2026-03-27 21:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 632dd32b-0e94-5f00-8cfe-317c0aafd8e3 with scrape type 2
2026-03-27 21:55:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 632dd32b-0e94-5f00-8cfe-317c0aafd8e3, identifier: 6999270auction106392
2026-03-27 21:55:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6999267auction106392
2026-03-27 21:55:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38071d68-28d2-59eb-a13e-27138a85df71 with scrape type 2
2026-03-27 21:55:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38071d68-28d2-59eb-a13e-27138a85df71 with scrape type 2
2026-03-27 21:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38071d68-28d2-59eb-a13e-27138a85df71, identifier: 6999267auction106392
2026-03-27 21:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 632dd32b-0e94-5f00-8cfe-317c0aafd8e3 with identifier: 6999270auction106392
2026-03-27 21:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 632dd32b-0e94-5f00-8cfe-317c0aafd8e3 with identifier: 6999270auction106392
2026-03-27 21:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 632dd32b-0e94-5f00-8cfe-317c0aafd8e3 with identifier: 6999270auction106392 to the API
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:03 [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 21:55:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999270>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '632dd32b-0e94-5f00-8cfe-317c0aafd8e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999270',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 15933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999270auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:03 [ecarstrade.be] INFO: Saving data for 6999270auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459041.338633, 'last_price_update_time': 1774648503.346108}
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999270auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6999267auction106392
2026-03-27 21:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6999267auction106392
2026-03-27 21:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6999267auction106392 to the API
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:03 [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 21:55:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999267>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '38071d68-28d2-59eb-a13e-27138a85df71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999267',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 4,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 Hybrid 180 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999267auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:03 [ecarstrade.be] INFO: Saving data for 6999267auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459036.655267, 'last_price_update_time': 1774648503.64952}
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999267auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999265> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999476> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:03 [ecarstrade.be] INFO: Extracting details for car 6999265auction106392
2026-03-27 21:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65f223b3-c768-5101-aba4-965c8a5bf184 with identifier: 6999265auction106392
2026-03-27 21:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65f223b3-c768-5101-aba4-965c8a5bf184 with scrape type 2
2026-03-27 21:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65f223b3-c768-5101-aba4-965c8a5bf184 with scrape type 2
2026-03-27 21:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65f223b3-c768-5101-aba4-965c8a5bf184, identifier: 6999265auction106392
2026-03-27 21:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65f223b3-c768-5101-aba4-965c8a5bf184 with identifier: 6999265auction106392
2026-03-27 21:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65f223b3-c768-5101-aba4-965c8a5bf184 with identifier: 6999265auction106392
2026-03-27 21:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65f223b3-c768-5101-aba4-965c8a5bf184 with identifier: 6999265auction106392 to the API
2026-03-27 21:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:04 [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 21:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999265>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '65f223b3-c768-5101-aba4-965c8a5bf184',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999265',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 12244,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Evolution 1.6L E-TECH Full Hybrid 145',
'transmission': 'automatic',
'trim': 'Evolution 1.6L E-TECH Full Hybrid 145',
'vin': None,
'year': 2025}
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999265auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:04 [ecarstrade.be] INFO: Saving data for 6999265auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459039.921549, 'last_price_update_time': 1774648504.176033}
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999265auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:04 [ecarstrade.be] INFO: Extracting details for car 6999476auction106392
2026-03-27 21:55:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999477> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16b1c313-613c-54dc-913a-69f1e853bfe1 with identifier: 6999476auction106392
2026-03-27 21:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16b1c313-613c-54dc-913a-69f1e853bfe1 with scrape type 2
2026-03-27 21:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16b1c313-613c-54dc-913a-69f1e853bfe1 with scrape type 2
2026-03-27 21:55:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16b1c313-613c-54dc-913a-69f1e853bfe1, identifier: 6999476auction106392
2026-03-27 21:55:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16b1c313-613c-54dc-913a-69f1e853bfe1 with identifier: 6999476auction106392
2026-03-27 21:55:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16b1c313-613c-54dc-913a-69f1e853bfe1 with identifier: 6999476auction106392
2026-03-27 21:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16b1c313-613c-54dc-913a-69f1e853bfe1 with identifier: 6999476auction106392 to the API
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:04 [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 21:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999476>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '16b1c313-613c-54dc-913a-69f1e853bfe1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999476',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 Hybrid 180 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999476auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:04 [ecarstrade.be] INFO: Saving data for 6999476auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459041.769693, 'last_price_update_time': 1774648504.59029}
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999476auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:04 [ecarstrade.be] INFO: Extracting details for car 6999477auction106392
2026-03-27 21:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bfc004f-f5f1-550c-8272-19921816eb26 with identifier: 6999477auction106392
2026-03-27 21:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bfc004f-f5f1-550c-8272-19921816eb26 with scrape type 2
2026-03-27 21:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bfc004f-f5f1-550c-8272-19921816eb26 with scrape type 2
2026-03-27 21:55:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bfc004f-f5f1-550c-8272-19921816eb26, identifier: 6999477auction106392
2026-03-27 21:55:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bfc004f-f5f1-550c-8272-19921816eb26 with identifier: 6999477auction106392
2026-03-27 21:55:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bfc004f-f5f1-550c-8272-19921816eb26 with identifier: 6999477auction106392
2026-03-27 21:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bfc004f-f5f1-550c-8272-19921816eb26 with identifier: 6999477auction106392 to the API
2026-03-27 21:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:04 [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 21:55:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999477>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '8bfc004f-f5f1-550c-8272-19921816eb26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999477',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 19700,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution Blue dCi 100 (1.5L Diesel)',
'transmission': 'manual',
'trim': 'Evolution Blue dCi 100 (1.5L Diesel)',
'vin': None,
'year': 2025}
2026-03-27 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999477auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:05 [ecarstrade.be] INFO: Saving data for 6999477auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459058.151455, 'last_price_update_time': 1774648505.024223}
2026-03-27 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999477auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:06 [scrapy.extensions.logstats] INFO: Crawled 388 pages (at 51 pages/min), scraped 276 items (at 44 items/min)
2026-03-27 21:55:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7002885auction106392
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002885auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:08 [ecarstrade.be] INFO: Scrape type for 7002885auction106392: 2
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7002886auction106392
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002886auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:08 [ecarstrade.be] INFO: Scrape type for 7002886auction106392: 2
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7002887auction106392
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002887auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:08 [ecarstrade.be] INFO: Scrape type for 7002887auction106392: 2
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7002888auction106392
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002888auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:08 [ecarstrade.be] INFO: Scrape type for 7002888auction106392: 2
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7002889auction106392
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002889auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:08 [ecarstrade.be] INFO: Scrape type for 7002889auction106392: 2
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7002890auction106392
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002890auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:08 [ecarstrade.be] INFO: Scrape type for 7002890auction106392: 2
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7003037auction106404
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003037auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:08 [ecarstrade.be] INFO: Scrape type for 7003037auction106404: 0
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7003039auction106404
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003039auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:08 [ecarstrade.be] INFO: Scrape type for 7003039auction106404: 0
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7003040auction106404
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003040auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:08 [ecarstrade.be] INFO: Scrape type for 7003040auction106404: 0
2026-03-27 21:55:08 [ecarstrade.be] INFO: Found listing with ID: 7003041auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003041auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003041auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003046auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003046auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003046auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003047auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003047auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003047auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003048auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003048auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003048auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003049auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003049auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003049auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003050auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003050auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003050auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003051auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003051auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003051auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003055auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003055auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003055auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003056auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003056auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003056auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003058auction106404
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003058auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003058auction106404: 0
2026-03-27 21:55:09 [ecarstrade.be] INFO: Found listing with ID: 7003061auction106392
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003061auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:09 [ecarstrade.be] INFO: Scrape type for 7003061auction106392: 2
2026-03-27 21:55:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002879> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:09 [ecarstrade.be] INFO: Extracting details for car 7002879auction106392
2026-03-27 21:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d27e6b-7d7c-5103-88fc-425e4e17cd7b with identifier: 7002879auction106392
2026-03-27 21:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d27e6b-7d7c-5103-88fc-425e4e17cd7b with scrape type 2
2026-03-27 21:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67d27e6b-7d7c-5103-88fc-425e4e17cd7b with scrape type 2
2026-03-27 21:55:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67d27e6b-7d7c-5103-88fc-425e4e17cd7b, identifier: 7002879auction106392
2026-03-27 21:55:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67d27e6b-7d7c-5103-88fc-425e4e17cd7b with identifier: 7002879auction106392
2026-03-27 21:55:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67d27e6b-7d7c-5103-88fc-425e4e17cd7b with identifier: 7002879auction106392
2026-03-27 21:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67d27e6b-7d7c-5103-88fc-425e4e17cd7b with identifier: 7002879auction106392 to the API
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:10 [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 21:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002879>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '67d27e6b-7d7c-5103-88fc-425e4e17cd7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002879',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 8581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi (100 hp)',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi (100 hp)',
'vin': None,
'year': 2025}
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002879auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:10 [ecarstrade.be] INFO: Saving data for 7002879auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544452.450321, 'last_price_update_time': 1774648510.236204}
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002879auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999164> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:10 [ecarstrade.be] INFO: Extracting details for car 6999164auction106392
2026-03-27 21:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5769e793-ade5-5b9a-9537-04928f940957 with identifier: 6999164auction106392
2026-03-27 21:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5769e793-ade5-5b9a-9537-04928f940957 with scrape type 2
2026-03-27 21:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5769e793-ade5-5b9a-9537-04928f940957 with scrape type 2
2026-03-27 21:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5769e793-ade5-5b9a-9537-04928f940957, identifier: 6999164auction106392
2026-03-27 21:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5769e793-ade5-5b9a-9537-04928f940957 with identifier: 6999164auction106392
2026-03-27 21:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5769e793-ade5-5b9a-9537-04928f940957 with identifier: 6999164auction106392
2026-03-27 21:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5769e793-ade5-5b9a-9537-04928f940957 with identifier: 6999164auction106392 to the API
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:10 [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 21:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999164>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '5769e793-ade5-5b9a-9537-04928f940957',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999164',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 23257,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-19',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Allure 1.2L Hybrid (e-DCS6) 136 hp',
'transmission': 'automatic',
'trim': 'Allure 1.2L Hybrid (e-DCS6) 136 hp',
'vin': None,
'year': 2025}
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999164auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:10 [ecarstrade.be] INFO: Saving data for 6999164auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774389972.68259, 'last_price_update_time': 1774648510.837957}
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999164auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002880> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002882> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:10 [ecarstrade.be] INFO: Extracting details for car 7002880auction106392
2026-03-27 21:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d38a87e1-2615-5d72-8811-da9245cb6e66 with identifier: 7002880auction106392
2026-03-27 21:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d38a87e1-2615-5d72-8811-da9245cb6e66 with scrape type 2
2026-03-27 21:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d38a87e1-2615-5d72-8811-da9245cb6e66 with scrape type 2
2026-03-27 21:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d38a87e1-2615-5d72-8811-da9245cb6e66, identifier: 7002880auction106392
2026-03-27 21:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d38a87e1-2615-5d72-8811-da9245cb6e66 with identifier: 7002880auction106392
2026-03-27 21:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d38a87e1-2615-5d72-8811-da9245cb6e66 with identifier: 7002880auction106392
2026-03-27 21:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d38a87e1-2615-5d72-8811-da9245cb6e66 with identifier: 7002880auction106392 to the API
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:11 [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 21:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002880>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'd38a87e1-2615-5d72-8811-da9245cb6e66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002880',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 9186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002880auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:11 [ecarstrade.be] INFO: Saving data for 7002880auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544479.486683, 'last_price_update_time': 1774648511.408332}
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002880auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:11 [ecarstrade.be] INFO: Extracting details for car 7002882auction106392
2026-03-27 21:55:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002883> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeb46ae7-be3a-5313-8777-1a1460e85684 with identifier: 7002882auction106392
2026-03-27 21:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeb46ae7-be3a-5313-8777-1a1460e85684 with scrape type 2
2026-03-27 21:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeb46ae7-be3a-5313-8777-1a1460e85684 with scrape type 2
2026-03-27 21:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aeb46ae7-be3a-5313-8777-1a1460e85684, identifier: 7002882auction106392
2026-03-27 21:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aeb46ae7-be3a-5313-8777-1a1460e85684 with identifier: 7002882auction106392
2026-03-27 21:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aeb46ae7-be3a-5313-8777-1a1460e85684 with identifier: 7002882auction106392
2026-03-27 21:55:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aeb46ae7-be3a-5313-8777-1a1460e85684 with identifier: 7002882auction106392 to the API
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:11 [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 21:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002882>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'aeb46ae7-be3a-5313-8777-1a1460e85684',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002882',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10025,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002882auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:11 [ecarstrade.be] INFO: Saving data for 7002882auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544455.4562, 'last_price_update_time': 1774648511.83662}
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002882auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:11 [ecarstrade.be] INFO: Extracting details for car 7002883auction106392
2026-03-27 21:55:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd09bdaa-fd2a-507b-80f6-34f49a7b71c8 with identifier: 7002883auction106392
2026-03-27 21:55:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd09bdaa-fd2a-507b-80f6-34f49a7b71c8 with scrape type 2
2026-03-27 21:55:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd09bdaa-fd2a-507b-80f6-34f49a7b71c8 with scrape type 2
2026-03-27 21:55:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd09bdaa-fd2a-507b-80f6-34f49a7b71c8, identifier: 7002883auction106392
2026-03-27 21:55:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd09bdaa-fd2a-507b-80f6-34f49a7b71c8 with identifier: 7002883auction106392
2026-03-27 21:55:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd09bdaa-fd2a-507b-80f6-34f49a7b71c8 with identifier: 7002883auction106392
2026-03-27 21:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd09bdaa-fd2a-507b-80f6-34f49a7b71c8 with identifier: 7002883auction106392 to the API
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:12 [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 21:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002883>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'cd09bdaa-fd2a-507b-80f6-34f49a7b71c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002883',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 9384,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002883auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:12 [ecarstrade.be] INFO: Saving data for 7002883auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544479.045566, 'last_price_update_time': 1774648512.274379}
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002883auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002881> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:12 [ecarstrade.be] INFO: Extracting details for car 7002881auction106392
2026-03-27 21:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f36c7c99-162f-5383-8b0c-2895c312fc32 with identifier: 7002881auction106392
2026-03-27 21:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36c7c99-162f-5383-8b0c-2895c312fc32 with scrape type 2
2026-03-27 21:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f36c7c99-162f-5383-8b0c-2895c312fc32 with scrape type 2
2026-03-27 21:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f36c7c99-162f-5383-8b0c-2895c312fc32, identifier: 7002881auction106392
2026-03-27 21:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f36c7c99-162f-5383-8b0c-2895c312fc32 with identifier: 7002881auction106392
2026-03-27 21:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f36c7c99-162f-5383-8b0c-2895c312fc32 with identifier: 7002881auction106392
2026-03-27 21:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f36c7c99-162f-5383-8b0c-2895c312fc32 with identifier: 7002881auction106392 to the API
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:12 [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 21:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002881>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'f36c7c99-162f-5383-8b0c-2895c312fc32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002881',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10860,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002881auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:12 [ecarstrade.be] INFO: Saving data for 7002881auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544458.702023, 'last_price_update_time': 1774648512.787149}
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002881auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002884> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:15 [ecarstrade.be] INFO: Extracting details for car 7002884auction106392
2026-03-27 21:55:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5253081-e24a-56ad-9348-34599588b0c3 with identifier: 7002884auction106392
2026-03-27 21:55:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5253081-e24a-56ad-9348-34599588b0c3 with scrape type 2
2026-03-27 21:55:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5253081-e24a-56ad-9348-34599588b0c3 with scrape type 2
2026-03-27 21:55:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f5253081-e24a-56ad-9348-34599588b0c3, identifier: 7002884auction106392
2026-03-27 21:55:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f5253081-e24a-56ad-9348-34599588b0c3 with identifier: 7002884auction106392
2026-03-27 21:55:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f5253081-e24a-56ad-9348-34599588b0c3 with identifier: 7002884auction106392
2026-03-27 21:55:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f5253081-e24a-56ad-9348-34599588b0c3 with identifier: 7002884auction106392 to the API
2026-03-27 21:55:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:16 [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 21:55:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002884>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'f5253081-e24a-56ad-9348-34599588b0c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002884',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 14514,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi (Diesel) 100 hp',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi (Diesel) 100 hp',
'vin': None,
'year': 2025}
2026-03-27 21:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002884auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:16 [ecarstrade.be] INFO: Saving data for 7002884auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544457.64524, 'last_price_update_time': 1774648516.325056}
2026-03-27 21:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002884auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002885> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:17 [ecarstrade.be] INFO: Extracting details for car 7002885auction106392
2026-03-27 21:55:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd756750-d59f-5884-a466-ef7b3b09cb40 with identifier: 7002885auction106392
2026-03-27 21:55:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd756750-d59f-5884-a466-ef7b3b09cb40 with scrape type 2
2026-03-27 21:55:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd756750-d59f-5884-a466-ef7b3b09cb40 with scrape type 2
2026-03-27 21:55:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd756750-d59f-5884-a466-ef7b3b09cb40, identifier: 7002885auction106392
2026-03-27 21:55:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd756750-d59f-5884-a466-ef7b3b09cb40 with identifier: 7002885auction106392
2026-03-27 21:55:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd756750-d59f-5884-a466-ef7b3b09cb40 with identifier: 7002885auction106392
2026-03-27 21:55:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd756750-d59f-5884-a466-ef7b3b09cb40 with identifier: 7002885auction106392 to the API
2026-03-27 21:55:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:17 [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 21:55:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002885>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'fd756750-d59f-5884-a466-ef7b3b09cb40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002885',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 32121,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-24',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90 (gasoline)',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90 (gasoline)',
'vin': None,
'year': 2024}
2026-03-27 21:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002885auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:17 [ecarstrade.be] INFO: Saving data for 7002885auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544454.635788, 'last_price_update_time': 1774648517.997629}
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002885auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002888> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:55:18 [ecarstrade.be] INFO: Extracting details for car 7002888auction106392
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003064auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003064auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003064auction106392: 2
2026-03-27 21:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003069auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003069auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003069auction106392: 2
2026-03-27 21:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be352e44-6e54-5507-b2d6-10cf23090e04 with identifier: 7002888auction106392
2026-03-27 21:55:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be352e44-6e54-5507-b2d6-10cf23090e04 with scrape type 2
2026-03-27 21:55:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be352e44-6e54-5507-b2d6-10cf23090e04 with scrape type 2
2026-03-27 21:55:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: be352e44-6e54-5507-b2d6-10cf23090e04, identifier: 7002888auction106392
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003070auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003070auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003070auction106392: 2
2026-03-27 21:55:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: be352e44-6e54-5507-b2d6-10cf23090e04 with identifier: 7002888auction106392
2026-03-27 21:55:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: be352e44-6e54-5507-b2d6-10cf23090e04 with identifier: 7002888auction106392
2026-03-27 21:55:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: be352e44-6e54-5507-b2d6-10cf23090e04 with identifier: 7002888auction106392 to the API
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:18 [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 21:55:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002888>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'be352e44-6e54-5507-b2d6-10cf23090e04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002888',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 29012,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-28',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Equilibre 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Equilibre 1.0L TCe 90',
'vin': None,
'year': 2023}
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002888auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Saving data for 7002888auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544478.089798, 'last_price_update_time': 1774648518.762956}
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002888auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003071auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003071auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003071auction106392: 0
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003074auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003074auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003074auction106392: 2
2026-03-27 21:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002887> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003075auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003075auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003075auction106392: 2
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003076auction106404
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003076auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003076auction106404: 2
2026-03-27 21:55:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999271> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003077auction106404
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003077auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003077auction106404: 0
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003313auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003313auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003313auction106392: 0
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003314auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003314auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003314auction106392: 0
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003315auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003315auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003315auction106392: 0
2026-03-27 21:55:18 [ecarstrade.be] INFO: Found listing with ID: 7003316auction106392
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003316auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:18 [ecarstrade.be] INFO: Scrape type for 7003316auction106392: 2
2026-03-27 21:55:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:18 [ecarstrade.be] INFO: Extracting details for car 7002887auction106392
2026-03-27 21:55:18 [ecarstrade.be] INFO: Extracting details for car 6999271auction106392
2026-03-27 21:55:19 [ecarstrade.be] INFO: Found listing with ID: 7003317auction106404
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003317auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:19 [ecarstrade.be] INFO: Scrape type for 7003317auction106404: 0
2026-03-27 21:55:19 [ecarstrade.be] INFO: Found listing with ID: 7003318auction106392
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003318auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:19 [ecarstrade.be] INFO: Scrape type for 7003318auction106392: 0
2026-03-27 21:55:19 [ecarstrade.be] INFO: Found listing with ID: 7003320auction106392
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003320auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:19 [ecarstrade.be] INFO: Scrape type for 7003320auction106392: 0
2026-03-27 21:55:19 [ecarstrade.be] INFO: Found listing with ID: 7003321auction106392
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003321auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:19 [ecarstrade.be] INFO: Scrape type for 7003321auction106392: 0
2026-03-27 21:55:19 [ecarstrade.be] INFO: Found listing with ID: 7003323auction106392
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003323auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:19 [ecarstrade.be] INFO: Scrape type for 7003323auction106392: 2
2026-03-27 21:55:19 [ecarstrade.be] INFO: Found listing with ID: 7003328auction106404
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003328auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:19 [ecarstrade.be] INFO: Scrape type for 7003328auction106404: 2
2026-03-27 21:55:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9470c2c-bf63-5119-807a-be3aca2b7749 with identifier: 7002887auction106392
2026-03-27 21:55:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9470c2c-bf63-5119-807a-be3aca2b7749 with scrape type 2
2026-03-27 21:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9470c2c-bf63-5119-807a-be3aca2b7749 with scrape type 2
2026-03-27 21:55:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9470c2c-bf63-5119-807a-be3aca2b7749, identifier: 7002887auction106392
2026-03-27 21:55:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 701a11cd-bf38-5252-87a9-0258c13d3083 with identifier: 6999271auction106392
2026-03-27 21:55:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 701a11cd-bf38-5252-87a9-0258c13d3083 with scrape type 2
2026-03-27 21:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 701a11cd-bf38-5252-87a9-0258c13d3083 with scrape type 2
2026-03-27 21:55:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 701a11cd-bf38-5252-87a9-0258c13d3083, identifier: 6999271auction106392
2026-03-27 21:55:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002889> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9470c2c-bf63-5119-807a-be3aca2b7749 with identifier: 7002887auction106392
2026-03-27 21:55:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9470c2c-bf63-5119-807a-be3aca2b7749 with identifier: 7002887auction106392
2026-03-27 21:55:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9470c2c-bf63-5119-807a-be3aca2b7749 with identifier: 7002887auction106392 to the API
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:19 [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 21:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002887>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'e9470c2c-bf63-5119-807a-be3aca2b7749',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002887',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 20240,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-28',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002887auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:19 [ecarstrade.be] INFO: Saving data for 7002887auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544457.202683, 'last_price_update_time': 1774648519.59223}
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002887auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 701a11cd-bf38-5252-87a9-0258c13d3083 with identifier: 6999271auction106392
2026-03-27 21:55:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 701a11cd-bf38-5252-87a9-0258c13d3083 with identifier: 6999271auction106392
2026-03-27 21:55:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 701a11cd-bf38-5252-87a9-0258c13d3083 with identifier: 6999271auction106392 to the API
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:19 [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 21:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999271>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '701a11cd-bf38-5252-87a9-0258c13d3083',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999271',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 14522,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999271auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:19 [ecarstrade.be] INFO: Saving data for 6999271auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774459052.544772, 'last_price_update_time': 1774648519.967211}
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999271auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:19 [ecarstrade.be] INFO: Found listing with ID: 7003541auction106404
2026-03-27 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003541auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:20 [ecarstrade.be] INFO: Scrape type for 7003541auction106404: 0
2026-03-27 21:55:20 [ecarstrade.be] INFO: Found listing with ID: 7003542auction106404
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003542auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:20 [ecarstrade.be] INFO: Scrape type for 7003542auction106404: 0
2026-03-27 21:55:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:20 [ecarstrade.be] INFO: Extracting details for car 7002889auction106392
2026-03-27 21:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002886> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6031203-1e88-597a-b136-19caa52301dd with identifier: 7002889auction106392
2026-03-27 21:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6031203-1e88-597a-b136-19caa52301dd with scrape type 2
2026-03-27 21:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6031203-1e88-597a-b136-19caa52301dd with scrape type 2
2026-03-27 21:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6031203-1e88-597a-b136-19caa52301dd, identifier: 7002889auction106392
2026-03-27 21:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6031203-1e88-597a-b136-19caa52301dd with identifier: 7002889auction106392
2026-03-27 21:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6031203-1e88-597a-b136-19caa52301dd with identifier: 7002889auction106392
2026-03-27 21:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6031203-1e88-597a-b136-19caa52301dd with identifier: 7002889auction106392 to the API
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:20 [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 21:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002889>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'f6031203-1e88-597a-b136-19caa52301dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002889',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS3',
'odometer': 7542,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'transmission': 'manual',
'trim': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'vin': None,
'year': 2024}
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002889auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:20 [ecarstrade.be] INFO: Saving data for 7002889auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544454.088935, 'last_price_update_time': 1774648520.478563}
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002889auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:20 [ecarstrade.be] INFO: Extracting details for car 7002886auction106392
2026-03-27 21:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f2f49ea-45f8-5857-a3a4-207ccf0125c0 with identifier: 7002886auction106392
2026-03-27 21:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f2f49ea-45f8-5857-a3a4-207ccf0125c0 with scrape type 2
2026-03-27 21:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f2f49ea-45f8-5857-a3a4-207ccf0125c0 with scrape type 2
2026-03-27 21:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f2f49ea-45f8-5857-a3a4-207ccf0125c0, identifier: 7002886auction106392
2026-03-27 21:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f2f49ea-45f8-5857-a3a4-207ccf0125c0 with identifier: 7002886auction106392
2026-03-27 21:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f2f49ea-45f8-5857-a3a4-207ccf0125c0 with identifier: 7002886auction106392
2026-03-27 21:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f2f49ea-45f8-5857-a3a4-207ccf0125c0 with identifier: 7002886auction106392 to the API
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:20 [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 21:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002886>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '1f2f49ea-45f8-5857-a3a4-207ccf0125c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002886',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Captur',
'odometer': 27145,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-28',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur Techno 1.0L TCe 90',
'transmission': 'manual',
'trim': 'Techno 1.0L TCe 90',
'vin': None,
'year': 2024}
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002886auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:20 [ecarstrade.be] INFO: Saving data for 7002886auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544453.565208, 'last_price_update_time': 1774648520.899915}
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002886auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002890> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:22 [ecarstrade.be] INFO: Extracting details for car 7002890auction106392
2026-03-27 21:55:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c96b618-4c5f-56b0-8b61-2043ddbe6a5c with identifier: 7002890auction106392
2026-03-27 21:55:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c96b618-4c5f-56b0-8b61-2043ddbe6a5c with scrape type 2
2026-03-27 21:55:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c96b618-4c5f-56b0-8b61-2043ddbe6a5c with scrape type 2
2026-03-27 21:55:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c96b618-4c5f-56b0-8b61-2043ddbe6a5c, identifier: 7002890auction106392
2026-03-27 21:55:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c96b618-4c5f-56b0-8b61-2043ddbe6a5c with identifier: 7002890auction106392
2026-03-27 21:55:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c96b618-4c5f-56b0-8b61-2043ddbe6a5c with identifier: 7002890auction106392
2026-03-27 21:55:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c96b618-4c5f-56b0-8b61-2043ddbe6a5c with identifier: 7002890auction106392 to the API
2026-03-27 21:55:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:22 [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 21:55:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002890>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7c96b618-4c5f-56b0-8b61-2043ddbe6a5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002890',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 203,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW PHEV 225 e-EAT8 GT',
'transmission': 'automatic',
'trim': 'SW PHEV 225 e-EAT8 GT',
'vin': None,
'year': 2023}
2026-03-27 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002890auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:22 [ecarstrade.be] INFO: Saving data for 7002890auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544456.830075, 'last_price_update_time': 1774648522.464}
2026-03-27 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002890auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003069> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:26 [ecarstrade.be] INFO: Extracting details for car 7003069auction106392
2026-03-27 21:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 635c1b73-6356-5ded-ab21-bd9275e375a2 with identifier: 7003069auction106392
2026-03-27 21:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 635c1b73-6356-5ded-ab21-bd9275e375a2 with scrape type 2
2026-03-27 21:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 635c1b73-6356-5ded-ab21-bd9275e375a2 with scrape type 2
2026-03-27 21:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 635c1b73-6356-5ded-ab21-bd9275e375a2, identifier: 7003069auction106392
2026-03-27 21:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 635c1b73-6356-5ded-ab21-bd9275e375a2 with identifier: 7003069auction106392
2026-03-27 21:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 635c1b73-6356-5ded-ab21-bd9275e375a2 with identifier: 7003069auction106392
2026-03-27 21:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 635c1b73-6356-5ded-ab21-bd9275e375a2 with identifier: 7003069auction106392 to the API
2026-03-27 21:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:26 [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 21:55:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003069>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '635c1b73-6356-5ded-ab21-bd9275e375a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003069',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 11,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 50 kWh 136 ch Active',
'transmission': 'automatic',
'trim': '50 kWh 136 ch Active',
'vin': None,
'year': 2025}
2026-03-27 21:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003069auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:26 [ecarstrade.be] INFO: Saving data for 7003069auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544493.672252, 'last_price_update_time': 1774648526.503858}
2026-03-27 21:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003069auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003064> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:26 [ecarstrade.be] INFO: Extracting details for car 7003064auction106392
2026-03-27 21:55:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35a66006-5bdb-57b9-a784-e643d3e0ab21 with identifier: 7003064auction106392
2026-03-27 21:55:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35a66006-5bdb-57b9-a784-e643d3e0ab21 with scrape type 2
2026-03-27 21:55:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35a66006-5bdb-57b9-a784-e643d3e0ab21 with scrape type 2
2026-03-27 21:55:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 35a66006-5bdb-57b9-a784-e643d3e0ab21, identifier: 7003064auction106392
2026-03-27 21:55:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 35a66006-5bdb-57b9-a784-e643d3e0ab21 with identifier: 7003064auction106392
2026-03-27 21:55:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 35a66006-5bdb-57b9-a784-e643d3e0ab21 with identifier: 7003064auction106392
2026-03-27 21:55:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 35a66006-5bdb-57b9-a784-e643d3e0ab21 with identifier: 7003064auction106392 to the API
2026-03-27 21:55:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:26 [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 21:55:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003064>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '35a66006-5bdb-57b9-a784-e643d3e0ab21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003064',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 6495,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-10',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max Hybrid 145 ch e-DCS6 (1.2L)',
'transmission': 'automatic',
'trim': 'Max Hybrid 145 ch e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003064auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:27 [ecarstrade.be] INFO: Saving data for 7003064auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544458.232929, 'last_price_update_time': 1774648527.049668}
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003064auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003070> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003074> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003075> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:27 [ecarstrade.be] INFO: Extracting details for car 7003070auction106392
2026-03-27 21:55:27 [ecarstrade.be] INFO: Extracting details for car 7003074auction106392
2026-03-27 21:55:27 [ecarstrade.be] INFO: Extracting details for car 7003075auction106392
2026-03-27 21:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6714a64f-cb80-5c46-823a-cf3603804bed with identifier: 7003070auction106392
2026-03-27 21:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6714a64f-cb80-5c46-823a-cf3603804bed with scrape type 2
2026-03-27 21:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6714a64f-cb80-5c46-823a-cf3603804bed with scrape type 2
2026-03-27 21:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6714a64f-cb80-5c46-823a-cf3603804bed, identifier: 7003070auction106392
2026-03-27 21:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c78c00c-f69f-5686-b5ea-03b98ff01997 with identifier: 7003074auction106392
2026-03-27 21:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c78c00c-f69f-5686-b5ea-03b98ff01997 with scrape type 2
2026-03-27 21:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c78c00c-f69f-5686-b5ea-03b98ff01997 with scrape type 2
2026-03-27 21:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c78c00c-f69f-5686-b5ea-03b98ff01997, identifier: 7003074auction106392
2026-03-27 21:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9b3fd4c-b3ad-51c4-966e-ae73a2ab021a with identifier: 7003075auction106392
2026-03-27 21:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9b3fd4c-b3ad-51c4-966e-ae73a2ab021a with scrape type 2
2026-03-27 21:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9b3fd4c-b3ad-51c4-966e-ae73a2ab021a with scrape type 2
2026-03-27 21:55:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9b3fd4c-b3ad-51c4-966e-ae73a2ab021a, identifier: 7003075auction106392
2026-03-27 21:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6714a64f-cb80-5c46-823a-cf3603804bed with identifier: 7003070auction106392
2026-03-27 21:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6714a64f-cb80-5c46-823a-cf3603804bed with identifier: 7003070auction106392
2026-03-27 21:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6714a64f-cb80-5c46-823a-cf3603804bed with identifier: 7003070auction106392 to the API
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:27 [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 21:55:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003070>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '6714a64f-cb80-5c46-823a-cf3603804bed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003070',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 3,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 50 kWh 136 ch Active',
'transmission': 'automatic',
'trim': '50 kWh 136 ch Active',
'vin': None,
'year': 2025}
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003070auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:27 [ecarstrade.be] INFO: Saving data for 7003070auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544493.051331, 'last_price_update_time': 1774648527.850452}
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003070auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c78c00c-f69f-5686-b5ea-03b98ff01997 with identifier: 7003074auction106392
2026-03-27 21:55:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c78c00c-f69f-5686-b5ea-03b98ff01997 with identifier: 7003074auction106392
2026-03-27 21:55:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c78c00c-f69f-5686-b5ea-03b98ff01997 with identifier: 7003074auction106392 to the API
2026-03-27 21:55:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:28 [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 21:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003074>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '0c78c00c-f69f-5686-b5ea-03b98ff01997',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003074',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 13349,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-03',
'seats_number': 2,
'seller_name': None,
'title': 'Peugeot Expert STANDARD BLUEHDI 120CH S&S BVM6',
'transmission': 'manual',
'trim': 'STANDARD BLUEHDI 120CH S&S BVM6',
'vin': None,
'year': 2020}
2026-03-27 21:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003074auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:28 [ecarstrade.be] INFO: Saving data for 7003074auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544480.327128, 'last_price_update_time': 1774648528.160476}
2026-03-27 21:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003074auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9b3fd4c-b3ad-51c4-966e-ae73a2ab021a with identifier: 7003075auction106392
2026-03-27 21:55:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9b3fd4c-b3ad-51c4-966e-ae73a2ab021a with identifier: 7003075auction106392
2026-03-27 21:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9b3fd4c-b3ad-51c4-966e-ae73a2ab021a with identifier: 7003075auction106392 to the API
2026-03-27 21:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:28 [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 21:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003075>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'f9b3fd4c-b3ad-51c4-966e-ae73a2ab021a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003075',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 20793,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003075auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:28 [ecarstrade.be] INFO: Saving data for 7003075auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544480.752251, 'last_price_update_time': 1774648528.458043}
2026-03-27 21:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003075auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003076> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:29 [ecarstrade.be] INFO: Extracting details for car 7003076auction106404
2026-03-27 21:55:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19f8dd46-693c-580e-97c9-0d5e70b249d5 with identifier: 7003076auction106404
2026-03-27 21:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19f8dd46-693c-580e-97c9-0d5e70b249d5 with scrape type 2
2026-03-27 21:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19f8dd46-693c-580e-97c9-0d5e70b249d5 with scrape type 2
2026-03-27 21:55:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19f8dd46-693c-580e-97c9-0d5e70b249d5, identifier: 7003076auction106404
2026-03-27 21:55:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19f8dd46-693c-580e-97c9-0d5e70b249d5 with identifier: 7003076auction106404
2026-03-27 21:55:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19f8dd46-693c-580e-97c9-0d5e70b249d5 with identifier: 7003076auction106404
2026-03-27 21:55:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19f8dd46-693c-580e-97c9-0d5e70b249d5 with identifier: 7003076auction106404 to the API
2026-03-27 21:55:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:29 [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 21:55:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003076>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '19f8dd46-693c-580e-97c9-0d5e70b249d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003076',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2026-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Corsa GS 1.2 Hybrid Electric/Gasoline 112hp',
'transmission': 'automatic',
'trim': 'GS 1.2 Hybrid Electric/Gasoline 112hp',
'vin': None,
'year': 2026}
2026-03-27 21:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003076auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:29 [ecarstrade.be] INFO: Saving data for 7003076auction106404: {'auction_closing_time': 1774820403.0, 'created_time': 1774537661.150149, 'last_price_update_time': 1774648529.600475}
2026-03-27 21:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003076auction106404') HTTP/1.1" 204 0
2026-03-27 21:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003543auction106404
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003543auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003543auction106404: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003544auction106404
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003544auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003544auction106404: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003545auction106404
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003545auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003545auction106404: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003546auction106404
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003546auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003546auction106404: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003547auction106404
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003547auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003547auction106404: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003548auction106404
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003548auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003548auction106404: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003549auction106404
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003549auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003549auction106404: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003550auction106404
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003550auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003550auction106404: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003551auction106404
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003551auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003551auction106404: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003603auction106392
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003603auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003603auction106392: 2
2026-03-27 21:55:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003604auction106392
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003604auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003604auction106392: 2
2026-03-27 21:55:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7003605auction106392
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003605auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7003605auction106392: 2
2026-03-27 21:55:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7004303auction106392
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004303auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7004303auction106392: 2
2026-03-27 21:55:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7004304auction106392
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004304auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7004304auction106392: 2
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7004562auction106392
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004562auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7004562auction106392: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7004569auction106392
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004569auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7004569auction106392: 0
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7004932auction106392
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004932auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:31 [ecarstrade.be] INFO: Scrape type for 7004932auction106392: 2
2026-03-27 21:55:31 [ecarstrade.be] INFO: Found listing with ID: 7005230auction106392
2026-03-27 21:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005230auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:32 [ecarstrade.be] INFO: Scrape type for 7005230auction106392: 2
2026-03-27 21:55:32 [ecarstrade.be] INFO: Found listing with ID: 7005750auction106392
2026-03-27 21:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005750auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:32 [ecarstrade.be] INFO: Scrape type for 7005750auction106392: 2
2026-03-27 21:55:32 [ecarstrade.be] INFO: Found listing with ID: 7005757auction106392
2026-03-27 21:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005757auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:32 [ecarstrade.be] INFO: Scrape type for 7005757auction106392: 2
2026-03-27 21:55:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003316> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:33 [ecarstrade.be] INFO: Extracting details for car 7003316auction106392
2026-03-27 21:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 4c712728-3759-5a3d-aa21-267a06b58d8f with identifier: 7003316auction106392, dropping item
2026-03-27 21:55:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003323> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:33 [ecarstrade.be] INFO: Extracting details for car 7003323auction106392
2026-03-27 21:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c42bdb06-6109-51aa-9ffc-d9bd11105203 with identifier: 7003323auction106392
2026-03-27 21:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c42bdb06-6109-51aa-9ffc-d9bd11105203 with scrape type 2
2026-03-27 21:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c42bdb06-6109-51aa-9ffc-d9bd11105203 with scrape type 2
2026-03-27 21:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c42bdb06-6109-51aa-9ffc-d9bd11105203, identifier: 7003323auction106392
2026-03-27 21:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c42bdb06-6109-51aa-9ffc-d9bd11105203 with identifier: 7003323auction106392
2026-03-27 21:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c42bdb06-6109-51aa-9ffc-d9bd11105203 with identifier: 7003323auction106392
2026-03-27 21:55:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c42bdb06-6109-51aa-9ffc-d9bd11105203 with identifier: 7003323auction106392 to the API
2026-03-27 21:55:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:33 [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 21:55:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003323>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c42bdb06-6109-51aa-9ffc-d9bd11105203',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003323',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 22214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-13',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 2008 Hybrid 145 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 21:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003323auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:33 [ecarstrade.be] INFO: Saving data for 7003323auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544473.337814, 'last_price_update_time': 1774648533.758398}
2026-03-27 21:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003323auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003328> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:34 [ecarstrade.be] INFO: Extracting details for car 7003328auction106404
2026-03-27 21:55:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5f4a216-0087-53ce-8042-9d34608fe98b with identifier: 7003328auction106404
2026-03-27 21:55:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5f4a216-0087-53ce-8042-9d34608fe98b with scrape type 2
2026-03-27 21:55:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5f4a216-0087-53ce-8042-9d34608fe98b with scrape type 2
2026-03-27 21:55:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5f4a216-0087-53ce-8042-9d34608fe98b, identifier: 7003328auction106404
2026-03-27 21:55:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5f4a216-0087-53ce-8042-9d34608fe98b with identifier: 7003328auction106404
2026-03-27 21:55:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5f4a216-0087-53ce-8042-9d34608fe98b with identifier: 7003328auction106404
2026-03-27 21:55:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5f4a216-0087-53ce-8042-9d34608fe98b with identifier: 7003328auction106404 to the API
2026-03-27 21:55:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:35 [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 21:55:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003328>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'b5f4a216-0087-53ce-8042-9d34608fe98b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003328',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 10,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'Renault Trafic Advance Blue dCi 150',
'transmission': 'automatic',
'trim': 'Advance Blue dCi 150',
'vin': None,
'year': 2025}
2026-03-27 21:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003328auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:55:35 [ecarstrade.be] INFO: Saving data for 7003328auction106404: {'auction_closing_time': 1774820403.0, 'created_time': 1774537659.117449, 'last_price_update_time': 1774648535.35721}
2026-03-27 21:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003328auction106404') HTTP/1.1" 204 0
2026-03-27 21:55:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:37 [ecarstrade.be] INFO: Found 5 car items
2026-03-27 21:55:37 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 21:55:37 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 21:55:37 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 21:55:37 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 21:55:37 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 21:55:37 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 21:55:37 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 21:55:37 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 21:55:37 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 21:55:37 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 21:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003603> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003605> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:38 [ecarstrade.be] INFO: Extracting details for car 7003603auction106392
2026-03-27 21:55:38 [ecarstrade.be] INFO: Extracting details for car 7003605auction106392
2026-03-27 21:55:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aaf9752a-7b75-5778-860d-f5fa02660a6f with identifier: 7003603auction106392
2026-03-27 21:55:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aaf9752a-7b75-5778-860d-f5fa02660a6f with scrape type 2
2026-03-27 21:55:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aaf9752a-7b75-5778-860d-f5fa02660a6f with scrape type 2
2026-03-27 21:55:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aaf9752a-7b75-5778-860d-f5fa02660a6f, identifier: 7003603auction106392
2026-03-27 21:55:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aaf9752a-7b75-5778-860d-f5fa02660a6f with identifier: 7003603auction106392
2026-03-27 21:55:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aaf9752a-7b75-5778-860d-f5fa02660a6f with identifier: 7003603auction106392
2026-03-27 21:55:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aaf9752a-7b75-5778-860d-f5fa02660a6f with identifier: 7003603auction106392 to the API
2026-03-27 21:55:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:39 [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 21:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003603>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'aaf9752a-7b75-5778-860d-f5fa02660a6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003603',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 16115,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Etoile - Alcantara',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Etoile - Alcantara',
'vin': None,
'year': 2024}
2026-03-27 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003603auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:39 [ecarstrade.be] INFO: Saving data for 7003603auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544476.506864, 'last_price_update_time': 1774648539.848176}
2026-03-27 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003603auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd694379-88a5-588a-ad7a-b8b3f96a0b32 with identifier: 7003605auction106392
2026-03-27 21:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd694379-88a5-588a-ad7a-b8b3f96a0b32 with scrape type 2
2026-03-27 21:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd694379-88a5-588a-ad7a-b8b3f96a0b32 with scrape type 2
2026-03-27 21:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd694379-88a5-588a-ad7a-b8b3f96a0b32, identifier: 7003605auction106392
2026-03-27 21:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003604> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004303> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd694379-88a5-588a-ad7a-b8b3f96a0b32 with identifier: 7003605auction106392
2026-03-27 21:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd694379-88a5-588a-ad7a-b8b3f96a0b32 with identifier: 7003605auction106392
2026-03-27 21:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd694379-88a5-588a-ad7a-b8b3f96a0b32 with identifier: 7003605auction106392 to the API
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:40 [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 21:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003605>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'cd694379-88a5-588a-ad7a-b8b3f96a0b32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003605',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS3',
'odometer': 6154,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'transmission': 'manual',
'trim': 'DS DS 3 PureTech 100 BVM6 Performance Line',
'vin': None,
'year': 2024}
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003605auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:40 [ecarstrade.be] INFO: Saving data for 7003605auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544477.73751, 'last_price_update_time': 1774648540.297705}
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003605auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:40 [ecarstrade.be] INFO: Extracting details for car 7003604auction106392
2026-03-27 21:55:40 [ecarstrade.be] INFO: Extracting details for car 7004303auction106392
2026-03-27 21:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004304> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7db2ee19-f48a-513a-8480-081e4928ce40 with identifier: 7003604auction106392
2026-03-27 21:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7db2ee19-f48a-513a-8480-081e4928ce40 with scrape type 2
2026-03-27 21:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7db2ee19-f48a-513a-8480-081e4928ce40 with scrape type 2
2026-03-27 21:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7db2ee19-f48a-513a-8480-081e4928ce40, identifier: 7003604auction106392
2026-03-27 21:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a7a32d2-191a-5189-9904-e6963aaa8937 with identifier: 7004303auction106392
2026-03-27 21:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a7a32d2-191a-5189-9904-e6963aaa8937 with scrape type 2
2026-03-27 21:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a7a32d2-191a-5189-9904-e6963aaa8937 with scrape type 2
2026-03-27 21:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a7a32d2-191a-5189-9904-e6963aaa8937, identifier: 7004303auction106392
2026-03-27 21:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7db2ee19-f48a-513a-8480-081e4928ce40 with identifier: 7003604auction106392
2026-03-27 21:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7db2ee19-f48a-513a-8480-081e4928ce40 with identifier: 7003604auction106392
2026-03-27 21:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7db2ee19-f48a-513a-8480-081e4928ce40 with identifier: 7003604auction106392 to the API
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:40 [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 21:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003604>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '7db2ee19-f48a-513a-8480-081e4928ce40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003604',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 20446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003604auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:40 [ecarstrade.be] INFO: Saving data for 7003604auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544477.12808, 'last_price_update_time': 1774648540.908039}
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003604auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a7a32d2-191a-5189-9904-e6963aaa8937 with identifier: 7004303auction106392
2026-03-27 21:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a7a32d2-191a-5189-9904-e6963aaa8937 with identifier: 7004303auction106392
2026-03-27 21:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a7a32d2-191a-5189-9904-e6963aaa8937 with identifier: 7004303auction106392 to the API
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:41 [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 21:55:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004303>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Electric',
'id': '8a7a32d2-191a-5189-9904-e6963aaa8937',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004303',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-C4',
'odometer': 42482,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen E-C4 X 50 kWh',
'transmission': 'automatic',
'trim': 'E-C4 X 50 kWh',
'vin': None,
'year': 2024}
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004303auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:41 [ecarstrade.be] INFO: Saving data for 7004303auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544475.017553, 'last_price_update_time': 1774648541.192419}
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004303auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:41 [ecarstrade.be] INFO: Extracting details for car 7004304auction106392
2026-03-27 21:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d060fa6-0f59-552b-b48c-ea3523ab5f92 with identifier: 7004304auction106392
2026-03-27 21:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d060fa6-0f59-552b-b48c-ea3523ab5f92 with scrape type 2
2026-03-27 21:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d060fa6-0f59-552b-b48c-ea3523ab5f92 with scrape type 2
2026-03-27 21:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d060fa6-0f59-552b-b48c-ea3523ab5f92, identifier: 7004304auction106392
2026-03-27 21:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d060fa6-0f59-552b-b48c-ea3523ab5f92 with identifier: 7004304auction106392
2026-03-27 21:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d060fa6-0f59-552b-b48c-ea3523ab5f92 with identifier: 7004304auction106392
2026-03-27 21:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d060fa6-0f59-552b-b48c-ea3523ab5f92 with identifier: 7004304auction106392 to the API
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:41 [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 21:55:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004304>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '1d060fa6-0f59-552b-b48c-ea3523ab5f92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004304',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 5230,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-02',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C5 AIRCROSS Hybride 145 e-DCS6 Max',
'transmission': 'automatic',
'trim': 'C5 AIRCROSS Hybride 145 e-DCS6 Max',
'vin': None,
'year': 2025}
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004304auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:41 [ecarstrade.be] INFO: Saving data for 7004304auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544474.185056, 'last_price_update_time': 1774648541.628641}
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004304auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004932> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:41 [ecarstrade.be] INFO: Extracting details for car 7004932auction106392
2026-03-27 21:55:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d72a4cb8-a7ba-5c18-8193-d30647af2cf7 with identifier: 7004932auction106392
2026-03-27 21:55:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d72a4cb8-a7ba-5c18-8193-d30647af2cf7 with scrape type 2
2026-03-27 21:55:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d72a4cb8-a7ba-5c18-8193-d30647af2cf7 with scrape type 2
2026-03-27 21:55:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d72a4cb8-a7ba-5c18-8193-d30647af2cf7, identifier: 7004932auction106392
2026-03-27 21:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d72a4cb8-a7ba-5c18-8193-d30647af2cf7 with identifier: 7004932auction106392
2026-03-27 21:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d72a4cb8-a7ba-5c18-8193-d30647af2cf7 with identifier: 7004932auction106392
2026-03-27 21:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d72a4cb8-a7ba-5c18-8193-d30647af2cf7 with identifier: 7004932auction106392 to the API
2026-03-27 21:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:42 [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 21:55:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004932>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'd72a4cb8-a7ba-5c18-8193-d30647af2cf7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004932',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 24073,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-21',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2024}
2026-03-27 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004932auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:42 [ecarstrade.be] INFO: Saving data for 7004932auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544506.708522, 'last_price_update_time': 1774648542.162016}
2026-03-27 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004932auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005230> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:43 [ecarstrade.be] INFO: Extracting details for car 7005230auction106392
2026-03-27 21:55:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1683b378-91b2-5e02-bf84-f7d70698949a with identifier: 7005230auction106392
2026-03-27 21:55:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1683b378-91b2-5e02-bf84-f7d70698949a with scrape type 2
2026-03-27 21:55:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1683b378-91b2-5e02-bf84-f7d70698949a with scrape type 2
2026-03-27 21:55:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1683b378-91b2-5e02-bf84-f7d70698949a, identifier: 7005230auction106392
2026-03-27 21:55:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1683b378-91b2-5e02-bf84-f7d70698949a with identifier: 7005230auction106392
2026-03-27 21:55:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:55:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1683b378-91b2-5e02-bf84-f7d70698949a with identifier: 7005230auction106392
2026-03-27 21:55:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1683b378-91b2-5e02-bf84-f7d70698949a with identifier: 7005230auction106392 to the API
2026-03-27 21:55:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:43 [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 21:55:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005230>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1683b378-91b2-5e02-bf84-f7d70698949a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005230',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Mazda',
'model': '2',
'odometer': 24131,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'Mazda 2 Homura 2.5L e-SKYACTIV-G M Hybrid (140 hp) BVM6',
'transmission': 'manual',
'trim': 'Homura .5L e-SKYACTIV-G M Hybrid (140 hp) BVM6',
'vin': None,
'year': 2025}
2026-03-27 21:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005230auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:43 [ecarstrade.be] INFO: Saving data for 7005230auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544498.788649, 'last_price_update_time': 1774648543.813442}
2026-03-27 21:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005230auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005757> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:47 [ecarstrade.be] INFO: Extracting details for car 7005757auction106392
2026-03-27 21:55:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f80e6bdd-1db0-52de-a330-2604f09371bf with identifier: 7005757auction106392
2026-03-27 21:55:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f80e6bdd-1db0-52de-a330-2604f09371bf with scrape type 2
2026-03-27 21:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f80e6bdd-1db0-52de-a330-2604f09371bf with scrape type 2
2026-03-27 21:55:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f80e6bdd-1db0-52de-a330-2604f09371bf, identifier: 7005757auction106392
2026-03-27 21:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f80e6bdd-1db0-52de-a330-2604f09371bf with identifier: 7005757auction106392
2026-03-27 21:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f80e6bdd-1db0-52de-a330-2604f09371bf with identifier: 7005757auction106392
2026-03-27 21:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f80e6bdd-1db0-52de-a330-2604f09371bf with identifier: 7005757auction106392 to the API
2026-03-27 21:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:47 [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 21:55:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005757>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': 'f80e6bdd-1db0-52de-a330-2604f09371bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005757',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 8804,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 21:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005757auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:47 [ecarstrade.be] INFO: Saving data for 7005757auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544497.930918, 'last_price_update_time': 1774648547.568289}
2026-03-27 21:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005757auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005750> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:47 [ecarstrade.be] INFO: Extracting details for car 7005750auction106392
2026-03-27 21:55:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81fbd121-dae2-54f0-b4b7-54a476d0bc8d with identifier: 7005750auction106392
2026-03-27 21:55:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81fbd121-dae2-54f0-b4b7-54a476d0bc8d with scrape type 2
2026-03-27 21:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81fbd121-dae2-54f0-b4b7-54a476d0bc8d with scrape type 2
2026-03-27 21:55:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81fbd121-dae2-54f0-b4b7-54a476d0bc8d, identifier: 7005750auction106392
2026-03-27 21:55:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81fbd121-dae2-54f0-b4b7-54a476d0bc8d with identifier: 7005750auction106392
2026-03-27 21:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81fbd121-dae2-54f0-b4b7-54a476d0bc8d with identifier: 7005750auction106392
2026-03-27 21:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81fbd121-dae2-54f0-b4b7-54a476d0bc8d with identifier: 7005750auction106392 to the API
2026-03-27 21:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:47 [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 21:55:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005750>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '81fbd121-dae2-54f0-b4b7-54a476d0bc8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005750',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 16992,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 PureTech 130ch S&S EAT8 Allure',
'transmission': 'automatic',
'trim': 'PureTech 130ch S&S EAT8 Allure',
'vin': None,
'year': 2024}
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005750auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Saving data for 7005750auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544500.092054, 'last_price_update_time': 1774648548.103769}
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005750auction106392') HTTP/1.1" 204 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7007050auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007050auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7007050auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7007051auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007051auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7007051auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7007052auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007052auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7007052auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7007314auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007314auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7007314auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7007315auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007315auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7007315auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7007739auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007739auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7007739auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7007740auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007740auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7007740auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008291auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008291auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008291auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008295auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008295auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008295auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008296auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008296auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008296auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008297auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008297auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008297auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008298auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008298auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008298auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008299auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008299auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008299auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008301auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008301auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008301auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008617auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008617auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008617auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008618auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008618auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008618auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008619auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008619auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008619auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008620auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008620auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008620auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008621auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008621auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008621auction106392: 0
2026-03-27 21:55:48 [ecarstrade.be] INFO: Found listing with ID: 7008622auction106392
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008622auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:48 [ecarstrade.be] INFO: Scrape type for 7008622auction106392: 0
2026-03-27 21:55:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003061> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:55:54 [ecarstrade.be] INFO: Extracting details for car 7003061auction106392
2026-03-27 21:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 933af6fe-4333-5cd3-a014-4a38efe1a98c with identifier: 7003061auction106392
2026-03-27 21:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 933af6fe-4333-5cd3-a014-4a38efe1a98c with scrape type 2
2026-03-27 21:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 933af6fe-4333-5cd3-a014-4a38efe1a98c with scrape type 2
2026-03-27 21:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 933af6fe-4333-5cd3-a014-4a38efe1a98c, identifier: 7003061auction106392
2026-03-27 21:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 933af6fe-4333-5cd3-a014-4a38efe1a98c with identifier: 7003061auction106392
2026-03-27 21:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 933af6fe-4333-5cd3-a014-4a38efe1a98c with identifier: 7003061auction106392
2026-03-27 21:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 933af6fe-4333-5cd3-a014-4a38efe1a98c with identifier: 7003061auction106392 to the API
2026-03-27 21:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:55:54 [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 21:55:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003061>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '933af6fe-4333-5cd3-a014-4a38efe1a98c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003061',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 16924,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003061auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:55:54 [ecarstrade.be] INFO: Saving data for 7003061auction106392: {'auction_closing_time': 1774820403.0, 'created_time': 1774544485.142281, 'last_price_update_time': 1774648554.824712}
2026-03-27 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003061auction106392') HTTP/1.1" 204 0
2026-03-27 21:56:06 [scrapy.extensions.logstats] INFO: Crawled 426 pages (at 38 pages/min), scraped 308 items (at 32 items/min)
2026-03-27 21:56:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:56:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008623auction106392
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008623auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008623auction106392: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008624auction106392
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008624auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008624auction106392: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008625auction106392
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008625auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008625auction106392: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008626auction106392
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008626auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008626auction106392: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008627auction106392
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008627auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008627auction106392: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008628auction106392
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008628auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008628auction106392: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008629auction106392
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008629auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008629auction106392: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008630auction106392
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008630auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008630auction106392: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008631auction106392
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008631auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008631auction106392: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008632auction106404
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008632auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008632auction106404: 0
2026-03-27 21:56:22 [ecarstrade.be] INFO: Found listing with ID: 7008633auction106404
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008633auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:56:22 [ecarstrade.be] INFO: Scrape type for 7008633auction106404: 0
2026-03-27 21:56:23 [ecarstrade.be] INFO: Found listing with ID: 7008634auction106404
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008634auction106404%27 HTTP/1.1" 200 None
2026-03-27 21:56:23 [ecarstrade.be] INFO: Scrape type for 7008634auction106404: 0
2026-03-27 21:56:23 [ecarstrade.be] INFO: Found listing with ID: 7008638auction106392
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008638auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:23 [ecarstrade.be] INFO: Scrape type for 7008638auction106392: 0
2026-03-27 21:56:23 [ecarstrade.be] INFO: Found listing with ID: 7008639auction106392
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008639auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:23 [ecarstrade.be] INFO: Scrape type for 7008639auction106392: 0
2026-03-27 21:56:23 [ecarstrade.be] INFO: Found listing with ID: 7008641auction106392
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008641auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:23 [ecarstrade.be] INFO: Scrape type for 7008641auction106392: 0
2026-03-27 21:56:23 [ecarstrade.be] INFO: Found listing with ID: 7008678auction106392
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008678auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:23 [ecarstrade.be] INFO: Scrape type for 7008678auction106392: 0
2026-03-27 21:56:23 [ecarstrade.be] INFO: Found listing with ID: 7008679auction106392
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008679auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:23 [ecarstrade.be] INFO: Scrape type for 7008679auction106392: 0
2026-03-27 21:56:23 [ecarstrade.be] INFO: Found listing with ID: 7008680auction106392
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008680auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:23 [ecarstrade.be] INFO: Scrape type for 7008680auction106392: 0
2026-03-27 21:56:23 [ecarstrade.be] INFO: Found listing with ID: 7008681auction106392
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008681auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:23 [ecarstrade.be] INFO: Scrape type for 7008681auction106392: 0
2026-03-27 21:56:23 [ecarstrade.be] INFO: Found listing with ID: 7008682auction106392
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008682auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:23 [ecarstrade.be] INFO: Scrape type for 7008682auction106392: 0
2026-03-27 21:56:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7008684auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008684auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7008684auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7008686auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008686auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7008686auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7009307auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009307auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7009307auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7009308auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009308auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7009308auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7009310auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009310auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7009310auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7009311auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009311auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7009311auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7009312auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009312auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7009312auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7009313auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009313auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7009313auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7009314auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009314auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7009314auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010285auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010285auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010285auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010286auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010286auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010286auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010287auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010287auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010287auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010288auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010288auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010288auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010289auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010289auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010289auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010290auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010290auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010290auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010291auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010291auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010291auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010292auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010292auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010292auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010293auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010293auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010293auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010294auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010294auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010294auction106392: 0
2026-03-27 21:56:29 [ecarstrade.be] INFO: Found listing with ID: 7010295auction106392
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010295auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:29 [ecarstrade.be] INFO: Scrape type for 7010295auction106392: 0
2026-03-27 21:56:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010296auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010296auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010296auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010298auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010298auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010298auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010299auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010299auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010299auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010300auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010300auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010300auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010301auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010301auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010301auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010302auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010302auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010302auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010303auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010303auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010303auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010304auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010304auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010304auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010305auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010305auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010305auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010306auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010306auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010306auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7010308auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010308auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7010308auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7011973auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011973auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7011973auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7011976auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011976auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7011976auction106392: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7013195auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013195auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7013195auction106392: 1
2026-03-27 21:56:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7013196auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013196auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7013196auction106392: 1
2026-03-27 21:56:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7013199auction106392
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013199auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7013199auction106392: 1
2026-03-27 21:56:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7002818auction111054
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002818auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7002818auction111054: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7002819auction111054
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002819auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7002819auction111054: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7002820auction111054
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002820auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7002820auction111054: 0
2026-03-27 21:56:37 [ecarstrade.be] INFO: Found listing with ID: 7002853auction111054
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002853auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:37 [ecarstrade.be] INFO: Scrape type for 7002853auction111054: 0
2026-03-27 21:56:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013195> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:56:44 [ecarstrade.be] INFO: Extracting details for car 7013195auction106392
2026-03-27 21:56:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86 with identifier: 7013195auction106392
2026-03-27 21:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86 with scrape type 1
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013195%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774634049%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_001/780x0__r.jpg?hash=1774634049 not downloaded yet
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013195%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774634049%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_002/780x0__r.jpg?hash=1774634049 not downloaded yet
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013195%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774634049%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_003/780x0__r.jpg?hash=1774634049 not downloaded yet
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013195%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774634050%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_004/780x0__r.jpg?hash=1774634050 not downloaded yet
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013195%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774634050%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_005/780x0__r.jpg?hash=1774634050 not downloaded yet
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013195%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774634050%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_006/780x0__r.jpg?hash=1774634050 not downloaded yet
2026-03-27 21:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_002/780x0__r.jpg?hash=1774634049> (referer: https://ecarstrade.com/cars/7013195)
2026-03-27 21:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_003/780x0__r.jpg?hash=1774634049> (referer: https://ecarstrade.com/cars/7013195)
2026-03-27 21:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_001/780x0__r.jpg?hash=1774634049> (referer: https://ecarstrade.com/cars/7013195)
2026-03-27 21:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_005/780x0__r.jpg?hash=1774634050> (referer: https://ecarstrade.com/cars/7013195)
2026-03-27 21:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_004/780x0__r.jpg?hash=1774634050> (referer: https://ecarstrade.com/cars/7013195)
2026-03-27 21:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:56:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_006/780x0__r.jpg?hash=1774634050> (referer: https://ecarstrade.com/cars/7013195)
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86
2026-03-27 21:56:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002913auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002913auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002913auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002915auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002915auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002915auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002916auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002916auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002916auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002917auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002917auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002917auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002918auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002918auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002918auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002919auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002919auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002919auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002920auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002920auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002920auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002921auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002921auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002921auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002922auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002922auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002922auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002923auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002923auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002923auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002992auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002992auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002992auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002993auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002993auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002993auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002995auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002995auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002995auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002996auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002996auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002996auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002998auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002998auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002998auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7002999auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002999auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7002999auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7003001auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003001auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7003001auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7003002auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003002auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:44 [ecarstrade.be] INFO: Scrape type for 7003002auction111054: 0
2026-03-27 21:56:44 [ecarstrade.be] INFO: Found listing with ID: 7003004auction111054
2026-03-27 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003004auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:45 [ecarstrade.be] INFO: Scrape type for 7003004auction111054: 0
2026-03-27 21:56:45 [ecarstrade.be] INFO: Found listing with ID: 7003005auction111054
2026-03-27 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003005auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:45 [ecarstrade.be] INFO: Scrape type for 7003005auction111054: 0
2026-03-27 21:56:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86
2026-03-27 21:56:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86, skipping ID generation
2026-03-27 21:56:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86 with scrape type 1
2026-03-27 21:56:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86 sending to next pipeline
2026-03-27 21:56:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86, identifier: 7013195auction106392
2026-03-27 21:56:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86 with identifier: 7013195auction106392
2026-03-27 21:56:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86 with identifier: 7013195auction106392
2026-03-27 21:56:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86 with identifier: 7013195auction106392 to the API
2026-03-27 21:56:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:56:45 [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 21:56:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013195/photo_006/780x0__r.jpg?hash=1774634050>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': '9a5b6bde-8ac6-52f5-af4c-3aec43ea8e86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013195',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 5375,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013195auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:45 [ecarstrade.be] INFO: Saving data for 7013195auction106392: {'created_time': 1774648605.638257, 'last_price_update_time': 1774648605.638271, 'auction_closing_time': 1774820403.0}
2026-03-27 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013195auction106392') HTTP/1.1" 204 0
2026-03-27 21:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013199> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:56:50 [ecarstrade.be] INFO: Extracting details for car 7013199auction106392
2026-03-27 21:56:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f with identifier: 7013199auction106392
2026-03-27 21:56:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f with scrape type 1
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013199%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774634066%27 HTTP/1.1" 200 None
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_001/780x0__r.jpg?hash=1774634066 not downloaded yet
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013199%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774634066%27 HTTP/1.1" 200 None
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_002/780x0__r.jpg?hash=1774634066 not downloaded yet
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013199%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774634066%27 HTTP/1.1" 200 None
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_003/780x0__r.jpg?hash=1774634066 not downloaded yet
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013199%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774634066%27 HTTP/1.1" 200 None
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_004/780x0__r.jpg?hash=1774634066 not downloaded yet
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013199%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774634067%27 HTTP/1.1" 200 None
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_005/780x0__r.jpg?hash=1774634067 not downloaded yet
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013199%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774634066%27 HTTP/1.1" 200 None
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_006/780x0__r.jpg?hash=1774634066 not downloaded yet
2026-03-27 21:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_002/780x0__r.jpg?hash=1774634066> (referer: https://ecarstrade.com/cars/7013199)
2026-03-27 21:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_001/780x0__r.jpg?hash=1774634066> (referer: https://ecarstrade.com/cars/7013199)
2026-03-27 21:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_004/780x0__r.jpg?hash=1774634066> (referer: https://ecarstrade.com/cars/7013199)
2026-03-27 21:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_003/780x0__r.jpg?hash=1774634066> (referer: https://ecarstrade.com/cars/7013199)
2026-03-27 21:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_005/780x0__r.jpg?hash=1774634067> (referer: https://ecarstrade.com/cars/7013199)
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f
2026-03-27 21:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_006/780x0__r.jpg?hash=1774634066> (referer: https://ecarstrade.com/cars/7013199)
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f
2026-03-27 21:56:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f, skipping ID generation
2026-03-27 21:56:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f with scrape type 1
2026-03-27 21:56:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f sending to next pipeline
2026-03-27 21:56:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f, identifier: 7013199auction106392
2026-03-27 21:56:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f with identifier: 7013199auction106392
2026-03-27 21:56:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f with identifier: 7013199auction106392
2026-03-27 21:56:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95f06cd2-0b4f-51a0-9f3e-f781c7bc241f with identifier: 7013199auction106392 to the API
2026-03-27 21:56:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:56: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 21:56:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013199/photo_006/780x0__r.jpg?hash=1774634066>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Petrol',
'id': '95f06cd2-0b4f-51a0-9f3e-f781c7bc241f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013199',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 18743,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Style',
'transmission': 'manual',
'trim': '100 S&S BVM6 Style',
'vin': None,
'year': 2025}
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013199auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Saving data for 7013199auction106392: {'created_time': 1774648611.184649, 'last_price_update_time': 1774648611.18466, 'auction_closing_time': 1774820403.0}
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013199auction106392') HTTP/1.1" 204 0
2026-03-27 21:56:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003007auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003007auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003007auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003008auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003008auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003008auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003009auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003009auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003009auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003103auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003103auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003103auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003212auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003212auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003212auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003213auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003213auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003213auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003214auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003214auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003214auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003215auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003215auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003215auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003217auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003217auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003217auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003277auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003277auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003277auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003359auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003359auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003359auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003361auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003361auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003361auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003553auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003553auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003553auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003668auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003668auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003668auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7003669auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003669auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7003669auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7004533auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004533auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7004533auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7004534auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004534auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7004534auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7004535auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004535auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7004535auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7004536auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004536auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7004536auction111054: 0
2026-03-27 21:56:51 [ecarstrade.be] INFO: Found listing with ID: 7004537auction111054
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004537auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:51 [ecarstrade.be] INFO: Scrape type for 7004537auction111054: 0
2026-03-27 21:56:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:56:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004538auction111054
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004538auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:57 [ecarstrade.be] INFO: Scrape type for 7004538auction111054: 0
2026-03-27 21:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004546auction111054
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004546auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:57 [ecarstrade.be] INFO: Scrape type for 7004546auction111054: 0
2026-03-27 21:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004547auction111054
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004547auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:57 [ecarstrade.be] INFO: Scrape type for 7004547auction111054: 0
2026-03-27 21:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004548auction111054
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004548auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:57 [ecarstrade.be] INFO: Scrape type for 7004548auction111054: 0
2026-03-27 21:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004815auction111054
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004815auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:57 [ecarstrade.be] INFO: Scrape type for 7004815auction111054: 0
2026-03-27 21:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004818auction111054
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004818auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:57 [ecarstrade.be] INFO: Scrape type for 7004818auction111054: 0
2026-03-27 21:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004820auction111054
2026-03-27 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004820auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7004820auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7004974auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004974auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7004974auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005180auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005180auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005180auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005182auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005182auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005182auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005183auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005183auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005183auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005186auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005186auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005186auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005222auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005222auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005222auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005223auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005223auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005223auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005224auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005224auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005224auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005225auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005225auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005225auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005280auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005280auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005280auction111054: 0
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005469auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005469auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005469auction111054: 2
2026-03-27 21:56:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005470auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005470auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005470auction111054: 2
2026-03-27 21:56:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:58 [ecarstrade.be] INFO: Found listing with ID: 7005471auction111054
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005471auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:56:58 [ecarstrade.be] INFO: Scrape type for 7005471auction111054: 2
2026-03-27 21:56:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:56:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7005545auction111054
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005545auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7005545auction111054: 2
2026-03-27 21:57:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7005810auction111054
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005810auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7005810auction111054: 2
2026-03-27 21:57:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7005813auction111054
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005813auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7005813auction111054: 2
2026-03-27 21:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005469> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7006503auction111054
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006503auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7006503auction111054: 2
2026-03-27 21:57:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7006504auction111054
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006504auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7006504auction111054: 2
2026-03-27 21:57:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7006786auction111054
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006786auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7006786auction111054: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7006787auction111054
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006787auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7006787auction111054: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7007001auction111054
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007001auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7007001auction111054: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009935auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009935auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009935auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7010004auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010004auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7010004auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009929auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009929auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009929auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009912auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009912auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009912auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009882auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009882auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009882auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009881auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009881auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009881auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009861auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009861auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009861auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009885auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009885auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009885auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009886auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009886auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009886auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009877auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009877auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009877auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009927auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009927auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009927auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Found listing with ID: 7009897auction111137
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009897auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:04 [ecarstrade.be] INFO: Scrape type for 7009897auction111137: 0
2026-03-27 21:57:04 [ecarstrade.be] INFO: Extracting details for car 7005469auction111054
2026-03-27 21:57:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45dd33c3-07f7-54f1-87d5-d27acfd19184 with identifier: 7005469auction111054
2026-03-27 21:57:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45dd33c3-07f7-54f1-87d5-d27acfd19184 with scrape type 2
2026-03-27 21:57:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45dd33c3-07f7-54f1-87d5-d27acfd19184 with scrape type 2
2026-03-27 21:57:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45dd33c3-07f7-54f1-87d5-d27acfd19184, identifier: 7005469auction111054
2026-03-27 21:57:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45dd33c3-07f7-54f1-87d5-d27acfd19184 with identifier: 7005469auction111054
2026-03-27 21:57:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45dd33c3-07f7-54f1-87d5-d27acfd19184 with identifier: 7005469auction111054
2026-03-27 21:57:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45dd33c3-07f7-54f1-87d5-d27acfd19184 with identifier: 7005469auction111054 to the API
2026-03-27 21:57:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:57:06 [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 21:57:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005469>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '45dd33c3-07f7-54f1-87d5-d27acfd19184',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005469',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C3',
'odometer': 113912,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-19',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C3 Dsl C3 1.5 BlueHDi Shine S&S',
'transmission': 'manual',
'trim': 'CITROEN Dsl 1.5 BlueHDi Shine S&S',
'vin': None,
'year': 2021}
2026-03-27 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005469auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:06 [ecarstrade.be] INFO: Saving data for 7005469auction111054: {'auction_closing_time': 1774852800.0, 'created_time': 1774544573.984879, 'last_price_update_time': 1774648626.893776}
2026-03-27 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005469auction111054') HTTP/1.1" 204 0
2026-03-27 21:57:07 [scrapy.extensions.logstats] INFO: Crawled 436 pages (at 10 pages/min), scraped 311 items (at 3 items/min)
2026-03-27 21:57:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005470> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005471> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:07 [ecarstrade.be] INFO: Extracting details for car 7005470auction111054
2026-03-27 21:57:07 [ecarstrade.be] INFO: Extracting details for car 7005471auction111054
2026-03-27 21:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6be5d22f-9344-57ec-b84c-b7341be74a2f with identifier: 7005470auction111054
2026-03-27 21:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6be5d22f-9344-57ec-b84c-b7341be74a2f with scrape type 2
2026-03-27 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6be5d22f-9344-57ec-b84c-b7341be74a2f with scrape type 2
2026-03-27 21:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6be5d22f-9344-57ec-b84c-b7341be74a2f, identifier: 7005470auction111054
2026-03-27 21:57:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e0595ce-0ed4-549b-b33f-a5dffe6ff655 with identifier: 7005471auction111054
2026-03-27 21:57:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e0595ce-0ed4-549b-b33f-a5dffe6ff655 with scrape type 2
2026-03-27 21:57:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e0595ce-0ed4-549b-b33f-a5dffe6ff655 with scrape type 2
2026-03-27 21:57:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e0595ce-0ed4-549b-b33f-a5dffe6ff655, identifier: 7005471auction111054
2026-03-27 21:57:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6be5d22f-9344-57ec-b84c-b7341be74a2f with identifier: 7005470auction111054
2026-03-27 21:57:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6be5d22f-9344-57ec-b84c-b7341be74a2f with identifier: 7005470auction111054
2026-03-27 21:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6be5d22f-9344-57ec-b84c-b7341be74a2f with identifier: 7005470auction111054 to the API
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:57:07 [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 21:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005470>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '6be5d22f-9344-57ec-b84c-b7341be74a2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005470',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 163163,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant VII Golf Variant Trendline 1.6 TDI '
'BlueMotion Technology 81 kW (110 pk) 5 versnellingen manueel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Variant VII Variant Trendline 1.6 TDI BlueMotion '
'Technology 81 kW (110 pk) 5 versnellingen manueel',
'vin': None,
'year': 2015}
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005470auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:07 [ecarstrade.be] INFO: Saving data for 7005470auction111054: {'auction_closing_time': 1774852800.0, 'created_time': 1774544575.628737, 'last_price_update_time': 1774648627.589019}
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005470auction111054') HTTP/1.1" 204 0
2026-03-27 21:57:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e0595ce-0ed4-549b-b33f-a5dffe6ff655 with identifier: 7005471auction111054
2026-03-27 21:57:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e0595ce-0ed4-549b-b33f-a5dffe6ff655 with identifier: 7005471auction111054
2026-03-27 21:57:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e0595ce-0ed4-549b-b33f-a5dffe6ff655 with identifier: 7005471auction111054 to the API
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:57:07 [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 21:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005471>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '6e0595ce-0ed4-549b-b33f-a5dffe6ff655',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005471',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 149322,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Variant VII Golf Variant HL 1.6 TDI 85 kW (115 pk) '
'7 versnellingen DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Variant VII Variant HL 1.6 TDI 85 kW (115 pk) 7 '
'versnellingen DSG',
'vin': None,
'year': 2018}
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005471auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:07 [ecarstrade.be] INFO: Saving data for 7005471auction111054: {'auction_closing_time': 1774852800.0, 'created_time': 1774544576.029281, 'last_price_update_time': 1774648627.85784}
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005471auction111054') HTTP/1.1" 204 0
2026-03-27 21:57:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006503> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:12 [ecarstrade.be] INFO: Extracting details for car 7006503auction111054
2026-03-27 21:57:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ebed25a-bed8-59d2-8988-daebee4f05f4 with identifier: 7006503auction111054
2026-03-27 21:57:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ebed25a-bed8-59d2-8988-daebee4f05f4 with scrape type 2
2026-03-27 21:57:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ebed25a-bed8-59d2-8988-daebee4f05f4 with scrape type 2
2026-03-27 21:57:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ebed25a-bed8-59d2-8988-daebee4f05f4, identifier: 7006503auction111054
2026-03-27 21:57:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ebed25a-bed8-59d2-8988-daebee4f05f4 with identifier: 7006503auction111054
2026-03-27 21:57:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ebed25a-bed8-59d2-8988-daebee4f05f4 with identifier: 7006503auction111054
2026-03-27 21:57:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ebed25a-bed8-59d2-8988-daebee4f05f4 with identifier: 7006503auction111054 to the API
2026-03-27 21:57:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:57:13 [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 21:57:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006503>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': '3ebed25a-bed8-59d2-8988-daebee4f05f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006503',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf Sportsvan',
'odometer': 136875,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Sportsvan Golf Sportsvan CL 1.0 TSI 81 kW (110 ch) '
'6 vitesses manuel',
'transmission': 'manual',
'trim': 'VOLKSWAGEN CL 1.0 TSI 81 kW (110 ch) 6 vitesses manuel',
'vin': None,
'year': 2018}
2026-03-27 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006503auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:13 [ecarstrade.be] INFO: Saving data for 7006503auction111054: {'auction_closing_time': 1774852800.0, 'created_time': 1774544584.836724, 'last_price_update_time': 1774648633.61681}
2026-03-27 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006503auction111054') HTTP/1.1" 204 0
2026-03-27 21:57:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005810> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005545> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:13 [ecarstrade.be] INFO: Extracting details for car 7005810auction111054
2026-03-27 21:57:13 [ecarstrade.be] INFO: Extracting details for car 7005545auction111054
2026-03-27 21:57:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eeee7cd7-26ca-5e63-b136-94d5c2b83886 with identifier: 7005810auction111054
2026-03-27 21:57:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeee7cd7-26ca-5e63-b136-94d5c2b83886 with scrape type 2
2026-03-27 21:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eeee7cd7-26ca-5e63-b136-94d5c2b83886 with scrape type 2
2026-03-27 21:57:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eeee7cd7-26ca-5e63-b136-94d5c2b83886, identifier: 7005810auction111054
2026-03-27 21:57:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 166e5859-481a-5bf2-ac3a-8e2e7416cabd with identifier: 7005545auction111054
2026-03-27 21:57:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 166e5859-481a-5bf2-ac3a-8e2e7416cabd with scrape type 2
2026-03-27 21:57:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 166e5859-481a-5bf2-ac3a-8e2e7416cabd with scrape type 2
2026-03-27 21:57:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 166e5859-481a-5bf2-ac3a-8e2e7416cabd, identifier: 7005545auction111054
2026-03-27 21:57:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eeee7cd7-26ca-5e63-b136-94d5c2b83886 with identifier: 7005810auction111054
2026-03-27 21:57:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eeee7cd7-26ca-5e63-b136-94d5c2b83886 with identifier: 7005810auction111054
2026-03-27 21:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eeee7cd7-26ca-5e63-b136-94d5c2b83886 with identifier: 7005810auction111054 to the API
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:57:14 [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 21:57:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005810>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'eeee7cd7-26ca-5e63-b136-94d5c2b83886',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005810',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 39000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-10',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo Polo Trendline 1.2 TSI BlueMotion Technology 66 kW '
'(90 pk) 7 versnellingen DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Trendline 1.2 TSI BlueMotion Technology 66 kW (90 pk) 7 '
'versnellingen DSG',
'vin': None,
'year': 2016}
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005810auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Saving data for 7005810auction111054: {'auction_closing_time': 1774852800.0, 'created_time': 1774544588.71762, 'last_price_update_time': 1774648634.202349}
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005810auction111054') HTTP/1.1" 204 0
2026-03-27 21:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 166e5859-481a-5bf2-ac3a-8e2e7416cabd with identifier: 7005545auction111054
2026-03-27 21:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 166e5859-481a-5bf2-ac3a-8e2e7416cabd with identifier: 7005545auction111054
2026-03-27 21:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 166e5859-481a-5bf2-ac3a-8e2e7416cabd with identifier: 7005545auction111054 to the API
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:57:14 [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 21:57:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005545>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': '166e5859-481a-5bf2-ac3a-8e2e7416cabd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005545',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A6',
'odometer': 235174,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-07-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 Avant 2.0 TDi Multitronic',
'transmission': 'automatic',
'trim': 'AUDI Avant 2.0 TDi Multitronic',
'vin': None,
'year': 2014}
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005545auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Saving data for 7005545auction111054: {'auction_closing_time': 1774852800.0, 'created_time': 1774544576.613126, 'last_price_update_time': 1774648634.48551}
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005545auction111054') HTTP/1.1" 204 0
2026-03-27 21:57:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009865auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009865auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009865auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009920auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009920auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009920auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009989auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009989auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009989auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009930auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009930auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009930auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009926auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009926auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009926auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009928auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009928auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009928auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009998auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009998auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009998auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7010000auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010000auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7010000auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009916auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009916auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009916auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009862auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009862auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009862auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009907auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009907auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009907auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009975auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009975auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009975auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009924auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009924auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009924auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009875auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009875auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009875auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009909auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009909auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009909auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7010005auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010005auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7010005auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009947auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009947auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009947auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009923auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009923auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009923auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009956auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009956auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009956auction111137: 0
2026-03-27 21:57:14 [ecarstrade.be] INFO: Found listing with ID: 7009880auction111137
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009880auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:14 [ecarstrade.be] INFO: Scrape type for 7009880auction111137: 0
2026-03-27 21:57:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006504> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:15 [ecarstrade.be] INFO: Extracting details for car 7006504auction111054
2026-03-27 21:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5d78d6a-2e61-5014-88be-1de8408f9d23 with identifier: 7006504auction111054
2026-03-27 21:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5d78d6a-2e61-5014-88be-1de8408f9d23 with scrape type 2
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5d78d6a-2e61-5014-88be-1de8408f9d23 with scrape type 2
2026-03-27 21:57:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5d78d6a-2e61-5014-88be-1de8408f9d23, identifier: 7006504auction111054
2026-03-27 21:57:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5d78d6a-2e61-5014-88be-1de8408f9d23 with identifier: 7006504auction111054
2026-03-27 21:57:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5d78d6a-2e61-5014-88be-1de8408f9d23 with identifier: 7006504auction111054
2026-03-27 21:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5d78d6a-2e61-5014-88be-1de8408f9d23 with identifier: 7006504auction111054 to the API
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:57:15 [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 21:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006504>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 3',
'engine': '1.4L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'c5d78d6a-2e61-5014-88be-1de8408f9d23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006504',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 140352,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-04-25',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Fiesta Fiesta',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2003}
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006504auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:15 [ecarstrade.be] INFO: Saving data for 7006504auction111054: {'auction_closing_time': 1774852800.0, 'created_time': 1774544584.309409, 'last_price_update_time': 1774648635.440106}
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006504auction111054') HTTP/1.1" 204 0
2026-03-27 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013196> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:15 [ecarstrade.be] INFO: Extracting details for car 7013196auction106392
2026-03-27 21:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2ea7fe2-bd92-553b-8628-c152814c9ca5 with identifier: 7013196auction106392
2026-03-27 21:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2ea7fe2-bd92-553b-8628-c152814c9ca5 with scrape type 1
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d2ea7fe2-bd92-553b-8628-c152814c9ca5
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013196%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774634052%27 HTTP/1.1" 200 None
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_001/780x0__r.jpg?hash=1774634052 not downloaded yet
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013196%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774634052%27 HTTP/1.1" 200 None
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_002/780x0__r.jpg?hash=1774634052 not downloaded yet
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013196%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774634052%27 HTTP/1.1" 200 None
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_003/780x0__r.jpg?hash=1774634052 not downloaded yet
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013196%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774634053%27 HTTP/1.1" 200 None
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_004/780x0__r.jpg?hash=1774634053 not downloaded yet
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013196%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774634053%27 HTTP/1.1" 200 None
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_005/780x0__r.jpg?hash=1774634053 not downloaded yet
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013196%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774634053%27 HTTP/1.1" 200 None
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_006/780x0__r.jpg?hash=1774634053 not downloaded yet
2026-03-27 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_002/780x0__r.jpg?hash=1774634052> (referer: https://ecarstrade.com/cars/7013196)
2026-03-27 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_001/780x0__r.jpg?hash=1774634052> (referer: https://ecarstrade.com/cars/7013196)
2026-03-27 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_004/780x0__r.jpg?hash=1774634053> (referer: https://ecarstrade.com/cars/7013196)
2026-03-27 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_003/780x0__r.jpg?hash=1774634052> (referer: https://ecarstrade.com/cars/7013196)
2026-03-27 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_005/780x0__r.jpg?hash=1774634053> (referer: https://ecarstrade.com/cars/7013196)
2026-03-27 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_006/780x0__r.jpg?hash=1774634053> (referer: https://ecarstrade.com/cars/7013196)
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d2ea7fe2-bd92-553b-8628-c152814c9ca5
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d2ea7fe2-bd92-553b-8628-c152814c9ca5
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d2ea7fe2-bd92-553b-8628-c152814c9ca5
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d2ea7fe2-bd92-553b-8628-c152814c9ca5
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d2ea7fe2-bd92-553b-8628-c152814c9ca5
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d2ea7fe2-bd92-553b-8628-c152814c9ca5
2026-03-27 21:57:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d2ea7fe2-bd92-553b-8628-c152814c9ca5, skipping ID generation
2026-03-27 21:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2ea7fe2-bd92-553b-8628-c152814c9ca5 with scrape type 1
2026-03-27 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d2ea7fe2-bd92-553b-8628-c152814c9ca5 sending to next pipeline
2026-03-27 21:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2ea7fe2-bd92-553b-8628-c152814c9ca5, identifier: 7013196auction106392
2026-03-27 21:57:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2ea7fe2-bd92-553b-8628-c152814c9ca5 with identifier: 7013196auction106392
2026-03-27 21:57:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2ea7fe2-bd92-553b-8628-c152814c9ca5 with identifier: 7013196auction106392
2026-03-27 21:57:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2ea7fe2-bd92-553b-8628-c152814c9ca5 with identifier: 7013196auction106392 to the API
2026-03-27 21:57:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:57:16 [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 21:57:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013196/photo_006/780x0__r.jpg?hash=1774634053>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T21:40:03Z',
'fuel_type': 'Diesel',
'id': 'd2ea7fe2-bd92-553b-8628-c152814c9ca5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013196',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 12049,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013196auction106392%27 HTTP/1.1" 200 None
2026-03-27 21:57:16 [ecarstrade.be] INFO: Saving data for 7013196auction106392: {'created_time': 1774648636.372571, 'last_price_update_time': 1774648636.372582, 'auction_closing_time': 1774820403.0}
2026-03-27 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013196auction106392') HTTP/1.1" 204 0
2026-03-27 21:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009955auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009955auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009955auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009962auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009962auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009962auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7010003auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010003auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7010003auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009978auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009978auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009978auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009894auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009894auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009894auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009859auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009859auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009859auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009876auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009876auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009876auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009958auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009958auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009958auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009942auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009942auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009942auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009864auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009864auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009864auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009963auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009963auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009963auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7010002auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010002auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7010002auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009874auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009874auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009874auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7010001auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010001auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7010001auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009889auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009889auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009889auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009893auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009893auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009893auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009870auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009870auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009870auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009925auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009925auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009925auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009860auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009860auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009860auction111137: 0
2026-03-27 21:57:22 [ecarstrade.be] INFO: Found listing with ID: 7009866auction111137
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009866auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:22 [ecarstrade.be] INFO: Scrape type for 7009866auction111137: 0
2026-03-27 21:57:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009887auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009887auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009887auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009872auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009872auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009872auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009984auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009984auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009984auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009995auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009995auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009995auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009863auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009863auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009863auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009910auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009910auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009910auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009890auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009890auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009890auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009898auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009898auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009898auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009951auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009951auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009951auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009985auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009985auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009985auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009988auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009988auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009988auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009879auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009879auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009879auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009993auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009993auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009993auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009873auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009873auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009873auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009941auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009941auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009941auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009944auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009944auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009944auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009971auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009971auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009971auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009867auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009867auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009867auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009991auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009991auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009991auction111137: 0
2026-03-27 21:57:29 [ecarstrade.be] INFO: Found listing with ID: 7009883auction111137
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009883auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:29 [ecarstrade.be] INFO: Scrape type for 7009883auction111137: 0
2026-03-27 21:57:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009899auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009899auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009899auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009960auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009960auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009960auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009997auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009997auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009997auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009869auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009869auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009869auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009871auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009871auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009871auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009996auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009996auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009996auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009884auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009884auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009884auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009981auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009981auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009981auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009987auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009987auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009987auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009931auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009931auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009931auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009986auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009986auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009986auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009856auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009856auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009856auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009961auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009961auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009961auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009994auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009994auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009994auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009891auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009891auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009891auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009914auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009914auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009914auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009903auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009903auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009903auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009932auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009932auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009932auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009940auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009940auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009940auction111137: 0
2026-03-27 21:57:37 [ecarstrade.be] INFO: Found listing with ID: 7009948auction111137
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009948auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:37 [ecarstrade.be] INFO: Scrape type for 7009948auction111137: 0
2026-03-27 21:57:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005813> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:43 [ecarstrade.be] INFO: Extracting details for car 7005813auction111054
2026-03-27 21:57:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d412e33d-46e1-570a-89d4-82fd64868ed9 with identifier: 7005813auction111054
2026-03-27 21:57:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d412e33d-46e1-570a-89d4-82fd64868ed9 with scrape type 2
2026-03-27 21:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d412e33d-46e1-570a-89d4-82fd64868ed9 with scrape type 2
2026-03-27 21:57:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d412e33d-46e1-570a-89d4-82fd64868ed9, identifier: 7005813auction111054
2026-03-27 21:57:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d412e33d-46e1-570a-89d4-82fd64868ed9 with identifier: 7005813auction111054
2026-03-27 21:57:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d412e33d-46e1-570a-89d4-82fd64868ed9 with identifier: 7005813auction111054
2026-03-27 21:57:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d412e33d-46e1-570a-89d4-82fd64868ed9 with identifier: 7005813auction111054 to the API
2026-03-27 21:57:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:57:43 [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 21:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005813>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'd412e33d-46e1-570a-89d4-82fd64868ed9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005813',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Jaguar E-Pace',
'odometer': 136210,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'JAGUAR E-Pace Dsl 2.0 D',
'transmission': 'manual',
'trim': 'JAGUAR E-Pace Dsl 2.0 D',
'vin': None,
'year': 2019}
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005813auction111054%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Saving data for 7005813auction111054: {'auction_closing_time': 1774852800.0, 'created_time': 1774544585.46816, 'last_price_update_time': 1774648664.025788}
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005813auction111054') HTTP/1.1" 204 0
2026-03-27 21:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009968auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009968auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009968auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009959auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009959auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009959auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009904auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009904auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009904auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009977auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009977auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009977auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009982auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009982auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009982auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009950auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009950auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009950auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009967auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009967auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009967auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009918auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009918auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009918auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009938auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009938auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009938auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009983auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009983auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009983auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009888auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009888auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009888auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009976auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009976auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009976auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009992auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009992auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009992auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009965auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009965auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009965auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009900auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009900auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009900auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009896auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009896auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009896auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009902auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009902auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009902auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009921auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009921auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009921auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009933auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009933auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009933auction111137: 0
2026-03-27 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009970auction111137
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009970auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009970auction111137: 0
2026-03-27 21:57:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009906auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009906auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009906auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009946auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009946auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009946auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009969auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009969auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009969auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009953auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009953auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009953auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009954auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009954auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009954auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009937auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009937auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009937auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009966auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009966auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009966auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009908auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009908auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009908auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009917auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009917auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009917auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009901auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009901auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009901auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009980auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009980auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009980auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009945auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009945auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009945auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009911auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009911auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009911auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009919auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009919auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009919auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009936auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009936auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009936auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009990auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009990auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009990auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009895auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009895auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009895auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009949auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009949auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009949auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009972auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009972auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009972auction111137: 0
2026-03-27 21:57:52 [ecarstrade.be] INFO: Found listing with ID: 7009973auction111137
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009973auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:52 [ecarstrade.be] INFO: Scrape type for 7009973auction111137: 0
2026-03-27 21:57:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:57:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:57:58 [ecarstrade.be] INFO: Found listing with ID: 7009974auction111137
2026-03-27 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009974auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:58 [ecarstrade.be] INFO: Scrape type for 7009974auction111137: 0
2026-03-27 21:57:58 [ecarstrade.be] INFO: Found listing with ID: 7009939auction111137
2026-03-27 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009939auction111137%27 HTTP/1.1" 200 None
2026-03-27 21:57:58 [ecarstrade.be] INFO: Scrape type for 7009939auction111137: 0
2026-03-27 21:57:58 [ecarstrade.be] INFO: Found listing with ID: 7007792auction111116
2026-03-27 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007792auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:58 [ecarstrade.be] INFO: Scrape type for 7007792auction111116: 0
2026-03-27 21:57:58 [ecarstrade.be] INFO: Found listing with ID: 7007793auction111116
2026-03-27 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007793auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:58 [ecarstrade.be] INFO: Scrape type for 7007793auction111116: 0
2026-03-27 21:57:58 [ecarstrade.be] INFO: Found listing with ID: 7007801auction111116
2026-03-27 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007801auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007801auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007811auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007811auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007811auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007812auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007812auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007812auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007813auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007813auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007813auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007816auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007816auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007816auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007823auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007823auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007823auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007828auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007828auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007828auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007832auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007832auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007832auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007833auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007833auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007833auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007834auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007834auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007834auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007835auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007835auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007835auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007839auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007839auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007839auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007840auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007840auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007840auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007841auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007841auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007841auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007845auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007845auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007845auction111116: 0
2026-03-27 21:57:59 [ecarstrade.be] INFO: Found listing with ID: 7007846auction111116
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007846auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:57:59 [ecarstrade.be] INFO: Scrape type for 7007846auction111116: 0
2026-03-27 21:57:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:58:06 [scrapy.extensions.logstats] INFO: Crawled 451 pages (at 15 pages/min), scraped 319 items (at 8 items/min)
2026-03-27 21:58:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:58:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007847auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007847auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007847auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007849auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007849auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007849auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007850auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007850auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007850auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007851auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007851auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007851auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007852auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007852auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007852auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007853auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007853auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007853auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007854auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007854auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007854auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007855auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007855auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007855auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007856auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007856auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007856auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007857auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007857auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007857auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007859auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007859auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007859auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007860auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007860auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007860auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007861auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007861auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007861auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007862auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007862auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007862auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007863auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007863auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007863auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007864auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007864auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007864auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007866auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007866auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007866auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007867auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007867auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007867auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007868auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007868auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007868auction111116: 0
2026-03-27 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7007870auction111116
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007870auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:36 [ecarstrade.be] INFO: Scrape type for 7007870auction111116: 0
2026-03-27 21:58:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:58:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:58:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 7007873auction111116
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007873auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:42 [ecarstrade.be] INFO: Scrape type for 7007873auction111116: 0
2026-03-27 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 7007874auction111116
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007874auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:42 [ecarstrade.be] INFO: Scrape type for 7007874auction111116: 0
2026-03-27 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 7007877auction111116
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007877auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:42 [ecarstrade.be] INFO: Scrape type for 7007877auction111116: 0
2026-03-27 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 7007879auction111116
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007879auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:42 [ecarstrade.be] INFO: Scrape type for 7007879auction111116: 0
2026-03-27 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 7007880auction111116
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007880auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:42 [ecarstrade.be] INFO: Scrape type for 7007880auction111116: 0
2026-03-27 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 7007884auction111116
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007884auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:42 [ecarstrade.be] INFO: Scrape type for 7007884auction111116: 0
2026-03-27 21:58:42 [ecarstrade.be] INFO: Found listing with ID: 7007885auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007885auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007885auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007887auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007887auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007887auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007888auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007888auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007888auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007890auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007890auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007890auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007892auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007892auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007892auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007893auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007893auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007893auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007894auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007894auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007894auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007895auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007895auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007895auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007896auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007896auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007896auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007898auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007898auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007898auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007899auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007899auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007899auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007900auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007900auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007900auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007901auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007901auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007901auction111116: 0
2026-03-27 21:58:43 [ecarstrade.be] INFO: Found listing with ID: 7007902auction111116
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007902auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:43 [ecarstrade.be] INFO: Scrape type for 7007902auction111116: 0
2026-03-27 21:58:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:58:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007903auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007903auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007903auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007906auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007906auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007906auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007908auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007908auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007908auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007914auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007914auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007914auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007917auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007917auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007917auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007919auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007919auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007919auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007920auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007920auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007920auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007921auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007921auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007921auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007922auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007922auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007922auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007924auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007924auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007924auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007926auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007926auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007926auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007928auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007928auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007928auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007929auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007929auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007929auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007932auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007932auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007932auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007933auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007933auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007933auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007936auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007936auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007936auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007937auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007937auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007937auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007938auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007938auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007938auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007939auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007939auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007939auction111116: 0
2026-03-27 21:58:49 [ecarstrade.be] INFO: Found listing with ID: 7007940auction111116
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007940auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:49 [ecarstrade.be] INFO: Scrape type for 7007940auction111116: 0
2026-03-27 21:58:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:58:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found listing with ID: 7007941auction111116
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007941auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:55 [ecarstrade.be] INFO: Scrape type for 7007941auction111116: 0
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found listing with ID: 7007942auction111116
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007942auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:55 [ecarstrade.be] INFO: Scrape type for 7007942auction111116: 0
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found listing with ID: 7007943auction111116
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007943auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:55 [ecarstrade.be] INFO: Scrape type for 7007943auction111116: 0
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found listing with ID: 7007944auction111116
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007944auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:55 [ecarstrade.be] INFO: Scrape type for 7007944auction111116: 0
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found listing with ID: 7007945auction111116
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007945auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:55 [ecarstrade.be] INFO: Scrape type for 7007945auction111116: 0
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found listing with ID: 7007946auction111116
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007946auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:55 [ecarstrade.be] INFO: Scrape type for 7007946auction111116: 0
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found listing with ID: 7007947auction111116
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007947auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:55 [ecarstrade.be] INFO: Scrape type for 7007947auction111116: 0
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found listing with ID: 7007948auction111116
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007948auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:55 [ecarstrade.be] INFO: Scrape type for 7007948auction111116: 0
2026-03-27 21:58:55 [ecarstrade.be] INFO: Found listing with ID: 7007949auction111116
2026-03-27 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007949auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007949auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007950auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007950auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007950auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007952auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007952auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007952auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007953auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007953auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007953auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007954auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007954auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007954auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007955auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007955auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007955auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007956auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007956auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007956auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007957auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007957auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007957auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007961auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007961auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007961auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007963auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007963auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007963auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007964auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007964auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007964auction111116: 0
2026-03-27 21:58:56 [ecarstrade.be] INFO: Found listing with ID: 7007966auction111116
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007966auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:58:56 [ecarstrade.be] INFO: Scrape type for 7007966auction111116: 0
2026-03-27 21:58:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007968auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007968auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007968auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007972auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007972auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007972auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007974auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007974auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007974auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007976auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007976auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007976auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007977auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007977auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007977auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007983auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007983auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007983auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007984auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007984auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007984auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007985auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007985auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007985auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007986auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007986auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007986auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007987auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007987auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007987auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007988auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007988auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007988auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007989auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007989auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007989auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007991auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007991auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007991auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007993auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007993auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007993auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007994auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007994auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007994auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007998auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007998auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007998auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7007999auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007999auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7007999auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7008000auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008000auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7008000auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7008001auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008001auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7008001auction111116: 0
2026-03-27 21:59:02 [ecarstrade.be] INFO: Found listing with ID: 7008003auction111116
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008003auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:02 [ecarstrade.be] INFO: Scrape type for 7008003auction111116: 0
2026-03-27 21:59:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:06 [scrapy.extensions.logstats] INFO: Crawled 456 pages (at 5 pages/min), scraped 319 items (at 0 items/min)
2026-03-27 21:59:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 21:59:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:59:08 [ecarstrade.be] INFO: Found listing with ID: 7008005auction111116
2026-03-27 21:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008005auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:08 [ecarstrade.be] INFO: Scrape type for 7008005auction111116: 0
2026-03-27 21:59:08 [ecarstrade.be] INFO: Found listing with ID: 7008007auction111116
2026-03-27 21:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008007auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:08 [ecarstrade.be] INFO: Scrape type for 7008007auction111116: 0
2026-03-27 21:59:08 [ecarstrade.be] INFO: Found listing with ID: 7008025auction111116
2026-03-27 21:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008025auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7008025auction111116: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7008026auction111116
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008026auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7008026auction111116: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7008029auction111116
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008029auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7008029auction111116: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7008030auction111116
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008030auction111116%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7008030auction111116: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7009400auction99101
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009400auction99101%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7009400auction99101: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7009427auction99101
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009427auction99101%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7009427auction99101: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7009448auction99101
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009448auction99101%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7009448auction99101: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7009468auction99101
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009468auction99101%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7009468auction99101: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7009487auction99101
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009487auction99101%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7009487auction99101: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7009499auction99101
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009499auction99101%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7009499auction99101: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7009510auction99101
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009510auction99101%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7009510auction99101: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7003910auction111076
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003910auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7003910auction111076: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7003911auction111076
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003911auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7003911auction111076: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7003912auction111076
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003912auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7003912auction111076: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7003913auction111076
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003913auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7003913auction111076: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7003914auction111076
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003914auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7003914auction111076: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7003915auction111076
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003915auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7003915auction111076: 0
2026-03-27 21:59:09 [ecarstrade.be] INFO: Found listing with ID: 7003916auction111076
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003916auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:09 [ecarstrade.be] INFO: Scrape type for 7003916auction111076: 0
2026-03-27 21:59:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003917auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003917auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003917auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003918auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003918auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003918auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003919auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003919auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003919auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003920auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003920auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003920auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003921auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003921auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003921auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003922auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003922auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003922auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003923auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003923auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003923auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003924auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003924auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003924auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003925auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003925auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003925auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003926auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003926auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003926auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003927auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003927auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003927auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003928auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003928auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003928auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003929auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003929auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003929auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003930auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003930auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003930auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003931auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003931auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003931auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003932auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003932auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003932auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003933auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003933auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003933auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003934auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003934auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003934auction111076: 0
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003935auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003935auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003935auction111076: 2
2026-03-27 21:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:15 [ecarstrade.be] INFO: Found listing with ID: 7003936auction111076
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003936auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:15 [ecarstrade.be] INFO: Scrape type for 7003936auction111076: 0
2026-03-27 21:59:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:59:21 [ecarstrade.be] INFO: Found listing with ID: 7003937auction111076
2026-03-27 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003937auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:21 [ecarstrade.be] INFO: Scrape type for 7003937auction111076: 0
2026-03-27 21:59:21 [ecarstrade.be] INFO: Found listing with ID: 7003938auction111076
2026-03-27 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003938auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:21 [ecarstrade.be] INFO: Scrape type for 7003938auction111076: 0
2026-03-27 21:59:21 [ecarstrade.be] INFO: Found listing with ID: 7003939auction111076
2026-03-27 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003939auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:21 [ecarstrade.be] INFO: Scrape type for 7003939auction111076: 0
2026-03-27 21:59:21 [ecarstrade.be] INFO: Found listing with ID: 7003940auction111076
2026-03-27 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003940auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003940auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003941auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003941auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003941auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003942auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003942auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003942auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003943auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003943auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003943auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003944auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003944auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003944auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003945auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003945auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003945auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003946auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003946auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003946auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003947auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003947auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003947auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003948auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003948auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003948auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003949auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003949auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003949auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003950auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003950auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003950auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003951auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003951auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003951auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003952auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003952auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003952auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003953auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003953auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003953auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003954auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003954auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003954auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003955auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003955auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003955auction111076: 0
2026-03-27 21:59:22 [ecarstrade.be] INFO: Found listing with ID: 7003956auction111076
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003956auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:22 [ecarstrade.be] INFO: Scrape type for 7003956auction111076: 0
2026-03-27 21:59:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003935> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:26 [ecarstrade.be] INFO: Extracting details for car 7003935auction111076
2026-03-27 21:59:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b48b99f9-6d5a-59bb-8855-bb4d02324831 with identifier: 7003935auction111076
2026-03-27 21:59:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b48b99f9-6d5a-59bb-8855-bb4d02324831 with scrape type 2
2026-03-27 21:59:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b48b99f9-6d5a-59bb-8855-bb4d02324831 with scrape type 2
2026-03-27 21:59:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b48b99f9-6d5a-59bb-8855-bb4d02324831, identifier: 7003935auction111076
2026-03-27 21:59:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b48b99f9-6d5a-59bb-8855-bb4d02324831 with identifier: 7003935auction111076
2026-03-27 21:59:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b48b99f9-6d5a-59bb-8855-bb4d02324831 with identifier: 7003935auction111076
2026-03-27 21:59:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b48b99f9-6d5a-59bb-8855-bb4d02324831 with identifier: 7003935auction111076 to the API
2026-03-27 21:59:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:59:27 [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 21:59:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003935>
{'auction_title': '',
'c_o_2_emission_value': 238,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'b48b99f9-6d5a-59bb-8855-bb4d02324831',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003935',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 100775,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Jumper Fourgon Grand Volume 30 L2H2 Club BlueHDi 140 Start&Stop '
'140CV BVM6',
'transmission': 'manual',
'trim': 'Fourgon Grand Volume 30 L2H2 Club BlueHDi 140 Start&Stop 140CV BVM6',
'vin': None,
'year': 2021}
2026-03-27 21:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003935auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:27 [ecarstrade.be] INFO: Saving data for 7003935auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538210.242511, 'last_price_update_time': 1774648767.387813}
2026-03-27 21:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003935auction111076') HTTP/1.1" 204 0
2026-03-27 21:59:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003957auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003957auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003957auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003958auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003958auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003958auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003959auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003959auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003959auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003960auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003960auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003960auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003961auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003961auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003961auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003962auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003962auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003962auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003963auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003963auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003963auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003964auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003964auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003964auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003965auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003965auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003965auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003966auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003966auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003966auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003967auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003967auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003967auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003968auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003968auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003968auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003969auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003969auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003969auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003970auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003970auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003970auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003971auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003971auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003971auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003972auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003972auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003972auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003973auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003973auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003973auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003974auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003974auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003974auction111076: 0
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003975auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003975auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003975auction111076: 2
2026-03-27 21:59:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:30 [ecarstrade.be] INFO: Found listing with ID: 7003976auction111076
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003976auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:30 [ecarstrade.be] INFO: Scrape type for 7003976auction111076: 0
2026-03-27 21:59:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 7003977auction111076
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003977auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:36 [ecarstrade.be] INFO: Scrape type for 7003977auction111076: 0
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 7003978auction111076
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003978auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:36 [ecarstrade.be] INFO: Scrape type for 7003978auction111076: 0
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 7003979auction111076
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003979auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:36 [ecarstrade.be] INFO: Scrape type for 7003979auction111076: 0
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 7003980auction111076
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003980auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:36 [ecarstrade.be] INFO: Scrape type for 7003980auction111076: 0
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 7003981auction111076
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003981auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:36 [ecarstrade.be] INFO: Scrape type for 7003981auction111076: 0
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 7003982auction111076
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003982auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:36 [ecarstrade.be] INFO: Scrape type for 7003982auction111076: 0
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 7003983auction111076
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003983auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:36 [ecarstrade.be] INFO: Scrape type for 7003983auction111076: 0
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 7003984auction111076
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003984auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:36 [ecarstrade.be] INFO: Scrape type for 7003984auction111076: 0
2026-03-27 21:59:36 [ecarstrade.be] INFO: Found listing with ID: 7003985auction111076
2026-03-27 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003985auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003985auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003986auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003986auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003986auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003987auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003987auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003987auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003988auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003988auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003988auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003989auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003989auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003989auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003990auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003990auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003990auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003991auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003991auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003991auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003992auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003992auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003992auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003993auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003993auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003993auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003994auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003994auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003994auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003995auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003995auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003995auction111076: 0
2026-03-27 21:59:37 [ecarstrade.be] INFO: Found listing with ID: 7003996auction111076
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003996auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:37 [ecarstrade.be] INFO: Scrape type for 7003996auction111076: 0
2026-03-27 21:59:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003975> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:37 [ecarstrade.be] INFO: Extracting details for car 7003975auction111076
2026-03-27 21:59:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8af9df02-467d-5920-83fc-84e59432d77c with identifier: 7003975auction111076
2026-03-27 21:59:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8af9df02-467d-5920-83fc-84e59432d77c with scrape type 2
2026-03-27 21:59:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8af9df02-467d-5920-83fc-84e59432d77c with scrape type 2
2026-03-27 21:59:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8af9df02-467d-5920-83fc-84e59432d77c, identifier: 7003975auction111076
2026-03-27 21:59:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8af9df02-467d-5920-83fc-84e59432d77c with identifier: 7003975auction111076
2026-03-27 21:59:37 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 21:59:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8af9df02-467d-5920-83fc-84e59432d77c with identifier: 7003975auction111076
2026-03-27 21:59:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8af9df02-467d-5920-83fc-84e59432d77c with identifier: 7003975auction111076 to the API
2026-03-27 21:59:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 21:59:37 [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 21:59:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003975>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '8af9df02-467d-5920-83fc-84e59432d77c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003975',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 81434,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Active Pack 1.2 PureTech 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.2 PureTech 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2023}
2026-03-27 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003975auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:38 [ecarstrade.be] INFO: Saving data for 7003975auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538278.011834, 'last_price_update_time': 1774648778.023334}
2026-03-27 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003975auction111076') HTTP/1.1" 204 0
2026-03-27 21:59:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7003997auction111076
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003997auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7003997auction111076: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7003998auction111076
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003998auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7003998auction111076: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7003999auction111076
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003999auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7003999auction111076: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7004000auction111076
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004000auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7004000auction111076: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7004001auction111076
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004001auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7004001auction111076: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7004002auction111076
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004002auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7004002auction111076: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7004003auction111076
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004003auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7004003auction111076: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7004004auction111076
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004004auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7004004auction111076: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7004005auction111076
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004005auction111076%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7004005auction111076: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008992auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008992auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008992auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008990auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008990auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008990auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008953auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008953auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008953auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008979auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008979auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008979auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008988auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008988auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008988auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008960auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008960auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008960auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008993auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008993auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008993auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008989auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008989auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008989auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008994auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008994auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008994auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008985auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008985auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008985auction111128: 0
2026-03-27 21:59:44 [ecarstrade.be] INFO: Found listing with ID: 7008991auction111128
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008991auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:44 [ecarstrade.be] INFO: Scrape type for 7008991auction111128: 0
2026-03-27 21:59:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008958auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008958auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008958auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008963auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008963auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008963auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008961auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008961auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008961auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008955auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008955auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008955auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008987auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008987auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008987auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008956auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008956auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008956auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008977auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008977auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008977auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008984auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008984auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008984auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008959auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008959auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008959auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008950auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008950auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008950auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008951auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008951auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008951auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008957auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008957auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008957auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008982auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008982auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008982auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008948auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008948auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008948auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008952auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008952auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008952auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008975auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008975auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008975auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008939auction111128
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008939auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:50 [ecarstrade.be] INFO: Scrape type for 7008939auction111128: 0
2026-03-27 21:59:50 [ecarstrade.be] INFO: Found listing with ID: 7008954auction111128
2026-03-27 21:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008954auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:51 [ecarstrade.be] INFO: Scrape type for 7008954auction111128: 0
2026-03-27 21:59:51 [ecarstrade.be] INFO: Found listing with ID: 7008940auction111128
2026-03-27 21:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008940auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:51 [ecarstrade.be] INFO: Scrape type for 7008940auction111128: 0
2026-03-27 21:59:51 [ecarstrade.be] INFO: Found listing with ID: 7008942auction111128
2026-03-27 21:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008942auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:51 [ecarstrade.be] INFO: Scrape type for 7008942auction111128: 0
2026-03-27 21:59:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 21:59:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008941auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008941auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008941auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008964auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008964auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008964auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008945auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008945auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008945auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008971auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008971auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008971auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008978auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008978auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008978auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008944auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008944auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008944auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008967auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008967auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008967auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008968auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008968auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008968auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008972auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008972auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008972auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008962auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008962auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008962auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008973auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008973auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008973auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008981auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008981auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008981auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008983auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008983auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008983auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008970auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008970auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008970auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008974auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008974auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008974auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008946auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008946auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008946auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008969auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008969auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008969auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008947auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008947auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008947auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7008965auction111128
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008965auction111128%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7008965auction111128: 0
2026-03-27 21:59:57 [ecarstrade.be] INFO: Found listing with ID: 7009006auction111129
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009006auction111129%27 HTTP/1.1" 200 None
2026-03-27 21:59:57 [ecarstrade.be] INFO: Scrape type for 7009006auction111129: 0
2026-03-27 21:59:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:00:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009125auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009125auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009125auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009139auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009139auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009139auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009003auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009003auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009003auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7008998auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008998auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7008998auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009039auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009039auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009039auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009004auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009004auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009004auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009138auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009138auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009138auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009030auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009030auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009030auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009150auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009150auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009150auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009149auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009149auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009149auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009148auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009148auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009148auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009031auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009031auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009031auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009126auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009126auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009126auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009124auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009124auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009124auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009043auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009043auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009043auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009028auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009028auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009028auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009141auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009141auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009141auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009151auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009151auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009151auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009005auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009005auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009005auction111129: 0
2026-03-27 22:00:04 [ecarstrade.be] INFO: Found listing with ID: 7009034auction111129
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009034auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:04 [ecarstrade.be] INFO: Scrape type for 7009034auction111129: 0
2026-03-27 22:00:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:00:06 [scrapy.extensions.logstats] INFO: Crawled 467 pages (at 11 pages/min), scraped 321 items (at 2 items/min)
2026-03-27 22:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 22:00:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009001auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009001auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009001auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7008996auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008996auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7008996auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009018auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009018auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009018auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009025auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009025auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009025auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009038auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009038auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009038auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009101auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009101auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009101auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009007auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009007auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009007auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009033auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009033auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009033auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009042auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009042auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009042auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009029auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009029auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009029auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009002auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009002auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009002auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7008999auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008999auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7008999auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009152auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009152auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009152auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009019auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009019auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009019auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009132auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009132auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009132auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009136auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009136auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009136auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009128auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009128auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009128auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7008997auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008997auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7008997auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009032auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009032auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009032auction111129: 0
2026-03-27 22:00:16 [ecarstrade.be] INFO: Found listing with ID: 7009037auction111129
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009037auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:16 [ecarstrade.be] INFO: Scrape type for 7009037auction111129: 0
2026-03-27 22:00:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:00:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page141?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009089auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009089auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009089auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009117auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009117auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009117auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009120auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009120auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009120auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009127auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009127auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009127auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009135auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009135auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009135auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009137auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009137auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009137auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009074auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009074auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009074auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009094auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009094auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009094auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009068auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009068auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009068auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009116auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009116auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009116auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009123auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009123auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009123auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009140auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009140auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009140auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7008995auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008995auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7008995auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009102auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009102auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009102auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009143auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009143auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009143auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009067auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009067auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009067auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009090auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009090auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009090auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009092auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009092auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009092auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009035auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009035auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009035auction111129: 0
2026-03-27 22:00:23 [ecarstrade.be] INFO: Found listing with ID: 7009075auction111129
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009075auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:23 [ecarstrade.be] INFO: Scrape type for 7009075auction111129: 0
2026-03-27 22:00:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:00:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page142?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page141?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009093auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009093auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009093auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009096auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009096auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009096auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009098auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009098auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009098auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009121auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009121auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009121auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009129auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009129auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009129auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009130auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009130auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009130auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009133auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009133auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009133auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009081auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009081auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009081auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009064auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009064auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009064auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009070auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009070auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009070auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009122auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009122auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009122auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009062auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009062auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009062auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009119auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009119auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009119auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009087auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009087auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009087auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009011auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009011auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009011auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009055auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009055auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009055auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009010auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009010auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009010auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009045auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009045auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009045auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009046auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009046auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009046auction111129: 0
2026-03-27 22:00:30 [ecarstrade.be] INFO: Found listing with ID: 7009076auction111129
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009076auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:30 [ecarstrade.be] INFO: Scrape type for 7009076auction111129: 0
2026-03-27 22:00:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page142?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009026auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009026auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009026auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009027auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009027auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009027auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009009auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009009auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009009auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009050auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009050auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009050auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009072auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009072auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009072auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009078auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009078auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009078auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009146auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009146auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009146auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009023auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009023auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009023auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009131auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009131auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009131auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009066auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009066auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009066auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009088auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009088auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009088auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009082auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009082auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:48 [ecarstrade.be] INFO: Scrape type for 7009082auction111129: 0
2026-03-27 22:00:48 [ecarstrade.be] INFO: Found listing with ID: 7009091auction111129
2026-03-27 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009091auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:49 [ecarstrade.be] INFO: Scrape type for 7009091auction111129: 0
2026-03-27 22:00:49 [ecarstrade.be] INFO: Found listing with ID: 7009118auction111129
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009118auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:49 [ecarstrade.be] INFO: Scrape type for 7009118auction111129: 0
2026-03-27 22:00:49 [ecarstrade.be] INFO: Found listing with ID: 7009020auction111129
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009020auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:49 [ecarstrade.be] INFO: Scrape type for 7009020auction111129: 0
2026-03-27 22:00:49 [ecarstrade.be] INFO: Found listing with ID: 7009100auction111129
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009100auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:49 [ecarstrade.be] INFO: Scrape type for 7009100auction111129: 0
2026-03-27 22:00:49 [ecarstrade.be] INFO: Found listing with ID: 7009147auction111129
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009147auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:49 [ecarstrade.be] INFO: Scrape type for 7009147auction111129: 0
2026-03-27 22:00:49 [ecarstrade.be] INFO: Found listing with ID: 7009049auction111129
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009049auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:49 [ecarstrade.be] INFO: Scrape type for 7009049auction111129: 0
2026-03-27 22:00:49 [ecarstrade.be] INFO: Found listing with ID: 7009071auction111129
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009071auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:49 [ecarstrade.be] INFO: Scrape type for 7009071auction111129: 0
2026-03-27 22:00:49 [ecarstrade.be] INFO: Found listing with ID: 7009097auction111129
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009097auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:00:49 [ecarstrade.be] INFO: Scrape type for 7009097auction111129: 0
2026-03-27 22:00:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:01:06 [scrapy.extensions.logstats] INFO: Crawled 471 pages (at 4 pages/min), scraped 321 items (at 0 items/min)
2026-03-27 22:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 338MiB
2026-03-27 22:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009099auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009099auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009099auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009108auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009108auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009108auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009111auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009111auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009111auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009024auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009024auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009024auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009054auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009054auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009054auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009065auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009065auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009065auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009142auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009142auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009142auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009051auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009051auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009051auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009041auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009041auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009041auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009144auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009144auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009144auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009057auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009057auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009057auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009103auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009103auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009103auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009107auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009107auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009107auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009040auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009040auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009040auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009052auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009052auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009052auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009114auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009114auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009114auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009044auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009044auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009044auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009058auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009058auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009058auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009013auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009013auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009013auction111129: 0
2026-03-27 22:01:23 [ecarstrade.be] INFO: Found listing with ID: 7009022auction111129
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009022auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:23 [ecarstrade.be] INFO: Scrape type for 7009022auction111129: 0
2026-03-27 22:01:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found listing with ID: 7009109auction111129
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009109auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:29 [ecarstrade.be] INFO: Scrape type for 7009109auction111129: 0
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found listing with ID: 7009014auction111129
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009014auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:29 [ecarstrade.be] INFO: Scrape type for 7009014auction111129: 0
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found listing with ID: 7009073auction111129
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009073auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:29 [ecarstrade.be] INFO: Scrape type for 7009073auction111129: 0
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found listing with ID: 7009095auction111129
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009095auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:29 [ecarstrade.be] INFO: Scrape type for 7009095auction111129: 0
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found listing with ID: 7009016auction111129
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009016auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:29 [ecarstrade.be] INFO: Scrape type for 7009016auction111129: 0
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found listing with ID: 7009047auction111129
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009047auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:29 [ecarstrade.be] INFO: Scrape type for 7009047auction111129: 0
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found listing with ID: 7009053auction111129
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009053auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:29 [ecarstrade.be] INFO: Scrape type for 7009053auction111129: 0
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found listing with ID: 7009079auction111129
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009079auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:29 [ecarstrade.be] INFO: Scrape type for 7009079auction111129: 0
2026-03-27 22:01:29 [ecarstrade.be] INFO: Found listing with ID: 7009110auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009110auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009110auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009112auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009112auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009112auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009113auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009113auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009113auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009115auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009115auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009115auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009061auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009061auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009061auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009060auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009060auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009060auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009080auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009080auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009080auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009145auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009145auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009145auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009063auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009063auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009063auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009104auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009104auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009104auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009015auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009015auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009015auction111129: 0
2026-03-27 22:01:30 [ecarstrade.be] INFO: Found listing with ID: 7009056auction111129
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009056auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:30 [ecarstrade.be] INFO: Scrape type for 7009056auction111129: 0
2026-03-27 22:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7009106auction111129
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009106auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7009106auction111129: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7009021auction111129
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009021auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7009021auction111129: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7009105auction111129
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009105auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7009105auction111129: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7009012auction111129
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009012auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7009012auction111129: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7009083auction111129
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009083auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7009083auction111129: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7009008auction111129
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009008auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7009008auction111129: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7009077auction111129
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009077auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7009077auction111129: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7009086auction111129
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009086auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7009086auction111129: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7009085auction111129
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009085auction111129%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7009085auction111129: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008597auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008597auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008597auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008598auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008598auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008598auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008599auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008599auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008599auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008600auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008600auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008600auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008601auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008601auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008601auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008604auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008604auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008604auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008606auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008606auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008606auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008607auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008607auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008607auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008608auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008608auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008608auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008609auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008609auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008609auction111122: 0
2026-03-27 22:01:36 [ecarstrade.be] INFO: Found listing with ID: 7008610auction111122
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008610auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:36 [ecarstrade.be] INFO: Scrape type for 7008610auction111122: 0
2026-03-27 22:01:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7008611auction111122
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008611auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7008611auction111122: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7008612auction111122
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008612auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7008612auction111122: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7008613auction111122
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008613auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7008613auction111122: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7008614auction111122
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008614auction111122%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7008614auction111122: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011077auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011077auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011077auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011078auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011078auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011078auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011079auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011079auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011079auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011080auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011080auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011080auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011081auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011081auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011081auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011082auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011082auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011082auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011083auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011083auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011083auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011084auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011084auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011084auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011085auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011085auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011085auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011087auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011087auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011087auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011088auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011088auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011088auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011089auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011089auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011089auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011090auction111152
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011090auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011090auction111152: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011091auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011091auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011091auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011092auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011092auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011092auction111151: 0
2026-03-27 22:01:45 [ecarstrade.be] INFO: Found listing with ID: 7011093auction111151
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011093auction111151%27 HTTP/1.1" 200 None
2026-03-27 22:01:45 [ecarstrade.be] INFO: Scrape type for 7011093auction111151: 0
2026-03-27 22:01:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:01:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:01:52 [ecarstrade.be] INFO: Found listing with ID: 7011094auction111152
2026-03-27 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011094auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:52 [ecarstrade.be] INFO: Scrape type for 7011094auction111152: 0
2026-03-27 22:01:52 [ecarstrade.be] INFO: Found listing with ID: 7011095auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011095auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011095auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011096auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011096auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011096auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011098auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011098auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011098auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011099auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011099auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011099auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011100auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011100auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011100auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011101auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011101auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011101auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011102auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011102auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011102auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011103auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011103auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011103auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011105auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011105auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011105auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011106auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011106auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011106auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011107auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011107auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011107auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011108auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011108auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011108auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011109auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011109auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011109auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011110auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011110auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011110auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011111auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011111auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011111auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011112auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011112auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011112auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011113auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011113auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011113auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011115auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011115auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011115auction111152: 0
2026-03-27 22:01:53 [ecarstrade.be] INFO: Found listing with ID: 7011116auction111152
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011116auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:53 [ecarstrade.be] INFO: Scrape type for 7011116auction111152: 0
2026-03-27 22:01:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011117auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011117auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011117auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011118auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011118auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011118auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011119auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011119auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011119auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011120auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011120auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011120auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011121auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011121auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011121auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011123auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011123auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011123auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011124auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011124auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011124auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011125auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011125auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011125auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011126auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011126auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011126auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011127auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011127auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011127auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011129auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011129auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011129auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011130auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011130auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011130auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011131auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011131auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011131auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011132auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011132auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011132auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011133auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011133auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011133auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011134auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011134auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011134auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011135auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011135auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011135auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011137auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011137auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011137auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011138auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011138auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011138auction111152: 0
2026-03-27 22:01:59 [ecarstrade.be] INFO: Found listing with ID: 7011139auction111152
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011139auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:01:59 [ecarstrade.be] INFO: Scrape type for 7011139auction111152: 0
2026-03-27 22:01:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:02:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:02:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:02:05 [ecarstrade.be] INFO: Found listing with ID: 7011140auction111152
2026-03-27 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011140auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:05 [ecarstrade.be] INFO: Scrape type for 7011140auction111152: 0
2026-03-27 22:02:05 [ecarstrade.be] INFO: Found listing with ID: 7011141auction111152
2026-03-27 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011141auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:05 [ecarstrade.be] INFO: Scrape type for 7011141auction111152: 0
2026-03-27 22:02:05 [ecarstrade.be] INFO: Found listing with ID: 7011142auction111152
2026-03-27 22:02:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011142auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011142auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011144auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011144auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011144auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011145auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011145auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011145auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011146auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011146auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011146auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011147auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011147auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011147auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011148auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011148auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011148auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011149auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011149auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011149auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011150auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011150auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011150auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011151auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011151auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011151auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011153auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011153auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011153auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011154auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011154auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011154auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011155auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011155auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011155auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011156auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011156auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011156auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011157auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011157auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011157auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011158auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011158auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011158auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011159auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011159auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011159auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011160auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011160auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011160auction111152: 0
2026-03-27 22:02:06 [ecarstrade.be] INFO: Found listing with ID: 7011161auction111152
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011161auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:06 [ecarstrade.be] INFO: Scrape type for 7011161auction111152: 0
2026-03-27 22:02:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:02:06 [scrapy.extensions.logstats] INFO: Crawled 478 pages (at 7 pages/min), scraped 321 items (at 0 items/min)
2026-03-27 22:02:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:02:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:02:13 [ecarstrade.be] INFO: Found listing with ID: 7011163auction111152
2026-03-27 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011163auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:13 [ecarstrade.be] INFO: Scrape type for 7011163auction111152: 0
2026-03-27 22:02:13 [ecarstrade.be] INFO: Found listing with ID: 7011164auction111152
2026-03-27 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011164auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:13 [ecarstrade.be] INFO: Scrape type for 7011164auction111152: 0
2026-03-27 22:02:13 [ecarstrade.be] INFO: Found listing with ID: 7011165auction111152
2026-03-27 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011165auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:13 [ecarstrade.be] INFO: Scrape type for 7011165auction111152: 0
2026-03-27 22:02:13 [ecarstrade.be] INFO: Found listing with ID: 7011166auction111152
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011166auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011166auction111152: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011167auction111152
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011167auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011167auction111152: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011168auction111152
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011168auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011168auction111152: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011169auction111152
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011169auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011169auction111152: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011170auction111152
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011170auction111152%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011170auction111152: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011172auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011172auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011172auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011173auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011173auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011173auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011174auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011174auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011174auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011175auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011175auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011175auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011176auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011176auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011176auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011177auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011177auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011177auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011178auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011178auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011178auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011179auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011179auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011179auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011181auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011181auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011181auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011182auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011182auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011182auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011183auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011183auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011183auction111153: 0
2026-03-27 22:02:17 [ecarstrade.be] INFO: Found listing with ID: 7011184auction111153
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011184auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:17 [ecarstrade.be] INFO: Scrape type for 7011184auction111153: 0
2026-03-27 22:02:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:02:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:02:23 [ecarstrade.be] INFO: Found listing with ID: 7011185auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011185auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011185auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011186auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011186auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011186auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011187auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011187auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011187auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011189auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011189auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011189auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011190auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011190auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011190auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011191auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011191auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011191auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011192auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011192auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011192auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011193auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011193auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011193auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011194auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011194auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011194auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011195auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011195auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011195auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011196auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011196auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011196auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011197auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011197auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011197auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011199auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011199auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011199auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011200auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011200auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011200auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011201auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011201auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011201auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011202auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011202auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011202auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011203auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011203auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011203auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011204auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011204auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011204auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011205auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011205auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011205auction111153: 0
2026-03-27 22:02:24 [ecarstrade.be] INFO: Found listing with ID: 7011206auction111153
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011206auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:24 [ecarstrade.be] INFO: Scrape type for 7011206auction111153: 0
2026-03-27 22:02:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:02:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011208auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011208auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011208auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011209auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011209auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011209auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011210auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011210auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011210auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011212auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011212auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011212auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011213auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011213auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011213auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011214auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011214auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011214auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011215auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011215auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011215auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011216auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011216auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011216auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011217auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011217auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011217auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011218auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011218auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011218auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011219auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011219auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011219auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011221auction111153
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011221auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011221auction111153: 0
2026-03-27 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011222auction111153
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011222auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011222auction111153: 0
2026-03-27 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011223auction111153
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011223auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011223auction111153: 0
2026-03-27 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011224auction111153
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011224auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011224auction111153: 0
2026-03-27 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011225auction111153
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011225auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011225auction111153: 0
2026-03-27 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011226auction111153
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011226auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011226auction111153: 0
2026-03-27 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011227auction111153
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011227auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011227auction111153: 0
2026-03-27 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011228auction111153
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011228auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011228auction111153: 0
2026-03-27 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011230auction111153
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011230auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011230auction111153: 0
2026-03-27 22:02:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011231auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011231auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011231auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011232auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011232auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011232auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011233auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011233auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011233auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011234auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011234auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011234auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011235auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011235auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011235auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011236auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011236auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011236auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011237auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011237auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011237auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011239auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011239auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011239auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011240auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011240auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011240auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011241auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011241auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011241auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011242auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011242auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011242auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011244auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011244auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011244auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011245auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011245auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011245auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011246auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011246auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011246auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011247auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011247auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011247auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011249auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011249auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011249auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011250auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011250auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011250auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011251auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011251auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011251auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011252auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011252auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011252auction111153: 0
2026-03-27 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011253auction111153
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011253auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011253auction111153: 0
2026-03-27 22:02:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011254auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011254auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011254auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011255auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011255auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011255auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011256auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011256auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011256auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011257auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011257auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011257auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011258auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011258auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011258auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011259auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011259auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011259auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011260auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011260auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011260auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011261auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011261auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011261auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011263auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011263auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011263auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011264auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011264auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011264auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011265auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011265auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011265auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011266auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011266auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011266auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011267auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011267auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011267auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011268auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011268auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011268auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011270auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011270auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011270auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011271auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011271auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011271auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011272auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011272auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011272auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011273auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011273auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011273auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011274auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011274auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011274auction111153: 0
2026-03-27 22:02:45 [ecarstrade.be] INFO: Found listing with ID: 7011276auction111153
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011276auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:45 [ecarstrade.be] INFO: Scrape type for 7011276auction111153: 0
2026-03-27 22:02:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page155?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:02:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 7011277auction111153
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011277auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:52 [ecarstrade.be] INFO: Scrape type for 7011277auction111153: 0
2026-03-27 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 7011278auction111153
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011278auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:52 [ecarstrade.be] INFO: Scrape type for 7011278auction111153: 0
2026-03-27 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 7011279auction111153
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011279auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:52 [ecarstrade.be] INFO: Scrape type for 7011279auction111153: 0
2026-03-27 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 7011280auction111153
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011280auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:52 [ecarstrade.be] INFO: Scrape type for 7011280auction111153: 0
2026-03-27 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 7011282auction111153
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011282auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:52 [ecarstrade.be] INFO: Scrape type for 7011282auction111153: 0
2026-03-27 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 7011283auction111153
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011283auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:52 [ecarstrade.be] INFO: Scrape type for 7011283auction111153: 0
2026-03-27 22:02:52 [ecarstrade.be] INFO: Found listing with ID: 7011284auction111153
2026-03-27 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011284auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7011284auction111153: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7011285auction111153
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011285auction111153%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7011285auction111153: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009416auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009416auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009416auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009413auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009413auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009413auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009422auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009422auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009422auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009418auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009418auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009418auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009394auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009394auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009394auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009420auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009420auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009420auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009395auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009395auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009395auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009410auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009410auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009410auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009385auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009385auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009385auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009393auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009393auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009393auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009414auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009414auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009414auction111132: 0
2026-03-27 22:02:53 [ecarstrade.be] INFO: Found listing with ID: 7009411auction111132
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009411auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:53 [ecarstrade.be] INFO: Scrape type for 7009411auction111132: 0
2026-03-27 22:02:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:02:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page156?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009401auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009401auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009401auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009419auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009419auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009419auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009387auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009387auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009387auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009409auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009409auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009409auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009384auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009384auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009384auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009407auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009407auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009407auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009402auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009402auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009402auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009392auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009392auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009392auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009421auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009421auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009421auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009388auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009388auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009388auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009382auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009382auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009382auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009391auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009391auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009391auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009404auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009404auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009404auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009383auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009383auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009383auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009412auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009412auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009412auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009389auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009389auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009389auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009396auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009396auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009396auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009403auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009403auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009403auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009398auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009398auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009398auction111132: 0
2026-03-27 22:02:59 [ecarstrade.be] INFO: Found listing with ID: 7009405auction111132
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:02:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009405auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:02:59 [ecarstrade.be] INFO: Scrape type for 7009405auction111132: 0
2026-03-27 22:02:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page157?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009408auction111132
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009408auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009408auction111132: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009386auction111132
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009386auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009386auction111132: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009397auction111132
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009397auction111132%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009397auction111132: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009476auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009476auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009476auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009481auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009481auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009481auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009439auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009439auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009439auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009437auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009437auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009437auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009429auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009429auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009429auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009489auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009489auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009489auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009577auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009577auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009577auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009479auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009479auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009479auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009488auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009488auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009488auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009589auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009589auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009589auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009474auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009474auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009474auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009591auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009591auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009591auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009588auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009588auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009588auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009438auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009438auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009438auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009568auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009568auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009568auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009483auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009483auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009483auction111133: 0
2026-03-27 22:03:05 [ecarstrade.be] INFO: Found listing with ID: 7009575auction111133
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009575auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:05 [ecarstrade.be] INFO: Scrape type for 7009575auction111133: 0
2026-03-27 22:03:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:03:06 [scrapy.extensions.logstats] INFO: Crawled 486 pages (at 8 pages/min), scraped 321 items (at 0 items/min)
2026-03-27 22:03:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page158?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009592auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009592auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009592auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009470auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009470auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009470auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009426auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009426auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009426auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009482auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009482auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009482auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009572auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009572auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009572auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009484auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009484auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009484auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009471auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009471auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009471auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009581auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009581auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009581auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009477auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009477auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009477auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009461auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009461auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009461auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009574auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009574auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009574auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009431auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009431auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009431auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009564auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009564auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009564auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009586auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009586auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009586auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009563auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009563auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009563auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009469auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009469auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009469auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009480auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009480auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009480auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009425auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009425auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009425auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009584auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009584auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009584auction111133: 0
2026-03-27 22:03:13 [ecarstrade.be] INFO: Found listing with ID: 7009430auction111133
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009430auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:13 [ecarstrade.be] INFO: Scrape type for 7009430auction111133: 0
2026-03-27 22:03:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page160?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page159?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:03:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009524auction111133
2026-03-27 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009524auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009524auction111133: 0
2026-03-27 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009467auction111133
2026-03-27 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009467auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009467auction111133: 0
2026-03-27 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009473auction111133
2026-03-27 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009473auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009473auction111133: 0
2026-03-27 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009544auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009544auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009544auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009593auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009593auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009593auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009436auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009436auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009436auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009582auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009582auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009582auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009556auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009556auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009556auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009525auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009525auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009525auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009566auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009566auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009566auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009472auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009472auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009472auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009434auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009434auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009434auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009452auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009452auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009452auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009497auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009497auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009497auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009539auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009539auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009539auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009546auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009546auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009546auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009454auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009454auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009454auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009433auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009433auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009433auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009428auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009428auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009428auction111133: 0
2026-03-27 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009579auction111133
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009579auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009579auction111133: 0
2026-03-27 22:03:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page160?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009558auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009558auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009558auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009478auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009478auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009478auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009567auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009567auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009567auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009583auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009583auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009583auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009532auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009532auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009532auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009453auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009453auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009453auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009530auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009530auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009530auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009464auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009464auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009464auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009494auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009494auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009494auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009519auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009519auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009519auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009545auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009545auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009545auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009576auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009576auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009576auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009466auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009466auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009466auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009504auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009504auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009504auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009512auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009512auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009512auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009570auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009570auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009570auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009542auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009542auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009542auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009543auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009543auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009543auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009580auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009580auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009580auction111133: 0
2026-03-27 22:03:29 [ecarstrade.be] INFO: Found listing with ID: 7009460auction111133
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009460auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:29 [ecarstrade.be] INFO: Scrape type for 7009460auction111133: 0
2026-03-27 22:03:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page162?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page161?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:03:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:03:36 [ecarstrade.be] INFO: Found listing with ID: 7009491auction111133
2026-03-27 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009491auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:36 [ecarstrade.be] INFO: Scrape type for 7009491auction111133: 0
2026-03-27 22:03:36 [ecarstrade.be] INFO: Found listing with ID: 7009500auction111133
2026-03-27 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009500auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009500auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009424auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009424auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009424auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009518auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009518auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009518auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009520auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009520auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009520auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009501auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009501auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009501auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009435auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009435auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009435auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009490auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009490auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009490auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009527auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009527auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009527auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009565auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009565auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009565auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009573auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009573auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009573auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009449auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009449auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009449auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009516auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009516auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009516auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009505auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009505auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009505auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009463auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009463auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009463auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009486auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009486auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009486auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009507auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009507auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009507auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009535auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009535auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009535auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009538auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009538auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009538auction111133: 0
2026-03-27 22:03:37 [ecarstrade.be] INFO: Found listing with ID: 7009462auction111133
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009462auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:37 [ecarstrade.be] INFO: Scrape type for 7009462auction111133: 0
2026-03-27 22:03:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page163?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page162?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009515auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009515auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009515auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009506auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009506auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009506auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009555auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009555auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009555auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009492auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009492auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009492auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009517auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009517auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009517auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009554auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009554auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009554auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009585auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009585auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009585auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009562auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009562auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009562auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009503auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009503auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009503auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009502auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009502auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009502auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009557auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009557auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009557auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009450auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009450auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009450auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009455auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009455auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009455auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009446auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009446auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009446auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009523auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009523auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009523auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009531auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009531auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009531auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009533auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009533auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009533auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009526auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009526auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009526auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009548auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009548auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009548auction111133: 0
2026-03-27 22:03:44 [ecarstrade.be] INFO: Found listing with ID: 7009536auction111133
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009536auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:44 [ecarstrade.be] INFO: Scrape type for 7009536auction111133: 0
2026-03-27 22:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page164?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page163?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:03:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:03:50 [ecarstrade.be] INFO: Found listing with ID: 7009443auction111133
2026-03-27 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009443auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:50 [ecarstrade.be] INFO: Scrape type for 7009443auction111133: 0
2026-03-27 22:03:50 [ecarstrade.be] INFO: Found listing with ID: 7009553auction111133
2026-03-27 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009553auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:50 [ecarstrade.be] INFO: Scrape type for 7009553auction111133: 0
2026-03-27 22:03:50 [ecarstrade.be] INFO: Found listing with ID: 7009445auction111133
2026-03-27 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009445auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:50 [ecarstrade.be] INFO: Scrape type for 7009445auction111133: 0
2026-03-27 22:03:50 [ecarstrade.be] INFO: Found listing with ID: 7009496auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009496auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009496auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009508auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009508auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009508auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009441auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009441auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009441auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009513auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009513auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009513auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009444auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009444auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009444auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009498auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009498auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009498auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009547auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009547auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009547auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009451auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009451auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009451auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009521auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009521auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009521auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009541auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009541auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009541auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009509auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009509auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009509auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009551auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009551auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009551auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009459auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009459auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009459auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009495auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009495auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009495auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009560auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009560auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009560auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009456auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009456auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009456auction111133: 0
2026-03-27 22:03:51 [ecarstrade.be] INFO: Found listing with ID: 7009514auction111133
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009514auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:51 [ecarstrade.be] INFO: Scrape type for 7009514auction111133: 0
2026-03-27 22:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page165?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page164?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7009552auction111133
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009552auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:58 [ecarstrade.be] INFO: Scrape type for 7009552auction111133: 0
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7009529auction111133
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009529auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:58 [ecarstrade.be] INFO: Scrape type for 7009529auction111133: 0
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7009442auction111133
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009442auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:58 [ecarstrade.be] INFO: Scrape type for 7009442auction111133: 0
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7009447auction111133
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009447auction111133%27 HTTP/1.1" 200 None
2026-03-27 22:03:58 [ecarstrade.be] INFO: Scrape type for 7009447auction111133: 0
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7007104auction111107
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007104auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:58 [ecarstrade.be] INFO: Scrape type for 7007104auction111107: 0
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7007105auction111107
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007105auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:58 [ecarstrade.be] INFO: Scrape type for 7007105auction111107: 0
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7007106auction111107
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007106auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:58 [ecarstrade.be] INFO: Scrape type for 7007106auction111107: 0
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7007107auction111107
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007107auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:58 [ecarstrade.be] INFO: Scrape type for 7007107auction111107: 0
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7007108auction111107
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007108auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:58 [ecarstrade.be] INFO: Scrape type for 7007108auction111107: 0
2026-03-27 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7007109auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007109auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007109auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007256auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007256auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007256auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007262auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007262auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007262auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007263auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007263auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007263auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007267auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007267auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007267auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007268auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007268auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007268auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007347auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007347auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007347auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007642auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007642auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007642auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007644auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007644auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007644auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007646auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007646auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007646auction111107: 0
2026-03-27 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7007647auction111107
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007647auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:03:59 [ecarstrade.be] INFO: Scrape type for 7007647auction111107: 0
2026-03-27 22:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page166?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page165?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7007651auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007651auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7007651auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7007682auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007682auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7007682auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7007683auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007683auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7007683auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7007686auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007686auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7007686auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7007687auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007687auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7007687auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7007689auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007689auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7007689auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7007691auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007691auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7007691auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7007763auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007763auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7007763auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7007764auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007764auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7007764auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7008115auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008115auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7008115auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7008229auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008229auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7008229auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7008336auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008336auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7008336auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7008338auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008338auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7008338auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7008673auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008673auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7008673auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7008674auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008674auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7008674auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7008675auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008675auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7008675auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7009196auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009196auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7009196auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7009197auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009197auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7009197auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7009198auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009198auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:05 [ecarstrade.be] INFO: Scrape type for 7009198auction111107: 0
2026-03-27 22:04:05 [ecarstrade.be] INFO: Found listing with ID: 7009199auction111107
2026-03-27 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009199auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009199auction111107: 0
2026-03-27 22:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:06 [scrapy.extensions.logstats] INFO: Crawled 494 pages (at 8 pages/min), scraped 321 items (at 0 items/min)
2026-03-27 22:04:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page167?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page166?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7009259auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009259auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7009259auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7009260auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009260auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7009260auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7009261auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009261auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7009261auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010235auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010235auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010235auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010236auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010236auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010236auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010390auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010390auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010390auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010521auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010521auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010521auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010685auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010685auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010685auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010686auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010686auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010686auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010687auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010687auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010687auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010688auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010688auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010688auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010689auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010689auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010689auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010690auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010690auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010690auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010831auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010831auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010831auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010834auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010834auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7010834auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7011354auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011354auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7011354auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7011355auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011355auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7011355auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7011582auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011582auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7011582auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7011585auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011585auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7011585auction111107: 0
2026-03-27 22:04:15 [ecarstrade.be] INFO: Found listing with ID: 7011590auction111107
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011590auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:15 [ecarstrade.be] INFO: Scrape type for 7011590auction111107: 0
2026-03-27 22:04:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page168?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page167?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7012021auction111107
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277012021auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7012021auction111107: 0
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7012027auction111107
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277012027auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7012027auction111107: 0
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7012029auction111107
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277012029auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7012029auction111107: 0
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7013150auction111107
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013150auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7013150auction111107: 1
2026-03-27 22:04:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7013151auction111107
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013151auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7013151auction111107: 1
2026-03-27 22:04:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7002076auction111041
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002076auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7002076auction111041: 0
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7001996auction111041
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001996auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7001996auction111041: 0
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7001992auction111041
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001992auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7001992auction111041: 0
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7002113auction111041
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002113auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7002113auction111041: 0
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7002081auction111041
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002081auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:21 [ecarstrade.be] INFO: Scrape type for 7002081auction111041: 0
2026-03-27 22:04:21 [ecarstrade.be] INFO: Found listing with ID: 7001887auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001887auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7001887auction111041: 0
2026-03-27 22:04:22 [ecarstrade.be] INFO: Found listing with ID: 7001853auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001853auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7001853auction111041: 0
2026-03-27 22:04:22 [ecarstrade.be] INFO: Found listing with ID: 7001927auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001927auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7001927auction111041: 0
2026-03-27 22:04:22 [ecarstrade.be] INFO: Found listing with ID: 7001966auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001966auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7001966auction111041: 0
2026-03-27 22:04:22 [ecarstrade.be] INFO: Found listing with ID: 7001888auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001888auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7001888auction111041: 0
2026-03-27 22:04:22 [ecarstrade.be] INFO: Found listing with ID: 7001854auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001854auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7001854auction111041: 0
2026-03-27 22:04:22 [ecarstrade.be] INFO: Found listing with ID: 7002117auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002117auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7002117auction111041: 0
2026-03-27 22:04:22 [ecarstrade.be] INFO: Found listing with ID: 7002122auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002122auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7002122auction111041: 0
2026-03-27 22:04:22 [ecarstrade.be] INFO: Found listing with ID: 7002115auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002115auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7002115auction111041: 0
2026-03-27 22:04:22 [ecarstrade.be] INFO: Found listing with ID: 7001873auction111041
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001873auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:22 [ecarstrade.be] INFO: Scrape type for 7001873auction111041: 0
2026-03-27 22:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page169?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page168?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7002114auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002114auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7002114auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001840auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001840auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001840auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001972auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001972auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001972auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001851auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001851auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001851auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001978auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001978auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001978auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001871auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001871auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001871auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001991auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001991auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001991auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001869auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001869auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001869auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7002116auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002116auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7002116auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001892auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001892auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001892auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7002119auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002119auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7002119auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7002083auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002083auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7002083auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7002072auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002072auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7002072auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7002082auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002082auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7002082auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7002075auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002075auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7002075auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001881auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001881auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001881auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001953auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001953auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001953auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001959auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001959auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001959auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001841auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001841auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001841auction111041: 0
2026-03-27 22:04:28 [ecarstrade.be] INFO: Found listing with ID: 7001856auction111041
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001856auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [ecarstrade.be] INFO: Scrape type for 7001856auction111041: 0
2026-03-27 22:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013151> (referer: https://ecarstrade.com/search/page168?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:28 [ecarstrade.be] INFO: Extracting details for car 7013151auction111107
2026-03-27 22:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca871f76-266e-5328-92b7-c7d4a45bbe60 with identifier: 7013151auction111107
2026-03-27 22:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca871f76-266e-5328-92b7-c7d4a45bbe60 with scrape type 1
2026-03-27 22:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013151%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774633571%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_000/780x0__r.jpg?hash=1774633571 not downloaded yet
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013151%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774633571%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_001/780x0__r.jpg?hash=1774633571 not downloaded yet
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013151%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774633571%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_002/780x0__r.jpg?hash=1774633571 not downloaded yet
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013151%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774633571%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_003/780x0__r.jpg?hash=1774633571 not downloaded yet
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013151%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774633571%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_004/780x0__r.jpg?hash=1774633571 not downloaded yet
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013151%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774633571%27 HTTP/1.1" 200 None
2026-03-27 22:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_005/780x0__r.jpg?hash=1774633571 not downloaded yet
2026-03-27 22:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_001/780x0__r.jpg?hash=1774633571> (referer: https://ecarstrade.com/cars/7013151)
2026-03-27 22:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_000/780x0__r.jpg?hash=1774633571> (referer: https://ecarstrade.com/cars/7013151)
2026-03-27 22:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_002/780x0__r.jpg?hash=1774633571> (referer: https://ecarstrade.com/cars/7013151)
2026-03-27 22:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_003/780x0__r.jpg?hash=1774633571> (referer: https://ecarstrade.com/cars/7013151)
2026-03-27 22:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_005/780x0__r.jpg?hash=1774633571> (referer: https://ecarstrade.com/cars/7013151)
2026-03-27 22:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_004/780x0__r.jpg?hash=1774633571> (referer: https://ecarstrade.com/cars/7013151)
2026-03-27 22:04:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-27 22:04:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-27 22:04:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-27 22:04:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-27 22:04:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-27 22:04:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca871f76-266e-5328-92b7-c7d4a45bbe60
2026-03-27 22:04:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca871f76-266e-5328-92b7-c7d4a45bbe60, skipping ID generation
2026-03-27 22:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca871f76-266e-5328-92b7-c7d4a45bbe60 with scrape type 1
2026-03-27 22:04:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca871f76-266e-5328-92b7-c7d4a45bbe60 sending to next pipeline
2026-03-27 22:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca871f76-266e-5328-92b7-c7d4a45bbe60, identifier: 7013151auction111107
2026-03-27 22:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca871f76-266e-5328-92b7-c7d4a45bbe60 with identifier: 7013151auction111107
2026-03-27 22:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca871f76-266e-5328-92b7-c7d4a45bbe60 with identifier: 7013151auction111107
2026-03-27 22:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca871f76-266e-5328-92b7-c7d4a45bbe60 with identifier: 7013151auction111107 to the API
2026-03-27 22:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:04:29 [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 22:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013151/photo_004/780x0__r.jpg?hash=1774633571>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'ca871f76-266e-5328-92b7-c7d4a45bbe60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013151',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Focus',
'odometer': 148915,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-08-09',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus Focus 1.0 EcoBoost Business Edition 99G',
'transmission': 'manual',
'trim': 'FORD 1.0 EcoBoost Business Edition 99G',
'vin': None,
'year': 2015}
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013151auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:30 [ecarstrade.be] INFO: Saving data for 7013151auction111107: {'created_time': 1774649070.087787, 'last_price_update_time': 1774649070.087799, 'auction_closing_time': 1774939200.0}
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013151auction111107') HTTP/1.1" 204 0
2026-03-27 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7013150> (referer: https://ecarstrade.com/search/page168?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:30 [ecarstrade.be] INFO: Extracting details for car 7013150auction111107
2026-03-27 22:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f5f9641-4007-5ae1-8c3d-a532b2e00198 with identifier: 7013150auction111107
2026-03-27 22:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f5f9641-4007-5ae1-8c3d-a532b2e00198 with scrape type 1
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8f5f9641-4007-5ae1-8c3d-a532b2e00198
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013150%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774633567%27 HTTP/1.1" 200 None
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_000/780x0__r.jpg?hash=1774633567 not downloaded yet
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013150%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774633567%27 HTTP/1.1" 200 None
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_001/780x0__r.jpg?hash=1774633567 not downloaded yet
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013150%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774633568%27 HTTP/1.1" 200 None
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_002/780x0__r.jpg?hash=1774633568 not downloaded yet
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013150%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774633568%27 HTTP/1.1" 200 None
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_003/780x0__r.jpg?hash=1774633568 not downloaded yet
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013150%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774633568%27 HTTP/1.1" 200 None
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_004/780x0__r.jpg?hash=1774633568 not downloaded yet
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7013150%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774633568%27 HTTP/1.1" 200 None
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_005/780x0__r.jpg?hash=1774633568 not downloaded yet
2026-03-27 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_000/780x0__r.jpg?hash=1774633567> (referer: https://ecarstrade.com/cars/7013150)
2026-03-27 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_001/780x0__r.jpg?hash=1774633567> (referer: https://ecarstrade.com/cars/7013150)
2026-03-27 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_002/780x0__r.jpg?hash=1774633568> (referer: https://ecarstrade.com/cars/7013150)
2026-03-27 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_003/780x0__r.jpg?hash=1774633568> (referer: https://ecarstrade.com/cars/7013150)
2026-03-27 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_004/780x0__r.jpg?hash=1774633568> (referer: https://ecarstrade.com/cars/7013150)
2026-03-27 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_005/780x0__r.jpg?hash=1774633568> (referer: https://ecarstrade.com/cars/7013150)
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8f5f9641-4007-5ae1-8c3d-a532b2e00198
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8f5f9641-4007-5ae1-8c3d-a532b2e00198
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8f5f9641-4007-5ae1-8c3d-a532b2e00198
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8f5f9641-4007-5ae1-8c3d-a532b2e00198
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8f5f9641-4007-5ae1-8c3d-a532b2e00198
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8f5f9641-4007-5ae1-8c3d-a532b2e00198
2026-03-27 22:04:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8f5f9641-4007-5ae1-8c3d-a532b2e00198, skipping ID generation
2026-03-27 22:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f5f9641-4007-5ae1-8c3d-a532b2e00198 with scrape type 1
2026-03-27 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8f5f9641-4007-5ae1-8c3d-a532b2e00198 sending to next pipeline
2026-03-27 22:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f5f9641-4007-5ae1-8c3d-a532b2e00198, identifier: 7013150auction111107
2026-03-27 22:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f5f9641-4007-5ae1-8c3d-a532b2e00198 with identifier: 7013150auction111107
2026-03-27 22:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f5f9641-4007-5ae1-8c3d-a532b2e00198 with identifier: 7013150auction111107
2026-03-27 22:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f5f9641-4007-5ae1-8c3d-a532b2e00198 with identifier: 7013150auction111107 to the API
2026-03-27 22:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:04:31 [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 22:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013150/photo_005/780x0__r.jpg?hash=1774633568>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '8f5f9641-4007-5ae1-8c3d-a532b2e00198',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7013150',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 91278,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PureTech Allure (EU6.3)',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Allure (EU6.3)',
'vin': None,
'year': 2020}
2026-03-27 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013150auction111107%27 HTTP/1.1" 200 None
2026-03-27 22:04:31 [ecarstrade.be] INFO: Saving data for 7013150auction111107: {'created_time': 1774649071.384894, 'last_price_update_time': 1774649071.384905, 'auction_closing_time': 1774939200.0}
2026-03-27 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7013150auction111107') HTTP/1.1" 204 0
2026-03-27 22:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page170?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page169?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:04:34 [ecarstrade.be] INFO: Found listing with ID: 7002061auction111041
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002061auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:34 [ecarstrade.be] INFO: Scrape type for 7002061auction111041: 0
2026-03-27 22:04:34 [ecarstrade.be] INFO: Found listing with ID: 7002101auction111041
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002101auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:34 [ecarstrade.be] INFO: Scrape type for 7002101auction111041: 0
2026-03-27 22:04:34 [ecarstrade.be] INFO: Found listing with ID: 7001882auction111041
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001882auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:34 [ecarstrade.be] INFO: Scrape type for 7001882auction111041: 0
2026-03-27 22:04:34 [ecarstrade.be] INFO: Found listing with ID: 7001971auction111041
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001971auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:34 [ecarstrade.be] INFO: Scrape type for 7001971auction111041: 0
2026-03-27 22:04:34 [ecarstrade.be] INFO: Found listing with ID: 7001983auction111041
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001983auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:34 [ecarstrade.be] INFO: Scrape type for 7001983auction111041: 0
2026-03-27 22:04:34 [ecarstrade.be] INFO: Found listing with ID: 7001883auction111041
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001883auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:34 [ecarstrade.be] INFO: Scrape type for 7001883auction111041: 0
2026-03-27 22:04:34 [ecarstrade.be] INFO: Found listing with ID: 7002118auction111041
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002118auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:34 [ecarstrade.be] INFO: Scrape type for 7002118auction111041: 0
2026-03-27 22:04:34 [ecarstrade.be] INFO: Found listing with ID: 7001974auction111041
2026-03-27 22:04:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001974auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7001974auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7002120auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002120auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7002120auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7002121auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002121auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7002121auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7001886auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001886auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7001886auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7002094auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002094auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7002094auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7001842auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001842auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7001842auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7001852auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001852auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7001852auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7001947auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001947auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7001947auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7002103auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002103auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7002103auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7001870auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001870auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7001870auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7002090auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002090auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7002090auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7001839auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001839auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7001839auction111041: 0
2026-03-27 22:04:35 [ecarstrade.be] INFO: Found listing with ID: 7002019auction111041
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002019auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:35 [ecarstrade.be] INFO: Scrape type for 7002019auction111041: 0
2026-03-27 22:04:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page171?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page170?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002104auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002104auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002104auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7001867auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001867auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7001867auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7001889auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001889auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7001889auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002069auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002069auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002069auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002123auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002123auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002123auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7001858auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001858auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7001858auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002042auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002042auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002042auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002093auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002093auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002093auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7001845auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001845auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7001845auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7001864auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001864auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7001864auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002038auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002038auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002038auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7001868auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001868auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7001868auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002112auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002112auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002112auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7001866auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001866auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7001866auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002015auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002015auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002015auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7001919auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001919auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7001919auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002023auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002023auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002023auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7001930auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001930auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7001930auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002070auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002070auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002070auction111041: 0
2026-03-27 22:04:42 [ecarstrade.be] INFO: Found listing with ID: 7002107auction111041
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002107auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:42 [ecarstrade.be] INFO: Scrape type for 7002107auction111041: 0
2026-03-27 22:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page172?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page171?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7002108auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002108auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7002108auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001848auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001848auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001848auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001874auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001874auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001874auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001921auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001921auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001921auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001849auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001849auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001849auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001878auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001878auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001878auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7002016auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002016auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7002016auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001875auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001875auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001875auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001904auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001904auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001904auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7002000auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002000auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7002000auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001838auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001838auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001838auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001850auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001850auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001850auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001857auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001857auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001857auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001859auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001859auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001859auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001964auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001964auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001964auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001997auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001997auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001997auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7002091auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002091auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7002091auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7002056auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002056auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7002056auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7002065auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002065auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7002065auction111041: 0
2026-03-27 22:04:49 [ecarstrade.be] INFO: Found listing with ID: 7001843auction111041
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001843auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:49 [ecarstrade.be] INFO: Scrape type for 7001843auction111041: 0
2026-03-27 22:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:04:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page173?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page172?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7002055auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002055auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7002055auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7002060auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002060auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7002060auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001860auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001860auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001860auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001876auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001876auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001876auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001957auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001957auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001957auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001863auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001863auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001863auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001877auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001877auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001877auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001981auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001981auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001981auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001861auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001861auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001861auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001879auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001879auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001879auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001880auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001880auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001880auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7002087auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002087auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7002087auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001884auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001884auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001884auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7002021auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002021auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7002021auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7002105auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002105auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7002105auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7002068auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002068auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7002068auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7001846auction111041
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001846auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:55 [ecarstrade.be] INFO: Scrape type for 7001846auction111041: 0
2026-03-27 22:04:55 [ecarstrade.be] INFO: Found listing with ID: 7002005auction111041
2026-03-27 22:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002005auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:56 [ecarstrade.be] INFO: Scrape type for 7002005auction111041: 0
2026-03-27 22:04:56 [ecarstrade.be] INFO: Found listing with ID: 7002025auction111041
2026-03-27 22:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002025auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:56 [ecarstrade.be] INFO: Scrape type for 7002025auction111041: 0
2026-03-27 22:04:56 [ecarstrade.be] INFO: Found listing with ID: 7001847auction111041
2026-03-27 22:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001847auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:04:56 [ecarstrade.be] INFO: Scrape type for 7001847auction111041: 0
2026-03-27 22:04:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page174?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page173?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7001958auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001958auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7001958auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002009auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002009auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002009auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002018auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002018auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002018auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002111auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002111auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002111auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002057auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002057auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002057auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002059auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002059auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002059auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002013auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002013auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002013auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002106auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002106auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002106auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002058auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002058auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002058auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7001934auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001934auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7001934auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002003auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002003auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002003auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002008auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002008auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002008auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002022auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002022auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002022auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002109auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002109auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002109auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7001915auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001915auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7001915auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7001941auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001941auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7001941auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002053auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002053auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002053auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002049auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002049auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002049auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002012auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002012auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002012auction111041: 0
2026-03-27 22:05:02 [ecarstrade.be] INFO: Found listing with ID: 7002097auction111041
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002097auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:02 [ecarstrade.be] INFO: Scrape type for 7002097auction111041: 0
2026-03-27 22:05:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:06 [scrapy.extensions.logstats] INFO: Crawled 504 pages (at 10 pages/min), scraped 323 items (at 2 items/min)
2026-03-27 22:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page175?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page174?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7001911auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001911auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7001911auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7001913auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001913auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7001913auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002006auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002006auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002006auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002020auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002020auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002020auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002050auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002050auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002050auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002014auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002014auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002014auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002034auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002034auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002034auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7001900auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001900auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7001900auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002007auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002007auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002007auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002051auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002051auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002051auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002064auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002064auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002064auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002054auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002054auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002054auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002017auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002017auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002017auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002004auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002004auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002004auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002047auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002047auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002047auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002046auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002046auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002046auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002052auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002052auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002052auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7002048auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002048auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7002048auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7001909auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001909auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7001909auction111041: 0
2026-03-27 22:05:09 [ecarstrade.be] INFO: Found listing with ID: 7001894auction111041
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001894auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:09 [ecarstrade.be] INFO: Scrape type for 7001894auction111041: 0
2026-03-27 22:05:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page176?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page175?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7002011auction111041
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002011auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7002011auction111041: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7002024auction111041
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002024auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7002024auction111041: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7002095auction111041
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002095auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7002095auction111041: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7002010auction111041
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002010auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7002010auction111041: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7002062auction111041
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002062auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7002062auction111041: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7002063auction111041
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002063auction111041%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7002063auction111041: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7009768auction111136
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009768auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7009768auction111136: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7009769auction111136
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009769auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7009769auction111136: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7009770auction111136
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009770auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7009770auction111136: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7009771auction111136
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009771auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7009771auction111136: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7009772auction111136
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009772auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7009772auction111136: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7009774auction111136
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009774auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7009774auction111136: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7009775auction111136
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009775auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7009775auction111136: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7009776auction111136
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009776auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7009776auction111136: 0
2026-03-27 22:05:16 [ecarstrade.be] INFO: Found listing with ID: 7009777auction111136
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009777auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:16 [ecarstrade.be] INFO: Scrape type for 7009777auction111136: 0
2026-03-27 22:05:17 [ecarstrade.be] INFO: Found listing with ID: 7009778auction111136
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009778auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:17 [ecarstrade.be] INFO: Scrape type for 7009778auction111136: 0
2026-03-27 22:05:17 [ecarstrade.be] INFO: Found listing with ID: 7009779auction111136
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009779auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:17 [ecarstrade.be] INFO: Scrape type for 7009779auction111136: 0
2026-03-27 22:05:17 [ecarstrade.be] INFO: Found listing with ID: 7009780auction111136
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009780auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:17 [ecarstrade.be] INFO: Scrape type for 7009780auction111136: 0
2026-03-27 22:05:17 [ecarstrade.be] INFO: Found listing with ID: 7009781auction111136
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009781auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:17 [ecarstrade.be] INFO: Scrape type for 7009781auction111136: 0
2026-03-27 22:05:17 [ecarstrade.be] INFO: Found listing with ID: 7009783auction111136
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009783auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:17 [ecarstrade.be] INFO: Scrape type for 7009783auction111136: 0
2026-03-27 22:05:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page177?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page176?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009783auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009783auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009783auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009784auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009784auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009784auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009785auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009785auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009785auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009786auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009786auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009786auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009787auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009787auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009787auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009788auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009788auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009788auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009789auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009789auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009789auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009790auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009790auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009790auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009792auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009792auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009792auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009793auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009793auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009793auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009794auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009794auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009794auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009796auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009796auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009796auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009797auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009797auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009797auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009799auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009799auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009799auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009800auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009800auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009800auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009801auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009801auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009801auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009802auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009802auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009802auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009804auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009804auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009804auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009805auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009805auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009805auction111136: 0
2026-03-27 22:05:24 [ecarstrade.be] INFO: Found listing with ID: 7009806auction111136
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009806auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:24 [ecarstrade.be] INFO: Scrape type for 7009806auction111136: 0
2026-03-27 22:05:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page178?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page177?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:05:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:05:31 [ecarstrade.be] INFO: Found listing with ID: 7009808auction111136
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009808auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:31 [ecarstrade.be] INFO: Scrape type for 7009808auction111136: 0
2026-03-27 22:05:31 [ecarstrade.be] INFO: Found listing with ID: 7009809auction111136
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009809auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:31 [ecarstrade.be] INFO: Scrape type for 7009809auction111136: 0
2026-03-27 22:05:31 [ecarstrade.be] INFO: Found listing with ID: 7009810auction111136
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009810auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:31 [ecarstrade.be] INFO: Scrape type for 7009810auction111136: 0
2026-03-27 22:05:31 [ecarstrade.be] INFO: Found listing with ID: 7009811auction111136
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009811auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:31 [ecarstrade.be] INFO: Scrape type for 7009811auction111136: 0
2026-03-27 22:05:31 [ecarstrade.be] INFO: Found listing with ID: 7009812auction111136
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009812auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:31 [ecarstrade.be] INFO: Scrape type for 7009812auction111136: 0
2026-03-27 22:05:31 [ecarstrade.be] INFO: Found listing with ID: 7009813auction111136
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009813auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:31 [ecarstrade.be] INFO: Scrape type for 7009813auction111136: 0
2026-03-27 22:05:31 [ecarstrade.be] INFO: Found listing with ID: 7009814auction111136
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009814auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:31 [ecarstrade.be] INFO: Scrape type for 7009814auction111136: 0
2026-03-27 22:05:31 [ecarstrade.be] INFO: Found listing with ID: 7009815auction111136
2026-03-27 22:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009815auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009815auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009816auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009816auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009816auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009818auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009818auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009818auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009819auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009819auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009819auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009820auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009820auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009820auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009821auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009821auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009821auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009822auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009822auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009822auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009823auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009823auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009823auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009824auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009824auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009824auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009825auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009825auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009825auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009826auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009826auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009826auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009827auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009827auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009827auction111136: 0
2026-03-27 22:05:32 [ecarstrade.be] INFO: Found listing with ID: 7009828auction111136
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009828auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:32 [ecarstrade.be] INFO: Scrape type for 7009828auction111136: 0
2026-03-27 22:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page179?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page178?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009829auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009829auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009829auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009830auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009830auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009830auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009831auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009831auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009831auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009832auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009832auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009832auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009833auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009833auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009833auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009834auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009834auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009834auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009835auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009835auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009835auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009837auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009837auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009837auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009838auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009838auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009838auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009839auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009839auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009839auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009840auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009840auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009840auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009841auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009841auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009841auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009842auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009842auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009842auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009843auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009843auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009843auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009844auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009844auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009844auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009845auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009845auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009845auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009846auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009846auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009846auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009847auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009847auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009847auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009849auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009849auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009849auction111136: 0
2026-03-27 22:05:38 [ecarstrade.be] INFO: Found listing with ID: 7009850auction111136
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009850auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:38 [ecarstrade.be] INFO: Scrape type for 7009850auction111136: 0
2026-03-27 22:05:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page180?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page179?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7009851auction111136
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009851auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7009851auction111136: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7009852auction111136
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009852auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7009852auction111136: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7009853auction111136
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009853auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7009853auction111136: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7009854auction111136
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009854auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7009854auction111136: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7009855auction111136
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009855auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7009855auction111136: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7009857auction111136
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009857auction111136%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7009857auction111136: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7005993auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005993auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7005993auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7005998auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005998auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7005998auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006001auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006001auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006001auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006006auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006006auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006006auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006008auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006008auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006008auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006009auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006009auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006009auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006012auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006012auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006012auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006018auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006018auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006018auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006020auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006020auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006020auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006023auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006023auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006023auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006032auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006032auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006032auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006036auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006036auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006036auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006039auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006039auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006039auction111096: 0
2026-03-27 22:05:45 [ecarstrade.be] INFO: Found listing with ID: 7006041auction111096
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006041auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:45 [ecarstrade.be] INFO: Scrape type for 7006041auction111096: 0
2026-03-27 22:05:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page181?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page180?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:05:51 [ecarstrade.be] INFO: Found 5 car items
2026-03-27 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 7006041auction111096
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006041auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:51 [ecarstrade.be] INFO: Scrape type for 7006041auction111096: 0
2026-03-27 22:05:51 [ecarstrade.be] INFO: Found listing with ID: 7006042auction111096
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006042auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:51 [ecarstrade.be] INFO: Scrape type for 7006042auction111096: 0
2026-03-27 22:05:51 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 22:05:51 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 22:05:51 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 22:05:51 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 22:05:51 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 22:05:51 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 22:05:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page182?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page181?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006093auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006093auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:58 [ecarstrade.be] INFO: Scrape type for 7006093auction111096: 0
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006096auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006096auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:58 [ecarstrade.be] INFO: Scrape type for 7006096auction111096: 0
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006101auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006101auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:58 [ecarstrade.be] INFO: Scrape type for 7006101auction111096: 0
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006103auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006103auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:58 [ecarstrade.be] INFO: Scrape type for 7006103auction111096: 0
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006106auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006106auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:58 [ecarstrade.be] INFO: Scrape type for 7006106auction111096: 0
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006112auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006112auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:58 [ecarstrade.be] INFO: Scrape type for 7006112auction111096: 0
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006124auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006124auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:58 [ecarstrade.be] INFO: Scrape type for 7006124auction111096: 0
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006144auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006144auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:58 [ecarstrade.be] INFO: Scrape type for 7006144auction111096: 0
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006154auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006154auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:58 [ecarstrade.be] INFO: Scrape type for 7006154auction111096: 0
2026-03-27 22:05:58 [ecarstrade.be] INFO: Found listing with ID: 7006157auction111096
2026-03-27 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006157auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006157auction111096: 2
2026-03-27 22:05:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006170auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006170auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006170auction111096: 0
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006171auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006171auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006171auction111096: 0
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006185auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006185auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006185auction111096: 0
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006195auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006195auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006195auction111096: 0
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006197auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006197auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006197auction111096: 0
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006205auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006205auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006205auction111096: 0
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006218auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006218auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006218auction111096: 0
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006227auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006227auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006227auction111096: 0
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006234auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006234auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006234auction111096: 0
2026-03-27 22:05:59 [ecarstrade.be] INFO: Found listing with ID: 7006241auction111096
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006241auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:05:59 [ecarstrade.be] INFO: Scrape type for 7006241auction111096: 0
2026-03-27 22:05:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006157> (referer: https://ecarstrade.com/search/page182?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:06 [ecarstrade.be] INFO: Extracting details for car 7006157auction111096
2026-03-27 22:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6601e2d8-454b-5693-b032-2650a4f3a0b6 with identifier: 7006157auction111096
2026-03-27 22:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6601e2d8-454b-5693-b032-2650a4f3a0b6 with scrape type 2
2026-03-27 22:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6601e2d8-454b-5693-b032-2650a4f3a0b6 with scrape type 2
2026-03-27 22:06:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6601e2d8-454b-5693-b032-2650a4f3a0b6, identifier: 7006157auction111096
2026-03-27 22:06:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6601e2d8-454b-5693-b032-2650a4f3a0b6 with identifier: 7006157auction111096
2026-03-27 22:06:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6601e2d8-454b-5693-b032-2650a4f3a0b6 with identifier: 7006157auction111096
2026-03-27 22:06:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6601e2d8-454b-5693-b032-2650a4f3a0b6 with identifier: 7006157auction111096 to the API
2026-03-27 22:06:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:06 [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 22:06:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006157>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6601e2d8-454b-5693-b032-2650a4f3a0b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006157',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 59920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 D (85KW)',
'vin': None,
'year': 2022}
2026-03-27 22:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006157auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:06 [ecarstrade.be] INFO: Saving data for 7006157auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774562750.76501, 'last_price_update_time': 1774649166.966335}
2026-03-27 22:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006157auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:07 [scrapy.extensions.logstats] INFO: Crawled 513 pages (at 9 pages/min), scraped 324 items (at 1 items/min)
2026-03-27 22:06:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page183?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page182?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006274auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006274auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006274auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006282auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006282auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006282auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006295auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006295auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006295auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006303auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006303auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006303auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006311auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006311auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006311auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006315auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006315auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006315auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006320auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006320auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006320auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006325auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006325auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006325auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006328auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006328auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006328auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006332auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006332auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006332auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006336auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006336auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006336auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006343auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006343auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006343auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006353auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006353auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006353auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006354auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006354auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006354auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006363auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006363auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006363auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006371auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006371auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006371auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006374auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006374auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006374auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006378auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006378auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006378auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006382auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006382auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006382auction111096: 0
2026-03-27 22:06:07 [ecarstrade.be] INFO: Found listing with ID: 7006386auction111096
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006386auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:07 [ecarstrade.be] INFO: Scrape type for 7006386auction111096: 0
2026-03-27 22:06:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page183?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006386auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006386auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006386auction111096: 0
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006388auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006388auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006388auction111096: 2
2026-03-27 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006389auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006389auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006389auction111096: 2
2026-03-27 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006391auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006391auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006391auction111096: 2
2026-03-27 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006395auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006395auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006395auction111096: 2
2026-03-27 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006398auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006398auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006398auction111096: 2
2026-03-27 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006406auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006406auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006406auction111096: 2
2026-03-27 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006410auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006410auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006410auction111096: 2
2026-03-27 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006413auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006413auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006413auction111096: 2
2026-03-27 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006415auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006415auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:14 [ecarstrade.be] INFO: Scrape type for 7006415auction111096: 2
2026-03-27 22:06:14 [ecarstrade.be] INFO: Found listing with ID: 7006416auction111096
2026-03-27 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006416auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006416auction111096: 2
2026-03-27 22:06:15 [ecarstrade.be] INFO: Found listing with ID: 7006420auction111096
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006420auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006420auction111096: 2
2026-03-27 22:06:15 [ecarstrade.be] INFO: Found listing with ID: 7006426auction111096
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006426auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006426auction111096: 2
2026-03-27 22:06:15 [ecarstrade.be] INFO: Found listing with ID: 7006432auction111096
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006432auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006432auction111096: 2
2026-03-27 22:06:15 [ecarstrade.be] INFO: Found listing with ID: 7006433auction111096
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006433auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006433auction111096: 2
2026-03-27 22:06:15 [ecarstrade.be] INFO: Found listing with ID: 7006447auction111096
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006447auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006447auction111096: 2
2026-03-27 22:06:15 [ecarstrade.be] INFO: Found listing with ID: 7006453auction111096
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006453auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006453auction111096: 2
2026-03-27 22:06:15 [ecarstrade.be] INFO: Found listing with ID: 7006460auction111096
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006460auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006460auction111096: 2
2026-03-27 22:06:15 [ecarstrade.be] INFO: Found listing with ID: 7006464auction111096
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006464auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006464auction111096: 2
2026-03-27 22:06:15 [ecarstrade.be] INFO: Found listing with ID: 7006471auction111096
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006471auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:15 [ecarstrade.be] INFO: Scrape type for 7006471auction111096: 2
2026-03-27 22:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page185?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006398> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006391> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006473auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006473auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006473auction111096: 2
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006474auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006474auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006474auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006475auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006475auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006475auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006476auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006476auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006476auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006477auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006477auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006477auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006478auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006478auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006478auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006479auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006479auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006479auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006482auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006482auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006482auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006483auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006483auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006483auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006487auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006487auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006487auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006489auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006489auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006489auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006494auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006494auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006494auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006497auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006497auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006497auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006501auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006501auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006501auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006502auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006502auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006502auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006634auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006634auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006634auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006635auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006635auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006635auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006636auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006636auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006636auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006637auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006637auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006637auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Found listing with ID: 7006639auction111096
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006639auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:21 [ecarstrade.be] INFO: Scrape type for 7006639auction111096: 0
2026-03-27 22:06:21 [ecarstrade.be] INFO: Extracting details for car 7006398auction111096
2026-03-27 22:06:21 [ecarstrade.be] INFO: Extracting details for car 7006391auction111096
2026-03-27 22:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006395> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13905f8a-44d4-564e-9c09-2f58864b91c4 with identifier: 7006398auction111096
2026-03-27 22:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13905f8a-44d4-564e-9c09-2f58864b91c4 with scrape type 2
2026-03-27 22:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13905f8a-44d4-564e-9c09-2f58864b91c4 with scrape type 2
2026-03-27 22:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 13905f8a-44d4-564e-9c09-2f58864b91c4, identifier: 7006398auction111096
2026-03-27 22:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ebac1a5-1d9b-5789-9d6c-23d9957b95b5 with identifier: 7006391auction111096
2026-03-27 22:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ebac1a5-1d9b-5789-9d6c-23d9957b95b5 with scrape type 2
2026-03-27 22:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ebac1a5-1d9b-5789-9d6c-23d9957b95b5 with scrape type 2
2026-03-27 22:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ebac1a5-1d9b-5789-9d6c-23d9957b95b5, identifier: 7006391auction111096
2026-03-27 22:06:21 [ecarstrade.be] INFO: Extracting details for car 7006395auction111096
2026-03-27 22:06:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 13905f8a-44d4-564e-9c09-2f58864b91c4 with identifier: 7006398auction111096
2026-03-27 22:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 13905f8a-44d4-564e-9c09-2f58864b91c4 with identifier: 7006398auction111096
2026-03-27 22:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 13905f8a-44d4-564e-9c09-2f58864b91c4 with identifier: 7006398auction111096 to the API
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:22 [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 22:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006398>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': '13905f8a-44d4-564e-9c09-2f58864b91c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006398',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 128346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-06',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 2.0 318D (100KW) TOURING',
'transmission': 'manual',
'trim': '3-serie 2.0 D (100KW) TOURING',
'vin': None,
'year': 2020}
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006398auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:22 [ecarstrade.be] INFO: Saving data for 7006398auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544770.044416, 'last_price_update_time': 1774649182.197147}
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006398auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ebac1a5-1d9b-5789-9d6c-23d9957b95b5 with identifier: 7006391auction111096
2026-03-27 22:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ebac1a5-1d9b-5789-9d6c-23d9957b95b5 with identifier: 7006391auction111096
2026-03-27 22:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ebac1a5-1d9b-5789-9d6c-23d9957b95b5 with identifier: 7006391auction111096 to the API
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:22 [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 22:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006391>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Petrol',
'id': '8ebac1a5-1d9b-5789-9d6c-23d9957b95b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006391',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '330',
'odometer': 127995,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 330E (215KW) XDRIVE TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E (215KW) XDRIVE TOURING',
'vin': None,
'year': 2022}
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006391auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:22 [ecarstrade.be] INFO: Saving data for 7006391auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544766.549556, 'last_price_update_time': 1774649182.560961}
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006391auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006389> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with identifier: 7006395auction111096
2026-03-27 22:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with scrape type 2
2026-03-27 22:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with scrape type 2
2026-03-27 22:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0, identifier: 7006395auction111096
2026-03-27 22:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with identifier: 7006395auction111096
2026-03-27 22:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with identifier: 7006395auction111096
2026-03-27 22:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6ecf840-a488-5c12-9bd3-6cd2ba778ab0 with identifier: 7006395auction111096 to the API
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:22 [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 22:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006395>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b6ecf840-a488-5c12-9bd3-6cd2ba778ab0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006395',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 175892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 TOURING DIESEL - 2019 320 d AdBlue',
'transmission': 'manual',
'trim': '3 TOURING DIESEL - 2019 d AdBlue',
'vin': None,
'year': 2020}
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006395auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:22 [ecarstrade.be] INFO: Saving data for 7006395auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544766.942072, 'last_price_update_time': 1774649182.96381}
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006395auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:22 [ecarstrade.be] INFO: Extracting details for car 7006389auction111096
2026-03-27 22:06:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f1aac27-1284-59c9-9710-c009ae5ec519 with identifier: 7006389auction111096
2026-03-27 22:06:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f1aac27-1284-59c9-9710-c009ae5ec519 with scrape type 2
2026-03-27 22:06:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f1aac27-1284-59c9-9710-c009ae5ec519 with scrape type 2
2026-03-27 22:06:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f1aac27-1284-59c9-9710-c009ae5ec519, identifier: 7006389auction111096
2026-03-27 22:06:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f1aac27-1284-59c9-9710-c009ae5ec519 with identifier: 7006389auction111096
2026-03-27 22:06:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f1aac27-1284-59c9-9710-c009ae5ec519 with identifier: 7006389auction111096
2026-03-27 22:06:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f1aac27-1284-59c9-9710-c009ae5ec519 with identifier: 7006389auction111096 to the API
2026-03-27 22:06:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:23 [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 22:06:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006389>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Petrol',
'id': '0f1aac27-1284-59c9-9710-c009ae5ec519',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006389',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '330',
'odometer': 175784,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 330E (215KW) TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E (215KW) TOURING',
'vin': None,
'year': 2020}
2026-03-27 22:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006389auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:23 [ecarstrade.be] INFO: Saving data for 7006389auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544768.592795, 'last_price_update_time': 1774649183.400581}
2026-03-27 22:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006389auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006416> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:28 [ecarstrade.be] INFO: Extracting details for car 7006416auction111096
2026-03-27 22:06:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 259ca877-3274-5fbb-ae35-3f64374ad623 with identifier: 7006416auction111096
2026-03-27 22:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 259ca877-3274-5fbb-ae35-3f64374ad623 with scrape type 2
2026-03-27 22:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 259ca877-3274-5fbb-ae35-3f64374ad623 with scrape type 2
2026-03-27 22:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 259ca877-3274-5fbb-ae35-3f64374ad623, identifier: 7006416auction111096
2026-03-27 22:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 259ca877-3274-5fbb-ae35-3f64374ad623 with identifier: 7006416auction111096
2026-03-27 22:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 259ca877-3274-5fbb-ae35-3f64374ad623 with identifier: 7006416auction111096
2026-03-27 22:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 259ca877-3274-5fbb-ae35-3f64374ad623 with identifier: 7006416auction111096 to the API
2026-03-27 22:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:28 [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 22:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006416>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': '259ca877-3274-5fbb-ae35-3f64374ad623',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006416',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '518',
'odometer': 120814,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES TOURING 2.0 518D 110KW TOURING AUTO',
'transmission': 'automatic',
'trim': '5 SERIES TOURING 2.0 D 110KW TOURING AUTO',
'vin': None,
'year': 2021}
2026-03-27 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006416auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:29 [ecarstrade.be] INFO: Saving data for 7006416auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544873.484984, 'last_price_update_time': 1774649189.030395}
2026-03-27 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006416auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006420> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006426> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:29 [ecarstrade.be] INFO: Extracting details for car 7006420auction111096
2026-03-27 22:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006415> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c591fc08-e5f9-5dea-a110-e88fafbaccdb with identifier: 7006420auction111096
2026-03-27 22:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c591fc08-e5f9-5dea-a110-e88fafbaccdb with scrape type 2
2026-03-27 22:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c591fc08-e5f9-5dea-a110-e88fafbaccdb with scrape type 2
2026-03-27 22:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c591fc08-e5f9-5dea-a110-e88fafbaccdb, identifier: 7006420auction111096
2026-03-27 22:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c591fc08-e5f9-5dea-a110-e88fafbaccdb with identifier: 7006420auction111096
2026-03-27 22:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c591fc08-e5f9-5dea-a110-e88fafbaccdb with identifier: 7006420auction111096
2026-03-27 22:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c591fc08-e5f9-5dea-a110-e88fafbaccdb with identifier: 7006420auction111096 to the API
2026-03-27 22:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:29 [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 22:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006420>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c591fc08-e5f9-5dea-a110-e88fafbaccdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006420',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '520',
'odometer': 66887,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES TOURING 2.0 520D 120KW TOURING AUTO',
'transmission': 'automatic',
'trim': '5 SERIES TOURING 2.0 D 120KW TOURING AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006420auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:29 [ecarstrade.be] INFO: Saving data for 7006420auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544846.742108, 'last_price_update_time': 1774649189.715725}
2026-03-27 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006420auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:29 [ecarstrade.be] INFO: Extracting details for car 7006426auction111096
2026-03-27 22:06:29 [ecarstrade.be] INFO: Extracting details for car 7006415auction111096
2026-03-27 22:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9b4764c-4ffe-556e-855a-843b84956ea9 with identifier: 7006426auction111096
2026-03-27 22:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9b4764c-4ffe-556e-855a-843b84956ea9 with scrape type 2
2026-03-27 22:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9b4764c-4ffe-556e-855a-843b84956ea9 with scrape type 2
2026-03-27 22:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9b4764c-4ffe-556e-855a-843b84956ea9, identifier: 7006426auction111096
2026-03-27 22:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44642f4f-6939-5d04-9f42-78264959893d with identifier: 7006415auction111096
2026-03-27 22:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44642f4f-6939-5d04-9f42-78264959893d with scrape type 2
2026-03-27 22:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44642f4f-6939-5d04-9f42-78264959893d with scrape type 2
2026-03-27 22:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44642f4f-6939-5d04-9f42-78264959893d, identifier: 7006415auction111096
2026-03-27 22:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9b4764c-4ffe-556e-855a-843b84956ea9 with identifier: 7006426auction111096
2026-03-27 22:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9b4764c-4ffe-556e-855a-843b84956ea9 with identifier: 7006426auction111096
2026-03-27 22:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9b4764c-4ffe-556e-855a-843b84956ea9 with identifier: 7006426auction111096 to the API
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:30 [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 22:06:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006426>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'd9b4764c-4ffe-556e-855a-843b84956ea9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006426',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '530',
'odometer': 167994,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES TOURING 2.0 530E 200KW XDRIVE AUTO TOURING',
'transmission': 'automatic',
'trim': '5 SERIES TOURING 2.0 E 200KW XDRIVE AUTO TOURING',
'vin': None,
'year': 2022}
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006426auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:30 [ecarstrade.be] INFO: Saving data for 7006426auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544796.169969, 'last_price_update_time': 1774649190.239409}
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006426auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44642f4f-6939-5d04-9f42-78264959893d with identifier: 7006415auction111096
2026-03-27 22:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44642f4f-6939-5d04-9f42-78264959893d with identifier: 7006415auction111096
2026-03-27 22:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44642f4f-6939-5d04-9f42-78264959893d with identifier: 7006415auction111096 to the API
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:30 [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 22:06:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006415>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Petrol',
'id': '44642f4f-6939-5d04-9f42-78264959893d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006415',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '530',
'odometer': 98878,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 530E 200KW XDRIVE AUTO',
'transmission': 'automatic',
'trim': '5 SERIES BERLINE 2.0 E 200KW XDRIVE AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006415auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:30 [ecarstrade.be] INFO: Saving data for 7006415auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544770.544356, 'last_price_update_time': 1774649190.51136}
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006415auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006388> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:35 [ecarstrade.be] INFO: Extracting details for car 7006388auction111096
2026-03-27 22:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006413> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with identifier: 7006388auction111096
2026-03-27 22:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with scrape type 2
2026-03-27 22:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with scrape type 2
2026-03-27 22:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04, identifier: 7006388auction111096
2026-03-27 22:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with identifier: 7006388auction111096
2026-03-27 22:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with identifier: 7006388auction111096
2026-03-27 22:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04 with identifier: 7006388auction111096 to the API
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:35 [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 22:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006388>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'e7faf112-d8bd-59df-b1c1-b3cc0ea3cc04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006388',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '330',
'odometer': 94794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 330E (215KW) TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E (215KW) TOURING',
'vin': None,
'year': 2022}
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006388auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:35 [ecarstrade.be] INFO: Saving data for 7006388auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544784.927887, 'last_price_update_time': 1774649195.526297}
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006388auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:35 [ecarstrade.be] INFO: Extracting details for car 7006413auction111096
2026-03-27 22:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006432> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d92ee51b-9eb9-5de0-a96b-793820f278eb with identifier: 7006413auction111096
2026-03-27 22:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d92ee51b-9eb9-5de0-a96b-793820f278eb with scrape type 2
2026-03-27 22:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d92ee51b-9eb9-5de0-a96b-793820f278eb with scrape type 2
2026-03-27 22:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d92ee51b-9eb9-5de0-a96b-793820f278eb, identifier: 7006413auction111096
2026-03-27 22:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d92ee51b-9eb9-5de0-a96b-793820f278eb with identifier: 7006413auction111096
2026-03-27 22:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d92ee51b-9eb9-5de0-a96b-793820f278eb with identifier: 7006413auction111096
2026-03-27 22:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d92ee51b-9eb9-5de0-a96b-793820f278eb with identifier: 7006413auction111096 to the API
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:35 [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 22:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006413>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'd92ee51b-9eb9-5de0-a96b-793820f278eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006413',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '530',
'odometer': 154342,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 530E 185KW AUTO',
'transmission': 'automatic',
'trim': '5 SERIES BERLINE 2.0 E 185KW AUTO',
'vin': None,
'year': 2021}
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006413auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:35 [ecarstrade.be] INFO: Saving data for 7006413auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544875.303342, 'last_price_update_time': 1774649195.921834}
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006413auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:35 [ecarstrade.be] INFO: Extracting details for car 7006432auction111096
2026-03-27 22:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006433> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with identifier: 7006432auction111096
2026-03-27 22:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with scrape type 2
2026-03-27 22:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with scrape type 2
2026-03-27 22:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0, identifier: 7006432auction111096
2026-03-27 22:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with identifier: 7006432auction111096
2026-03-27 22:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with identifier: 7006432auction111096
2026-03-27 22:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbe1d70a-bc37-5b73-a6ba-82db9300cfb0 with identifier: 7006432auction111096 to the API
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:36 [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 22:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006432>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Electric',
'id': 'dbe1d70a-bc37-5b73-a6ba-82db9300cfb0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006432',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'iX2',
'odometer': 7987,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX2 BEV 67KWH EDRIVE20 150KW',
'transmission': 'automatic',
'trim': 'IX2 BEV 67KWH EDRIVE20 150KW',
'vin': None,
'year': 2025}
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006432auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:36 [ecarstrade.be] INFO: Saving data for 7006432auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544848.170219, 'last_price_update_time': 1774649196.3039}
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006432auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:36 [ecarstrade.be] INFO: Extracting details for car 7006433auction111096
2026-03-27 22:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1954b7f2-c315-5c37-9192-9d5a8372e714 with identifier: 7006433auction111096
2026-03-27 22:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1954b7f2-c315-5c37-9192-9d5a8372e714 with scrape type 2
2026-03-27 22:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1954b7f2-c315-5c37-9192-9d5a8372e714 with scrape type 2
2026-03-27 22:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1954b7f2-c315-5c37-9192-9d5a8372e714, identifier: 7006433auction111096
2026-03-27 22:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1954b7f2-c315-5c37-9192-9d5a8372e714 with identifier: 7006433auction111096
2026-03-27 22:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1954b7f2-c315-5c37-9192-9d5a8372e714 with identifier: 7006433auction111096
2026-03-27 22:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1954b7f2-c315-5c37-9192-9d5a8372e714 with identifier: 7006433auction111096 to the API
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:36 [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 22:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006433>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Electric',
'id': '1954b7f2-c315-5c37-9192-9d5a8372e714',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006433',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'iX3',
'odometer': 80986,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': 'IX3 80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006433auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:36 [ecarstrade.be] INFO: Saving data for 7006433auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544840.130369, 'last_price_update_time': 1774649196.677098}
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006433auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006471> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:37 [ecarstrade.be] INFO: Extracting details for car 7006471auction111096
2026-03-27 22:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with identifier: 7006471auction111096
2026-03-27 22:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with scrape type 2
2026-03-27 22:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with scrape type 2
2026-03-27 22:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e, identifier: 7006471auction111096
2026-03-27 22:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with identifier: 7006471auction111096
2026-03-27 22:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with identifier: 7006471auction111096
2026-03-27 22:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e with identifier: 7006471auction111096 to the API
2026-03-27 22:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:37 [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 22:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006471>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '28fbb3d9-dc16-5cc1-ac6e-c5b872aae29e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006471',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 92915,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2020}
2026-03-27 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006471auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:37 [ecarstrade.be] INFO: Saving data for 7006471auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544891.924172, 'last_price_update_time': 1774649197.647623}
2026-03-27 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006471auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006447> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:37 [ecarstrade.be] INFO: Extracting details for car 7006447auction111096
2026-03-27 22:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbde8154-d993-56ad-9b8b-abdeae2e6836 with identifier: 7006447auction111096
2026-03-27 22:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbde8154-d993-56ad-9b8b-abdeae2e6836 with scrape type 2
2026-03-27 22:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbde8154-d993-56ad-9b8b-abdeae2e6836 with scrape type 2
2026-03-27 22:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbde8154-d993-56ad-9b8b-abdeae2e6836, identifier: 7006447auction111096
2026-03-27 22:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbde8154-d993-56ad-9b8b-abdeae2e6836 with identifier: 7006447auction111096
2026-03-27 22:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbde8154-d993-56ad-9b8b-abdeae2e6836 with identifier: 7006447auction111096
2026-03-27 22:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbde8154-d993-56ad-9b8b-abdeae2e6836 with identifier: 7006447auction111096 to the API
2026-03-27 22:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:38 [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 22:06:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006447>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cbde8154-d993-56ad-9b8b-abdeae2e6836',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006447',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 100619,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-27 22:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006447auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:38 [ecarstrade.be] INFO: Saving data for 7006447auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544889.669867, 'last_price_update_time': 1774649198.14571}
2026-03-27 22:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006447auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006460> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:42 [ecarstrade.be] INFO: Extracting details for car 7006460auction111096
2026-03-27 22:06:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 804cea2d-d29f-5b10-a555-809bcd1ae164 with identifier: 7006460auction111096
2026-03-27 22:06:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 804cea2d-d29f-5b10-a555-809bcd1ae164 with scrape type 2
2026-03-27 22:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 804cea2d-d29f-5b10-a555-809bcd1ae164 with scrape type 2
2026-03-27 22:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 804cea2d-d29f-5b10-a555-809bcd1ae164, identifier: 7006460auction111096
2026-03-27 22:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 804cea2d-d29f-5b10-a555-809bcd1ae164 with identifier: 7006460auction111096
2026-03-27 22:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 804cea2d-d29f-5b10-a555-809bcd1ae164 with identifier: 7006460auction111096
2026-03-27 22:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 804cea2d-d29f-5b10-a555-809bcd1ae164 with identifier: 7006460auction111096 to the API
2026-03-27 22:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:42 [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 22:06:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006460>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': '804cea2d-d29f-5b10-a555-809bcd1ae164',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006460',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 114666,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-27 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006460auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:42 [ecarstrade.be] INFO: Saving data for 7006460auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544890.155807, 'last_price_update_time': 1774649202.848933}
2026-03-27 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006460auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page186?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page185?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006464> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:06:43 [ecarstrade.be] INFO: Extracting details for car 7006464auction111096
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006642auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006642auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006642auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006644auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006644auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006644auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006646auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006646auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006646auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006647auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006647auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006647auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006649auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006649auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006649auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006650auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006650auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006650auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006653auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006653auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006653auction111096: 2
2026-03-27 22:06:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006655auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006655auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006655auction111096: 2
2026-03-27 22:06:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d27b6e83-fd4d-5701-a063-5b4317c69e13 with identifier: 7006464auction111096
2026-03-27 22:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d27b6e83-fd4d-5701-a063-5b4317c69e13 with scrape type 2
2026-03-27 22:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d27b6e83-fd4d-5701-a063-5b4317c69e13 with scrape type 2
2026-03-27 22:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d27b6e83-fd4d-5701-a063-5b4317c69e13, identifier: 7006464auction111096
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006656auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006656auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006656auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006659auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006659auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006659auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006660auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006660auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006660auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006662auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006662auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006662auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006664auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006664auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006664auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006666auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006666auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006666auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006667auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006667auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006667auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006668auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006668auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006668auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006670auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006670auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006670auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006672auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006672auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006672auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006673auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006673auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006673auction111096: 0
2026-03-27 22:06:43 [ecarstrade.be] INFO: Found listing with ID: 7006674auction111096
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006674auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Scrape type for 7006674auction111096: 0
2026-03-27 22:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d27b6e83-fd4d-5701-a063-5b4317c69e13 with identifier: 7006464auction111096
2026-03-27 22:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d27b6e83-fd4d-5701-a063-5b4317c69e13 with identifier: 7006464auction111096
2026-03-27 22:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d27b6e83-fd4d-5701-a063-5b4317c69e13 with identifier: 7006464auction111096 to the API
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:43 [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 22:06:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006464>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'd27b6e83-fd4d-5701-a063-5b4317c69e13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006464',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 145068,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006464auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:43 [ecarstrade.be] INFO: Saving data for 7006464auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544891.336909, 'last_price_update_time': 1774649203.749272}
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006464auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006453> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:44 [ecarstrade.be] INFO: Extracting details for car 7006453auction111096
2026-03-27 22:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006473> (referer: https://ecarstrade.com/search/page185?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f766849-c252-5fbc-b91a-894191258374 with identifier: 7006453auction111096
2026-03-27 22:06:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f766849-c252-5fbc-b91a-894191258374 with scrape type 2
2026-03-27 22:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f766849-c252-5fbc-b91a-894191258374 with scrape type 2
2026-03-27 22:06:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f766849-c252-5fbc-b91a-894191258374, identifier: 7006453auction111096
2026-03-27 22:06:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f766849-c252-5fbc-b91a-894191258374 with identifier: 7006453auction111096
2026-03-27 22:06:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f766849-c252-5fbc-b91a-894191258374 with identifier: 7006453auction111096
2026-03-27 22:06:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f766849-c252-5fbc-b91a-894191258374 with identifier: 7006453auction111096 to the API
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:44 [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 22:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006453>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6f766849-c252-5fbc-b91a-894191258374',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006453',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 92887,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006453auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:44 [ecarstrade.be] INFO: Saving data for 7006453auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544895.187735, 'last_price_update_time': 1774649204.463638}
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006453auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:44 [ecarstrade.be] INFO: Extracting details for car 7006473auction111096
2026-03-27 22:06:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b24480f-8ff6-534e-8943-eac29deff33a with identifier: 7006473auction111096
2026-03-27 22:06:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b24480f-8ff6-534e-8943-eac29deff33a with scrape type 2
2026-03-27 22:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b24480f-8ff6-534e-8943-eac29deff33a with scrape type 2
2026-03-27 22:06:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b24480f-8ff6-534e-8943-eac29deff33a, identifier: 7006473auction111096
2026-03-27 22:06:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b24480f-8ff6-534e-8943-eac29deff33a with identifier: 7006473auction111096
2026-03-27 22:06:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b24480f-8ff6-534e-8943-eac29deff33a with identifier: 7006473auction111096
2026-03-27 22:06:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b24480f-8ff6-534e-8943-eac29deff33a with identifier: 7006473auction111096 to the API
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:44 [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 22:06:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006473>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8b24480f-8ff6-534e-8943-eac29deff33a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006473',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 101820,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2022}
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006473auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:44 [ecarstrade.be] INFO: Saving data for 7006473auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544893.670836, 'last_price_update_time': 1774649204.855213}
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006473auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006410> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:49 [ecarstrade.be] INFO: Extracting details for car 7006410auction111096
2026-03-27 22:06:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bdf762a-8856-5862-b646-a353b788757b with identifier: 7006410auction111096
2026-03-27 22:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bdf762a-8856-5862-b646-a353b788757b with scrape type 2
2026-03-27 22:06:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bdf762a-8856-5862-b646-a353b788757b with scrape type 2
2026-03-27 22:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7bdf762a-8856-5862-b646-a353b788757b, identifier: 7006410auction111096
2026-03-27 22:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7bdf762a-8856-5862-b646-a353b788757b with identifier: 7006410auction111096
2026-03-27 22:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7bdf762a-8856-5862-b646-a353b788757b with identifier: 7006410auction111096
2026-03-27 22:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7bdf762a-8856-5862-b646-a353b788757b with identifier: 7006410auction111096 to the API
2026-03-27 22:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:49 [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 22:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006410>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Petrol',
'id': '7bdf762a-8856-5862-b646-a353b788757b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006410',
'listing': 'directbuy',
'location': 'Belgium - "ASSE II"',
'make': 'BMW',
'model': '530',
'odometer': 59999,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 530E 185KW AUTO',
'transmission': 'automatic',
'trim': '5 SERIES BERLINE 2.0 E 185KW AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006410auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:49 [ecarstrade.be] INFO: Saving data for 7006410auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544768.930113, 'last_price_update_time': 1774649209.895674}
2026-03-27 22:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006410auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006653> (referer: https://ecarstrade.com/search/page186?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:50 [ecarstrade.be] INFO: Extracting details for car 7006653auction111096
2026-03-27 22:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 605c08d5-06cd-517d-8101-595c6c355d5a with identifier: 7006653auction111096
2026-03-27 22:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 605c08d5-06cd-517d-8101-595c6c355d5a with scrape type 2
2026-03-27 22:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 605c08d5-06cd-517d-8101-595c6c355d5a with scrape type 2
2026-03-27 22:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 605c08d5-06cd-517d-8101-595c6c355d5a, identifier: 7006653auction111096
2026-03-27 22:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 605c08d5-06cd-517d-8101-595c6c355d5a with identifier: 7006653auction111096
2026-03-27 22:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 605c08d5-06cd-517d-8101-595c6c355d5a with identifier: 7006653auction111096
2026-03-27 22:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 605c08d5-06cd-517d-8101-595c6c355d5a with identifier: 7006653auction111096 to the API
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:50 [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 22:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006653>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Diesel',
'id': '605c08d5-06cd-517d-8101-595c6c355d5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006653',
'listing': 'directbuy',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X2',
'odometer': 85006,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 DIESEL 1.5 dA sDrive16',
'transmission': 'automatic',
'trim': 'DIESEL 1.5 dA sDrive16',
'vin': None,
'year': 2021}
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006653auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Saving data for 7006653auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774562803.03283, 'last_price_update_time': 1774649210.408198}
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006653auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page187?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page186?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006675auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006675auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006675auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006676auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006676auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006676auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006677auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006677auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006677auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006678auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006678auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006678auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006679auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006679auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006679auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006680auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006680auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006680auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006681auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006681auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006681auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006682auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006682auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006682auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006683auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006683auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006683auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006684auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006684auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006684auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006685auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006685auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006685auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006686auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006686auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006686auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006688auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006688auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006688auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006689auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006689auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006689auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006690auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006690auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006690auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006691auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006691auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006691auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006692auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006692auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006692auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006693auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006693auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006693auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006696auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006696auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006696auction111096: 0
2026-03-27 22:06:50 [ecarstrade.be] INFO: Found listing with ID: 7006697auction111096
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006697auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:50 [ecarstrade.be] INFO: Scrape type for 7006697auction111096: 0
2026-03-27 22:06:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006655> (referer: https://ecarstrade.com/search/page186?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:51 [ecarstrade.be] INFO: Extracting details for car 7006655auction111096
2026-03-27 22:06:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b91d170e-1f87-52a0-8d20-cddd5d207486 with identifier: 7006655auction111096
2026-03-27 22:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b91d170e-1f87-52a0-8d20-cddd5d207486 with scrape type 2
2026-03-27 22:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b91d170e-1f87-52a0-8d20-cddd5d207486 with scrape type 2
2026-03-27 22:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b91d170e-1f87-52a0-8d20-cddd5d207486, identifier: 7006655auction111096
2026-03-27 22:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b91d170e-1f87-52a0-8d20-cddd5d207486 with identifier: 7006655auction111096
2026-03-27 22:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b91d170e-1f87-52a0-8d20-cddd5d207486 with identifier: 7006655auction111096
2026-03-27 22:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b91d170e-1f87-52a0-8d20-cddd5d207486 with identifier: 7006655auction111096 to the API
2026-03-27 22:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06: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 22:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006655>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b91d170e-1f87-52a0-8d20-cddd5d207486',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006655',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X3',
'odometer': 124353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 XDRIVE30E (120KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 XDRIVE30E (120KW) AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006655auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:51 [ecarstrade.be] INFO: Saving data for 7006655auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774562798.194046, 'last_price_update_time': 1774649211.8489}
2026-03-27 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006655auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006406> (referer: https://ecarstrade.com/search/page184?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:52 [ecarstrade.be] INFO: Extracting details for car 7006406auction111096
2026-03-27 22:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4f926c7-3e40-5086-8f7e-220d4a8cf045 with identifier: 7006406auction111096
2026-03-27 22:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4f926c7-3e40-5086-8f7e-220d4a8cf045 with scrape type 2
2026-03-27 22:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4f926c7-3e40-5086-8f7e-220d4a8cf045 with scrape type 2
2026-03-27 22:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4f926c7-3e40-5086-8f7e-220d4a8cf045, identifier: 7006406auction111096
2026-03-27 22:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4f926c7-3e40-5086-8f7e-220d4a8cf045 with identifier: 7006406auction111096
2026-03-27 22:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4f926c7-3e40-5086-8f7e-220d4a8cf045 with identifier: 7006406auction111096
2026-03-27 22:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4f926c7-3e40-5086-8f7e-220d4a8cf045 with identifier: 7006406auction111096 to the API
2026-03-27 22:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:06:52 [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 22:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006406>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'c4f926c7-3e40-5086-8f7e-220d4a8cf045',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7006406',
'listing': 'directbuy',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '520',
'odometer': 43732,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 520E AUTO',
'transmission': 'automatic',
'trim': '5 SERIES BERLINE 2.0 E AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006406auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:52 [ecarstrade.be] INFO: Saving data for 7006406auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774544768.311734, 'last_price_update_time': 1774649212.485846}
2026-03-27 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006406auction111096') HTTP/1.1" 204 0
2026-03-27 22:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page188?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page187?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006698auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006698auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006698auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006699auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006699auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006699auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006700auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006700auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006700auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006701auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006701auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006701auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006702auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006702auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006702auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006703auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006703auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006703auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006704auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006704auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006704auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006705auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006705auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006705auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006706auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006706auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006706auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006707auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006707auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006707auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006708auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006708auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006708auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006709auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006709auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006709auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006710auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006710auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006710auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006711auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006711auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006711auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006712auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006712auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006712auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006716auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006716auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006716auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006718auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006718auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006718auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006723auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006723auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006723auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006724auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006724auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006724auction111096: 0
2026-03-27 22:06:57 [ecarstrade.be] INFO: Found listing with ID: 7006725auction111096
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006725auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:06:57 [ecarstrade.be] INFO: Scrape type for 7006725auction111096: 0
2026-03-27 22:06:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page189?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page188?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006725auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006725auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006725auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006727auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006727auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006727auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006728auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006728auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006728auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006729auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006729auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006729auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006730auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006730auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006730auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006731auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006731auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006731auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006732auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006732auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006732auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006733auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006733auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006733auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006734auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006734auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006734auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006735auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006735auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006735auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006736auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006736auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006736auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006737auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006737auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006737auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006738auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006738auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006738auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006739auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006739auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006739auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006740auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006740auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006740auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006741auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006741auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006741auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006742auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006742auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006742auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006743auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006743auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006743auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006744auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006744auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006744auction111096: 0
2026-03-27 22:07:04 [ecarstrade.be] INFO: Found listing with ID: 7006745auction111096
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006745auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:04 [ecarstrade.be] INFO: Scrape type for 7006745auction111096: 0
2026-03-27 22:07:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:07:06 [scrapy.extensions.logstats] INFO: Crawled 542 pages (at 29 pages/min), scraped 346 items (at 22 items/min)
2026-03-27 22:07:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page190?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page189?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006747auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006747auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006747auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006748auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006748auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006748auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006749auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006749auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006749auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006750auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006750auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006750auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006751auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006751auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006751auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006752auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006752auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006752auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006753auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006753auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006753auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006754auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006754auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006754auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006755auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006755auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006755auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006756auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006756auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006756auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006757auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006757auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006757auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006758auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006758auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006758auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006759auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006759auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006759auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006760auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006760auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006760auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006761auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006761auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006761auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006762auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006762auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006762auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006763auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006763auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006763auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006764auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006764auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006764auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006765auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006765auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006765auction111096: 0
2026-03-27 22:07:41 [ecarstrade.be] INFO: Found listing with ID: 7006766auction111096
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006766auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:41 [ecarstrade.be] INFO: Scrape type for 7006766auction111096: 0
2026-03-27 22:07:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page191?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page190?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006766auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006766auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006766auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006767auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006767auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006767auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006768auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006768auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006768auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006769auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006769auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006769auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006770auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006770auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006770auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006772auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006772auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006772auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006773auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006773auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006773auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006774auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006774auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006774auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006775auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006775auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006775auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006776auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006776auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006776auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006777auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006777auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006777auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006778auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006778auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006778auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006779auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006779auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006779auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006780auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006780auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006780auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006781auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006781auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006781auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006782auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006782auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006782auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006784auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006784auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006784auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006785auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006785auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006785auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006788auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006788auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006788auction111096: 0
2026-03-27 22:07:48 [ecarstrade.be] INFO: Found listing with ID: 7006789auction111096
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006789auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:48 [ecarstrade.be] INFO: Scrape type for 7006789auction111096: 0
2026-03-27 22:07:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page192?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page191?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:07:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:07:55 [ecarstrade.be] INFO: Found listing with ID: 7006790auction111096
2026-03-27 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006790auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006790auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006792auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006792auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006792auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006793auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006793auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006793auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006794auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006794auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006794auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006796auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006796auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006796auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006798auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006798auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006798auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006802auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006802auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006802auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006803auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006803auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006803auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006805auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006805auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006805auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006806auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006806auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006806auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006807auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006807auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006807auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006808auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006808auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006808auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006809auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006809auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006809auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006810auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006810auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006810auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006811auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006811auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006811auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006812auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006812auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006812auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006813auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006813auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006813auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006814auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006814auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006814auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006815auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006815auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006815auction111096: 0
2026-03-27 22:07:56 [ecarstrade.be] INFO: Found listing with ID: 7006817auction111096
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006817auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:07:56 [ecarstrade.be] INFO: Scrape type for 7006817auction111096: 0
2026-03-27 22:07:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:08:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page193?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page192?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006818auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006818auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006818auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006819auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006819auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006819auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006820auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006820auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006820auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006821auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006821auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006821auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006822auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006822auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006822auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006823auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006823auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006823auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006824auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006824auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006824auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006825auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006825auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006825auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006826auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006826auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006826auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006827auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006827auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006827auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006828auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006828auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006828auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006829auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006829auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006829auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006830auction111096
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006830auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:03 [ecarstrade.be] INFO: Scrape type for 7006830auction111096: 0
2026-03-27 22:08:03 [ecarstrade.be] INFO: Found listing with ID: 7006831auction111096
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006831auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:04 [ecarstrade.be] INFO: Scrape type for 7006831auction111096: 0
2026-03-27 22:08:04 [ecarstrade.be] INFO: Found listing with ID: 7006832auction111096
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006832auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:04 [ecarstrade.be] INFO: Scrape type for 7006832auction111096: 0
2026-03-27 22:08:04 [ecarstrade.be] INFO: Found listing with ID: 7006833auction111096
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006833auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:04 [ecarstrade.be] INFO: Scrape type for 7006833auction111096: 0
2026-03-27 22:08:04 [ecarstrade.be] INFO: Found listing with ID: 7006834auction111096
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006834auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:04 [ecarstrade.be] INFO: Scrape type for 7006834auction111096: 0
2026-03-27 22:08:04 [ecarstrade.be] INFO: Found listing with ID: 7006835auction111096
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006835auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:04 [ecarstrade.be] INFO: Scrape type for 7006835auction111096: 0
2026-03-27 22:08:04 [ecarstrade.be] INFO: Found listing with ID: 7006836auction111096
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006836auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:04 [ecarstrade.be] INFO: Scrape type for 7006836auction111096: 0
2026-03-27 22:08:04 [ecarstrade.be] INFO: Found listing with ID: 7006837auction111096
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006837auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:04 [ecarstrade.be] INFO: Scrape type for 7006837auction111096: 0
2026-03-27 22:08:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:08:06 [scrapy.extensions.logstats] INFO: Crawled 546 pages (at 4 pages/min), scraped 346 items (at 0 items/min)
2026-03-27 22:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:08:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page194?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page193?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006838auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006838auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006838auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006839auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006839auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006839auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006840auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006840auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006840auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006841auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006841auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006841auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006842auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006842auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006842auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006843auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006843auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006843auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006844auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006844auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006844auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006846auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006846auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006846auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006847auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006847auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006847auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006849auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006849auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006849auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006850auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006850auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006850auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006851auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006851auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006851auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006852auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006852auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006852auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006853auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006853auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006853auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006856auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006856auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006856auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006858auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006858auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006858auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006859auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006859auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006859auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006860auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006860auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006860auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006861auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006861auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006861auction111096: 0
2026-03-27 22:08:10 [ecarstrade.be] INFO: Found listing with ID: 7006862auction111096
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006862auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:10 [ecarstrade.be] INFO: Scrape type for 7006862auction111096: 0
2026-03-27 22:08:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:08:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page195?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page194?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:08:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:08:16 [ecarstrade.be] INFO: Found listing with ID: 7006863auction111096
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006863auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:16 [ecarstrade.be] INFO: Scrape type for 7006863auction111096: 0
2026-03-27 22:08:16 [ecarstrade.be] INFO: Found listing with ID: 7006864auction111096
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006864auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:16 [ecarstrade.be] INFO: Scrape type for 7006864auction111096: 0
2026-03-27 22:08:16 [ecarstrade.be] INFO: Found listing with ID: 7006865auction111096
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006865auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:16 [ecarstrade.be] INFO: Scrape type for 7006865auction111096: 0
2026-03-27 22:08:16 [ecarstrade.be] INFO: Found listing with ID: 7006866auction111096
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006866auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:16 [ecarstrade.be] INFO: Scrape type for 7006866auction111096: 0
2026-03-27 22:08:16 [ecarstrade.be] INFO: Found listing with ID: 7006867auction111096
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006867auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:16 [ecarstrade.be] INFO: Scrape type for 7006867auction111096: 0
2026-03-27 22:08:16 [ecarstrade.be] INFO: Found listing with ID: 7006868auction111096
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006868auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:16 [ecarstrade.be] INFO: Scrape type for 7006868auction111096: 0
2026-03-27 22:08:16 [ecarstrade.be] INFO: Found listing with ID: 7006869auction111096
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006869auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:16 [ecarstrade.be] INFO: Scrape type for 7006869auction111096: 0
2026-03-27 22:08:16 [ecarstrade.be] INFO: Found listing with ID: 7006870auction111096
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006870auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7006870auction111096: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7006871auction111096
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006871auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7006871auction111096: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7006872auction111096
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006872auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7006872auction111096: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7006873auction111096
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006873auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7006873auction111096: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7006874auction111096
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006874auction111096%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7006874auction111096: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7010023auction111139
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010023auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7010023auction111139: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7010024auction111139
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010024auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7010024auction111139: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7010025auction111139
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010025auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7010025auction111139: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7010026auction111139
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010026auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7010026auction111139: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7010027auction111139
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010027auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7010027auction111139: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7010028auction111139
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010028auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7010028auction111139: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7010029auction111139
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010029auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7010029auction111139: 0
2026-03-27 22:08:17 [ecarstrade.be] INFO: Found listing with ID: 7010030auction111139
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010030auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:17 [ecarstrade.be] INFO: Scrape type for 7010030auction111139: 0
2026-03-27 22:08:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:08:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page196?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page195?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010032auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010032auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010032auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010033auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010033auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010033auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010034auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010034auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010034auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010035auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010035auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010035auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010036auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010036auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010036auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010037auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010037auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010037auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010038auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010038auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010038auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010039auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010039auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010039auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010041auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010041auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010041auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010042auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010042auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010042auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010043auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010043auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010043auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010044auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010044auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010044auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010045auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010045auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010045auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010046auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010046auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010046auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010047auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010047auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010047auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010049auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010049auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010049auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010050auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010050auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010050auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010051auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010051auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010051auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010052auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010052auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010052auction111139: 0
2026-03-27 22:08:23 [ecarstrade.be] INFO: Found listing with ID: 7010053auction111139
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010053auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:23 [ecarstrade.be] INFO: Scrape type for 7010053auction111139: 0
2026-03-27 22:08:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page197?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page196?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010054auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010054auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010054auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010055auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010055auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010055auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010057auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010057auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010057auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010058auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010058auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010058auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010059auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010059auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010059auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010060auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010060auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010060auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010061auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010061auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010061auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010062auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010062auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010062auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010063auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010063auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010063auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010064auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010064auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010064auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010065auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010065auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010065auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010067auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010067auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010067auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010068auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010068auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010068auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010069auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010069auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010069auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010070auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010070auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010070auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010071auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010071auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010071auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010072auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010072auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010072auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010073auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010073auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010073auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010074auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010074auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010074auction111139: 0
2026-03-27 22:08:30 [ecarstrade.be] INFO: Found listing with ID: 7010076auction111139
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010076auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:30 [ecarstrade.be] INFO: Scrape type for 7010076auction111139: 0
2026-03-27 22:08:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:08:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page198?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page197?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:08:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:08:36 [ecarstrade.be] INFO: Found listing with ID: 7010077auction111139
2026-03-27 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010077auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:36 [ecarstrade.be] INFO: Scrape type for 7010077auction111139: 0
2026-03-27 22:08:36 [ecarstrade.be] INFO: Found listing with ID: 7010078auction111139
2026-03-27 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010078auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:36 [ecarstrade.be] INFO: Scrape type for 7010078auction111139: 0
2026-03-27 22:08:36 [ecarstrade.be] INFO: Found listing with ID: 7010079auction111139
2026-03-27 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010079auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:36 [ecarstrade.be] INFO: Scrape type for 7010079auction111139: 0
2026-03-27 22:08:36 [ecarstrade.be] INFO: Found listing with ID: 7010080auction111139
2026-03-27 22:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010080auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010080auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010081auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010081auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010081auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010082auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010082auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010082auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010083auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010083auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010083auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010084auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010084auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010084auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010086auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010086auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010086auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010087auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010087auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010087auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010088auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010088auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010088auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010089auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010089auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010089auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010090auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010090auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010090auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010091auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010091auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010091auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010092auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010092auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010092auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010093auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010093auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010093auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010094auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010094auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010094auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010095auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010095auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010095auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010096auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010096auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010096auction111139: 0
2026-03-27 22:08:37 [ecarstrade.be] INFO: Found listing with ID: 7010097auction111139
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010097auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:37 [ecarstrade.be] INFO: Scrape type for 7010097auction111139: 0
2026-03-27 22:08:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page199?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page198?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010098auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010098auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010098auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010100auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010100auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010100auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010101auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010101auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010101auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010102auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010102auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010102auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010103auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010103auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010103auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010105auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010105auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010105auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010106auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010106auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010106auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010107auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010107auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010107auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010109auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010109auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010109auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010110auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010110auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010110auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010111auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010111auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010111auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7010113auction111139
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010113auction111139%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7010113auction111139: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7006935auction111103
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006935auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7006935auction111103: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7006926auction111103
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006926auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7006926auction111103: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7006893auction111103
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006893auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7006893auction111103: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7006884auction111103
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006884auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7006884auction111103: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7006931auction111103
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006931auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7006931auction111103: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7006914auction111103
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006914auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7006914auction111103: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7006883auction111103
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006883auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7006883auction111103: 0
2026-03-27 22:08:43 [ecarstrade.be] INFO: Found listing with ID: 7006894auction111103
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006894auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:43 [ecarstrade.be] INFO: Scrape type for 7006894auction111103: 0
2026-03-27 22:08:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page200?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page199?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:08:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:08:54 [ecarstrade.be] INFO: Found listing with ID: 7006892auction111103
2026-03-27 22:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006892auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:54 [ecarstrade.be] INFO: Scrape type for 7006892auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006994auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006994auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006994auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006886auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006886auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006886auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006877auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006877auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006877auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006890auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006890auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006890auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006979auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006979auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006979auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006928auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006928auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006928auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006878auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006878auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006878auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006925auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006925auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006925auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006955auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006955auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006955auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006991auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006991auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006991auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006879auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006879auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006879auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006902auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006902auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006902auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006875auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006875auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006875auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006948auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006948auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006948auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006929auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006929auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006929auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006891auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006891auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006891auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006923auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006923auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006923auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006882auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006882auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006882auction111103: 0
2026-03-27 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7006930auction111103
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006930auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:08:55 [ecarstrade.be] INFO: Scrape type for 7006930auction111103: 0
2026-03-27 22:08:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:09:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page201?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page200?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:09:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:09:01 [ecarstrade.be] INFO: Found listing with ID: 7006978auction111103
2026-03-27 22:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006978auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:01 [ecarstrade.be] INFO: Scrape type for 7006978auction111103: 0
2026-03-27 22:09:01 [ecarstrade.be] INFO: Found listing with ID: 7006924auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006924auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006924auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006966auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006966auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006966auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006964auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006964auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006964auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006919auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006919auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006919auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006989auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006989auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006989auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006996auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006996auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006996auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006932auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006932auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006932auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006976auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006976auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006976auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006992auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006992auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006992auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006933auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006933auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006933auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006916auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006916auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006916auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006937auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006937auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006937auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006974auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006974auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006974auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006975auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006975auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006975auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006920auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006920auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006920auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006885auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006885auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006885auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006915auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006915auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006915auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006921auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006921auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006921auction111103: 0
2026-03-27 22:09:02 [ecarstrade.be] INFO: Found listing with ID: 7006983auction111103
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006983auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:02 [ecarstrade.be] INFO: Scrape type for 7006983auction111103: 0
2026-03-27 22:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:09:06 [scrapy.extensions.logstats] INFO: Crawled 554 pages (at 8 pages/min), scraped 346 items (at 0 items/min)
2026-03-27 22:09:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page202?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page201?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006995auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006995auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006995auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006918auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006918auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006918auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006945auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006945auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006945auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006993auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006993auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006993auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006922auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006922auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006922auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006947auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006947auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006947auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006984auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006984auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006984auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006980auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006980auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006980auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006917auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006917auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006917auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006936auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006936auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006936auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006938auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006938auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006938auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006946auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006946auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006946auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006977auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006977auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006977auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006981auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006981auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006981auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006896auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006896auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006896auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006998auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006998auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006998auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006997auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006997auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006997auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006880auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006880auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006880auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006889auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006889auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006889auction111103: 0
2026-03-27 22:09:09 [ecarstrade.be] INFO: Found listing with ID: 7006912auction111103
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006912auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:09 [ecarstrade.be] INFO: Scrape type for 7006912auction111103: 0
2026-03-27 22:09:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page203?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page202?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006986auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006986auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006986auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006898auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006898auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006898auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006960auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006960auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006960auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006895auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006895auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006895auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006897auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006897auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006897auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006911auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006911auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006911auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006927auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006927auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006927auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006944auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006944auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006944auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006965auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006965auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006965auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006942auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006942auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006942auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006940auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006940auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006940auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006950auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006950auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006950auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006988auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006988auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006988auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006963auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006963auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006963auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006899auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006899auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006899auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006881auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006881auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006881auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006888auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006888auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006888auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006900auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006900auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006900auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006913auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006913auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006913auction111103: 0
2026-03-27 22:09:15 [ecarstrade.be] INFO: Found listing with ID: 7006968auction111103
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006968auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:15 [ecarstrade.be] INFO: Scrape type for 7006968auction111103: 0
2026-03-27 22:09:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page204?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page203?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006943auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006943auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006943auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006876auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006876auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006876auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006939auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006939auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006939auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006961auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006961auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006961auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006982auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006982auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006982auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006887auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006887auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006887auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006904auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006904auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006904auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006987auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006987auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006987auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006972auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006972auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006972auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006903auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006903auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006903auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006953auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006953auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006953auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006957auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006957auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006957auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006973auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006973auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006973auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006956auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006956auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006956auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006969auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006969auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006969auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006906auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006906auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:23 [ecarstrade.be] INFO: Scrape type for 7006906auction111103: 0
2026-03-27 22:09:23 [ecarstrade.be] INFO: Found listing with ID: 7006941auction111103
2026-03-27 22:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006941auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:24 [ecarstrade.be] INFO: Scrape type for 7006941auction111103: 0
2026-03-27 22:09:24 [ecarstrade.be] INFO: Found listing with ID: 7006990auction111103
2026-03-27 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006990auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:24 [ecarstrade.be] INFO: Scrape type for 7006990auction111103: 0
2026-03-27 22:09:24 [ecarstrade.be] INFO: Found listing with ID: 7006951auction111103
2026-03-27 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006951auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:24 [ecarstrade.be] INFO: Scrape type for 7006951auction111103: 0
2026-03-27 22:09:24 [ecarstrade.be] INFO: Found listing with ID: 7006959auction111103
2026-03-27 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006959auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:24 [ecarstrade.be] INFO: Scrape type for 7006959auction111103: 0
2026-03-27 22:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page205?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page204?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006949auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006949auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006949auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006985auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006985auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006985auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006901auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006901auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006901auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006954auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006954auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006954auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006970auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006970auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006970auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006905auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006905auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006905auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006908auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006908auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006908auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006962auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006962auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006962auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006909auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006909auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006909auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006910auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006910auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006910auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006958auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006958auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006958auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006967auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006967auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006967auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006971auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006971auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006971auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006907auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006907auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006907auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7006952auction111103
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006952auction111103%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7006952auction111103: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7010006auction111138
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010006auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7010006auction111138: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7010007auction111138
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010007auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7010007auction111138: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7010008auction111138
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010008auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7010008auction111138: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7010009auction111138
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010009auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7010009auction111138: 0
2026-03-27 22:09:32 [ecarstrade.be] INFO: Found listing with ID: 7010010auction111138
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010010auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:32 [ecarstrade.be] INFO: Scrape type for 7010010auction111138: 0
2026-03-27 22:09:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page206?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page205?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010011auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010011auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010011auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010012auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010012auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010012auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010013auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010013auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010013auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010014auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010014auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010014auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010015auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010015auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010015auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010016auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010016auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010016auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010018auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010018auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010018auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010019auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010019auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010019auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010020auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010020auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010020auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7010021auction111138
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010021auction111138%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7010021auction111138: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009671auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009671auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009671auction111134: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009682auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009682auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009682auction111134: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009680auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009680auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009680auction111134: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009684auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009684auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009684auction111134: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009681auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009681auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009681auction111134: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009678auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009678auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009678auction111134: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009668auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009668auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009668auction111134: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009679auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009679auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009679auction111134: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009683auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009683auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009683auction111134: 0
2026-03-27 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7009687auction111134
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009687auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:09:38 [ecarstrade.be] INFO: Scrape type for 7009687auction111134: 0
2026-03-27 22:09:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:10:06 [scrapy.extensions.logstats] INFO: Crawled 559 pages (at 5 pages/min), scraped 346 items (at 0 items/min)
2026-03-27 22:10:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page207?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page206?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009673auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009673auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009673auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009685auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009685auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009685auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009688auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009688auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009688auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009699auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009699auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009699auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009703auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009703auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009703auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009676auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009676auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009676auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009689auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009689auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009689auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009708auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009708auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009708auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009725auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009725auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009725auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009686auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009686auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009686auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009694auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009694auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009694auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009719auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009719auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009719auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009711auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009711auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009711auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009698auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009698auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009698auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009717auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009717auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009717auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009727auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009727auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009727auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7009720auction111134
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009720auction111134%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7009720auction111134: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7001304auction111033
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001304auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7001304auction111033: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7001305auction111033
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001305auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7001305auction111033: 0
2026-03-27 22:10:13 [ecarstrade.be] INFO: Found listing with ID: 7001306auction111033
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001306auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:13 [ecarstrade.be] INFO: Scrape type for 7001306auction111033: 0
2026-03-27 22:10:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:10:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page208?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page207?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001309auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001309auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001309auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001310auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001310auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001310auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001311auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001311auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001311auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001312auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001312auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001312auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001313auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001313auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001313auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001314auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001314auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001314auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001316auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001316auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001316auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001318auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001318auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001318auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001319auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001319auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001319auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001322auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001322auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001322auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001323auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001323auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001323auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001324auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001324auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001324auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001326auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001326auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001326auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001327auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001327auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001327auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001328auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001328auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001328auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001329auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001329auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001329auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001330auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001330auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001330auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001332auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001332auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001332auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001334auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001334auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001334auction111033: 0
2026-03-27 22:10:20 [ecarstrade.be] INFO: Found listing with ID: 7001335auction111033
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001335auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:20 [ecarstrade.be] INFO: Scrape type for 7001335auction111033: 0
2026-03-27 22:10:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:10:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page209?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page208?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001336auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001336auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001336auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001337auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001337auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001337auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001338auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001338auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001338auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001342auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001342auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001342auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001343auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001343auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001343auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001345auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001345auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001345auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001346auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001346auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001346auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001347auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001347auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001347auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001348auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001348auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001348auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001349auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001349auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001349auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001350auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001350auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001350auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001352auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001352auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001352auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001353auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001353auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001353auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001354auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001354auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001354auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001355auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001355auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001355auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001356auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001356auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001356auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001357auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001357auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001357auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001358auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001358auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001358auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001359auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001359auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001359auction111033: 0
2026-03-27 22:10:55 [ecarstrade.be] INFO: Found listing with ID: 7001360auction111033
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001360auction111033%27 HTTP/1.1" 200 None
2026-03-27 22:10:55 [ecarstrade.be] INFO: Scrape type for 7001360auction111033: 0
2026-03-27 22:10:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page209?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010561auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010561auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010561auction111140: 1
2026-03-27 22:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010150auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010150auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010150auction111140: 1
2026-03-27 22:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010275auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010275auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010275auction111140: 1
2026-03-27 22:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010560auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010560auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010560auction111140: 1
2026-03-27 22:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010208auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010208auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010208auction111140: 1
2026-03-27 22:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010487auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010487auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010487auction111140: 1
2026-03-27 22:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7009798auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009798auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7009798auction111140: 1
2026-03-27 22:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7009915auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009915auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7009915auction111140: 1
2026-03-27 22:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010215auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010215auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010215auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010559auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010559auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010559auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010599auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010599auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010599auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010238auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010238auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010238auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7009836auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009836auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7009836auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010614auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010614auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010614auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010211auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010211auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010211auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010142auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010142auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010142auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010645auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010645auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010645auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010159auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010159auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010159auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010161auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010161auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010161auction111140: 1
2026-03-27 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7010495auction111140
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010495auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:01 [ecarstrade.be] INFO: Scrape type for 7010495auction111140: 1
2026-03-27 22:11:06 [scrapy.extensions.logstats] INFO: Crawled 563 pages (at 4 pages/min), scraped 346 items (at 0 items/min)
2026-03-27 22:11:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page211?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:07 [ecarstrade.be] INFO: Found 5 car items
2026-03-27 22:11:07 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 22:11:07 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 22:11:07 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 22:11:07 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 22:11:07 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 22:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009798> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:07 [ecarstrade.be] INFO: Extracting details for car 7009798auction111140
2026-03-27 22:11:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with identifier: 7009798auction111140
2026-03-27 22:11:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with scrape type 1
2026-03-27 22:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1d573e48-62e9-5b52-a6a2-c6e051f1e568
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009798%252Fphoto_015%252F780x0__r.jpg%253Fhash%3D1774621828%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_015/780x0__r.jpg?hash=1774621828 not downloaded yet
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009798%252Fphoto_016%252F780x0__r.jpg%253Fhash%3D1774621828%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_016/780x0__r.jpg?hash=1774621828 not downloaded yet
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009798%252Fphoto_017%252F780x0__r.jpg%253Fhash%3D1774621829%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_017/780x0__r.jpg?hash=1774621829 not downloaded yet
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009798%252Fphoto_019%252F780x0__r.jpg%253Fhash%3D1774621834%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_019/780x0__r.jpg?hash=1774621834 not downloaded yet
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009798%252Fphoto_020%252F780x0__r.jpg%253Fhash%3D1774621834%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_020/780x0__r.jpg?hash=1774621834 not downloaded yet
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009798%252Fphoto_021%252F780x0__r.jpg%253Fhash%3D1774621834%27 HTTP/1.1" 200 None
2026-03-27 22:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_021/780x0__r.jpg?hash=1774621834 not downloaded yet
2026-03-27 22:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010487> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010275> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:08 [ecarstrade.be] INFO: Extracting details for car 7010487auction111140
2026-03-27 22:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with identifier: 7010487auction111140
2026-03-27 22:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with scrape type 1
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010487%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624267%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_000/780x0__r.jpg?hash=1774624267 not downloaded yet
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010487%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624267%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_001/780x0__r.jpg?hash=1774624267 not downloaded yet
2026-03-27 22:11:08 [ecarstrade.be] INFO: Extracting details for car 7010275auction111140
2026-03-27 22:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010150> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010487%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624267%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_002/780x0__r.jpg?hash=1774624267 not downloaded yet
2026-03-27 22:11:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0954ed8e-e44d-5d8c-9b9e-9087576d9e52 with identifier: 7010275auction111140
2026-03-27 22:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52 with scrape type 1
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010275%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623118%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_000/780x0__r.jpg?hash=1774623118 not downloaded yet
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010487%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624267%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_003/780x0__r.jpg?hash=1774624267 not downloaded yet
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010275%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623118%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_001/780x0__r.jpg?hash=1774623118 not downloaded yet
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010487%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624267%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_004/780x0__r.jpg?hash=1774624267 not downloaded yet
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010275%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623118%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_002/780x0__r.jpg?hash=1774623118 not downloaded yet
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010487%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624267%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_005/780x0__r.jpg?hash=1774624267 not downloaded yet
2026-03-27 22:11:08 [ecarstrade.be] INFO: Extracting details for car 7010150auction111140
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010275%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623118%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_003/780x0__r.jpg?hash=1774623118 not downloaded yet
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010275%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623118%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_004/780x0__r.jpg?hash=1774623118 not downloaded yet
2026-03-27 22:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69def14a-335a-5be2-a849-77a1ef896a53 with identifier: 7010150auction111140
2026-03-27 22:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69def14a-335a-5be2-a849-77a1ef896a53 with scrape type 1
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 69def14a-335a-5be2-a849-77a1ef896a53
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010150%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622194%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_000/780x0__r.jpg?hash=1774622194 not downloaded yet
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010275%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623119%27 HTTP/1.1" 200 None
2026-03-27 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_005/780x0__r.jpg?hash=1774623119 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010150%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622195%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_001/780x0__r.jpg?hash=1774622195 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010150%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622195%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_002/780x0__r.jpg?hash=1774622195 not downloaded yet
2026-03-27 22:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010560> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010561> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010150%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622195%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_003/780x0__r.jpg?hash=1774622195 not downloaded yet
2026-03-27 22:11:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010150%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622195%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_004/780x0__r.jpg?hash=1774622195 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010150%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622195%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_005/780x0__r.jpg?hash=1774622195 not downloaded yet
2026-03-27 22:11:09 [ecarstrade.be] INFO: Extracting details for car 7010560auction111140
2026-03-27 22:11:09 [ecarstrade.be] INFO: Extracting details for car 7010561auction111140
2026-03-27 22:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97d3977a-ddd0-5b8b-9250-df15d4aca1db with identifier: 7010560auction111140
2026-03-27 22:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97d3977a-ddd0-5b8b-9250-df15d4aca1db with scrape type 1
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 97d3977a-ddd0-5b8b-9250-df15d4aca1db
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010560%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625667%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_000/780x0__r.jpg?hash=1774625667 not downloaded yet
2026-03-27 22:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d2629ae-1726-5aa0-94fe-168c152c5b8d with identifier: 7010561auction111140
2026-03-27 22:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d2629ae-1726-5aa0-94fe-168c152c5b8d with scrape type 1
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8d2629ae-1726-5aa0-94fe-168c152c5b8d
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010561%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625689%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_000/780x0__r.jpg?hash=1774625689 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010560%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625668%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_001/780x0__r.jpg?hash=1774625668 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010561%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625689%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_001/780x0__r.jpg?hash=1774625689 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010560%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625668%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_002/780x0__r.jpg?hash=1774625668 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010561%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625689%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_002/780x0__r.jpg?hash=1774625689 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010560%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625668%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_003/780x0__r.jpg?hash=1774625668 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010561%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625689%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_003/780x0__r.jpg?hash=1774625689 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010560%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625668%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_004/780x0__r.jpg?hash=1774625668 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010561%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625690%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_004/780x0__r.jpg?hash=1774625690 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010560%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625668%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_005/780x0__r.jpg?hash=1774625668 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010561%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625690%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_005/780x0__r.jpg?hash=1774625690 not downloaded yet
2026-03-27 22:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010208> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:09 [ecarstrade.be] INFO: Extracting details for car 7010208auction111140
2026-03-27 22:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with identifier: 7010208auction111140
2026-03-27 22:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with scrape type 1
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010208%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622557%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_000/780x0__r.jpg?hash=1774622557 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010208%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622557%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_001/780x0__r.jpg?hash=1774622557 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010208%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622557%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_002/780x0__r.jpg?hash=1774622557 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010208%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622557%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_003/780x0__r.jpg?hash=1774622557 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010208%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622558%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_004/780x0__r.jpg?hash=1774622558 not downloaded yet
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010208%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622558%27 HTTP/1.1" 200 None
2026-03-27 22:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_005/780x0__r.jpg?hash=1774622558 not downloaded yet
2026-03-27 22:11:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009915> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:13 [ecarstrade.be] INFO: Extracting details for car 7009915auction111140
2026-03-27 22:11:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a967b34-81cd-5cab-9c67-8e8f94979b0c with identifier: 7009915auction111140
2026-03-27 22:11:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a967b34-81cd-5cab-9c67-8e8f94979b0c with scrape type 1
2026-03-27 22:11:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0a967b34-81cd-5cab-9c67-8e8f94979b0c
2026-03-27 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009915%252Fphoto_022%252F780x0__r.jpg%253Fhash%3D1774621889%27 HTTP/1.1" 200 None
2026-03-27 22:11:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_022/780x0__r.jpg?hash=1774621889 not downloaded yet
2026-03-27 22:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009915%252Fphoto_023%252F780x0__r.jpg%253Fhash%3D1774621889%27 HTTP/1.1" 200 None
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_023/780x0__r.jpg?hash=1774621889 not downloaded yet
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009915%252Fphoto_024%252F780x0__r.jpg%253Fhash%3D1774621889%27 HTTP/1.1" 200 None
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_024/780x0__r.jpg?hash=1774621889 not downloaded yet
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009915%252Fphoto_025%252F780x0__r.jpg%253Fhash%3D1774621890%27 HTTP/1.1" 200 None
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_025/780x0__r.jpg?hash=1774621890 not downloaded yet
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009915%252Fphoto_026%252F780x0__r.jpg%253Fhash%3D1774621890%27 HTTP/1.1" 200 None
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_026/780x0__r.jpg?hash=1774621890 not downloaded yet
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009915%252Fphoto_027%252F780x0__r.jpg%253Fhash%3D1774621890%27 HTTP/1.1" 200 None
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_027/780x0__r.jpg?hash=1774621890 not downloaded yet
2026-03-27 22:11:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010215> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:14 [ecarstrade.be] INFO: Extracting details for car 7010215auction111140
2026-03-27 22:11:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b2bffb8-0a5e-59b4-b24b-59a939d771e0 with identifier: 7010215auction111140
2026-03-27 22:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0 with scrape type 1
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010215%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622596%27 HTTP/1.1" 200 None
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_000/780x0__r.jpg?hash=1774622596 not downloaded yet
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010215%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622596%27 HTTP/1.1" 200 None
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_001/780x0__r.jpg?hash=1774622596 not downloaded yet
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010215%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622596%27 HTTP/1.1" 200 None
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_002/780x0__r.jpg?hash=1774622596 not downloaded yet
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010215%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622596%27 HTTP/1.1" 200 None
2026-03-27 22:11:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_003/780x0__r.jpg?hash=1774622596 not downloaded yet
2026-03-27 22:11:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010559> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010215%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622596%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_004/780x0__r.jpg?hash=1774622596 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010215%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622596%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_005/780x0__r.jpg?hash=1774622596 not downloaded yet
2026-03-27 22:11:15 [ecarstrade.be] INFO: Extracting details for car 7010559auction111140
2026-03-27 22:11:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2bb0f16-bddc-571b-9baa-e89162a02041 with identifier: 7010559auction111140
2026-03-27 22:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2bb0f16-bddc-571b-9baa-e89162a02041 with scrape type 1
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f2bb0f16-bddc-571b-9baa-e89162a02041
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010559%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625652%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_000/780x0__r.jpg?hash=1774625652 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010559%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625652%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_001/780x0__r.jpg?hash=1774625652 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010559%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625652%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_002/780x0__r.jpg?hash=1774625652 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010559%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625652%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_003/780x0__r.jpg?hash=1774625652 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010559%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625652%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_004/780x0__r.jpg?hash=1774625652 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010559%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625652%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_005/780x0__r.jpg?hash=1774625652 not downloaded yet
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_021/780x0__r.jpg?hash=1774621834> (referer: https://ecarstrade.com/cars/7009798)
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_020/780x0__r.jpg?hash=1774621834> (referer: https://ecarstrade.com/cars/7009798)
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1d573e48-62e9-5b52-a6a2-c6e051f1e568
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_001/780x0__r.jpg?hash=1774624267> (referer: https://ecarstrade.com/cars/7010487)
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1d573e48-62e9-5b52-a6a2-c6e051f1e568
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_002/780x0__r.jpg?hash=1774622195> (referer: https://ecarstrade.com/cars/7010150)
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_001/780x0__r.jpg?hash=1774622195> (referer: https://ecarstrade.com/cars/7010150)
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010599> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 69def14a-335a-5be2-a849-77a1ef896a53
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_005/780x0__r.jpg?hash=1774625690> (referer: https://ecarstrade.com/cars/7010561)
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 69def14a-335a-5be2-a849-77a1ef896a53
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_027/780x0__r.jpg?hash=1774621890> (referer: https://ecarstrade.com/cars/7009915)
2026-03-27 22:11:15 [ecarstrade.be] INFO: Extracting details for car 7010599auction111140
2026-03-27 22:11:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231 with identifier: 7010599auction111140
2026-03-27 22:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231 with scrape type 1
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010599%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626059%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_000/780x0__r.jpg?hash=1774626059 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010599%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626059%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_001/780x0__r.jpg?hash=1774626059 not downloaded yet
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_003/780x0__r.jpg?hash=1774622596> (referer: https://ecarstrade.com/cars/7010215)
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010599%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626059%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_002/780x0__r.jpg?hash=1774626059 not downloaded yet
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8d2629ae-1726-5aa0-94fe-168c152c5b8d
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010599%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626060%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_003/780x0__r.jpg?hash=1774626060 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010599%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626060%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_004/780x0__r.jpg?hash=1774626060 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010599%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626060%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_005/780x0__r.jpg?hash=1774626060 not downloaded yet
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0a967b34-81cd-5cab-9c67-8e8f94979b0c
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_005/780x0__r.jpg?hash=1774622558> (referer: https://ecarstrade.com/cars/7010208)
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_005/780x0__r.jpg?hash=1774625652> (referer: https://ecarstrade.com/cars/7010559)
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010238> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_004/780x0__r.jpg?hash=1774625652> (referer: https://ecarstrade.com/cars/7010559)
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_003/780x0__r.jpg?hash=1774625652> (referer: https://ecarstrade.com/cars/7010559)
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f2bb0f16-bddc-571b-9baa-e89162a02041
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_001/780x0__r.jpg?hash=1774625652> (referer: https://ecarstrade.com/cars/7010559)
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_000/780x0__r.jpg?hash=1774625652> (referer: https://ecarstrade.com/cars/7010559)
2026-03-27 22:11:15 [ecarstrade.be] INFO: Extracting details for car 7010238auction111140
2026-03-27 22:11:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a036eb09-c429-5d2c-bb43-9631a75dd3de with identifier: 7010238auction111140
2026-03-27 22:11:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a036eb09-c429-5d2c-bb43-9631a75dd3de with scrape type 1
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a036eb09-c429-5d2c-bb43-9631a75dd3de
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010238%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622794%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_000/780x0__r.jpg?hash=1774622794 not downloaded yet
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_002/780x0__r.jpg?hash=1774625652> (referer: https://ecarstrade.com/cars/7010559)
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_004/780x0__r.jpg?hash=1774622596> (referer: https://ecarstrade.com/cars/7010215)
2026-03-27 22:11:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_005/780x0__r.jpg?hash=1774622596> (referer: https://ecarstrade.com/cars/7010215)
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010238%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622794%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_001/780x0__r.jpg?hash=1774622794 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010238%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622794%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_002/780x0__r.jpg?hash=1774622794 not downloaded yet
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f2bb0f16-bddc-571b-9baa-e89162a02041
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f2bb0f16-bddc-571b-9baa-e89162a02041
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010238%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622794%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_003/780x0__r.jpg?hash=1774622794 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010238%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622794%27 HTTP/1.1" 200 None
2026-03-27 22:11:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_004/780x0__r.jpg?hash=1774622794 not downloaded yet
2026-03-27 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010238%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622794%27 HTTP/1.1" 200 None
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_005/780x0__r.jpg?hash=1774622794 not downloaded yet
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f2bb0f16-bddc-571b-9baa-e89162a02041
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f2bb0f16-bddc-571b-9baa-e89162a02041
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_004/780x0__r.jpg?hash=1774626060> (referer: https://ecarstrade.com/cars/7010599)
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f2bb0f16-bddc-571b-9baa-e89162a02041
2026-03-27 22:11:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f2bb0f16-bddc-571b-9baa-e89162a02041, skipping ID generation
2026-03-27 22:11:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2bb0f16-bddc-571b-9baa-e89162a02041 with scrape type 1
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f2bb0f16-bddc-571b-9baa-e89162a02041 sending to next pipeline
2026-03-27 22:11:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2bb0f16-bddc-571b-9baa-e89162a02041, identifier: 7010559auction111140
2026-03-27 22:11:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2bb0f16-bddc-571b-9baa-e89162a02041 with identifier: 7010559auction111140
2026-03-27 22:11:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2bb0f16-bddc-571b-9baa-e89162a02041 with identifier: 7010559auction111140
2026-03-27 22:11:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2bb0f16-bddc-571b-9baa-e89162a02041 with identifier: 7010559auction111140 to the API
2026-03-27 22:11:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:16 [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 22:11:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010559/photo_002/780x0__r.jpg?hash=1774625652>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': 'f2bb0f16-bddc-571b-9baa-e89162a02041',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010559',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 78392,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV 75KWH LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'TESLA MODEL Y BEV 75KWH LONG RANGE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-27 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010559auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:16 [ecarstrade.be] INFO: Saving data for 7010559auction111140: {'created_time': 1774649476.597808, 'last_price_update_time': 1774649476.597818, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010559auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_001/780x0__r.jpg?hash=1774626059> (referer: https://ecarstrade.com/cars/7010599)
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_005/780x0__r.jpg?hash=1774626060> (referer: https://ecarstrade.com/cars/7010599)
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_003/780x0__r.jpg?hash=1774626060> (referer: https://ecarstrade.com/cars/7010599)
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009836> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010614> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_002/780x0__r.jpg?hash=1774626059> (referer: https://ecarstrade.com/cars/7010599)
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_000/780x0__r.jpg?hash=1774622596> (referer: https://ecarstrade.com/cars/7010215)
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_000/780x0__r.jpg?hash=1774626059> (referer: https://ecarstrade.com/cars/7010599)
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_002/780x0__r.jpg?hash=1774622596> (referer: https://ecarstrade.com/cars/7010215)
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_026/780x0__r.jpg?hash=1774621890> (referer: https://ecarstrade.com/cars/7009915)
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_001/780x0__r.jpg?hash=1774622596> (referer: https://ecarstrade.com/cars/7010215)
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_004/780x0__r.jpg?hash=1774622794> (referer: https://ecarstrade.com/cars/7010238)
2026-03-27 22:11:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_005/780x0__r.jpg?hash=1774622794> (referer: https://ecarstrade.com/cars/7010238)
2026-03-27 22:11:16 [ecarstrade.be] INFO: Extracting details for car 7009836auction111140
2026-03-27 22:11:16 [ecarstrade.be] INFO: Extracting details for car 7010614auction111140
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231
2026-03-27 22:11:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33228200-422f-5767-912d-e82bd1b76758 with identifier: 7009836auction111140
2026-03-27 22:11:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33228200-422f-5767-912d-e82bd1b76758 with scrape type 1
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 33228200-422f-5767-912d-e82bd1b76758
2026-03-27 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009836%252Fphoto_017%252F780x0__r.jpg%253Fhash%3D1774621849%27 HTTP/1.1" 200 None
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_017/780x0__r.jpg?hash=1774621849 not downloaded yet
2026-03-27 22:11:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47b2d9c2-0d72-5593-baa7-999ad3ea22c5 with identifier: 7010614auction111140
2026-03-27 22:11:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5 with scrape type 1
2026-03-27 22:11:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5
2026-03-27 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010614%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626095%27 HTTP/1.1" 200 None
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_000/780x0__r.jpg?hash=1774626095 not downloaded yet
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231
2026-03-27 22:11:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231, skipping ID generation
2026-03-27 22:11:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231 with scrape type 1
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231 sending to next pipeline
2026-03-27 22:11:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231, identifier: 7010599auction111140
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0
2026-03-27 22:11:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231 with identifier: 7010599auction111140
2026-03-27 22:11:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231 with identifier: 7010599auction111140
2026-03-27 22:11:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25dbd1b5-eb1d-5db8-a0f7-c2b281e76231 with identifier: 7010599auction111140 to the API
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:17 [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 22:11:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010599/photo_000/780x0__r.jpg?hash=1774626059>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '25dbd1b5-eb1d-5db8-a0f7-c2b281e76231',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010599',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'V90',
'odometer': 139321,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V90 2.0 T6 PHEV INSCRIPTION AUTO 4WD',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 T6 PHEV INSCRIPTION AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010599auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:17 [ecarstrade.be] INFO: Saving data for 7010599auction111140: {'created_time': 1774649477.426158, 'last_price_update_time': 1774649477.42617, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010599auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_003/780x0__r.jpg?hash=1774622794> (referer: https://ecarstrade.com/cars/7010238)
2026-03-27 22:11:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_002/780x0__r.jpg?hash=1774622794> (referer: https://ecarstrade.com/cars/7010238)
2026-03-27 22:11:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_025/780x0__r.jpg?hash=1774621890> (referer: https://ecarstrade.com/cars/7009915)
2026-03-27 22:11:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_001/780x0__r.jpg?hash=1774622794> (referer: https://ecarstrade.com/cars/7010238)
2026-03-27 22:11:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_000/780x0__r.jpg?hash=1774622794> (referer: https://ecarstrade.com/cars/7010238)
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009836%252Fphoto_018%252F780x0__r.jpg%253Fhash%3D1774621849%27 HTTP/1.1" 200 None
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_018/780x0__r.jpg?hash=1774621849 not downloaded yet
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010614%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626095%27 HTTP/1.1" 200 None
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_001/780x0__r.jpg?hash=1774626095 not downloaded yet
2026-03-27 22:11:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010211> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0a967b34-81cd-5cab-9c67-8e8f94979b0c
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0
2026-03-27 22:11:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b2bffb8-0a5e-59b4-b24b-59a939d771e0, skipping ID generation
2026-03-27 22:11:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0 with scrape type 1
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b2bffb8-0a5e-59b4-b24b-59a939d771e0 sending to next pipeline
2026-03-27 22:11:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b2bffb8-0a5e-59b4-b24b-59a939d771e0, identifier: 7010215auction111140
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a036eb09-c429-5d2c-bb43-9631a75dd3de
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a036eb09-c429-5d2c-bb43-9631a75dd3de
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009836%252Fphoto_019%252F780x0__r.jpg%253Fhash%3D1774621849%27 HTTP/1.1" 200 None
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_019/780x0__r.jpg?hash=1774621849 not downloaded yet
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010614%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626095%27 HTTP/1.1" 200 None
2026-03-27 22:11:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_002/780x0__r.jpg?hash=1774626095 not downloaded yet
2026-03-27 22:11:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b2bffb8-0a5e-59b4-b24b-59a939d771e0 with identifier: 7010215auction111140
2026-03-27 22:11:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b2bffb8-0a5e-59b4-b24b-59a939d771e0 with identifier: 7010215auction111140
2026-03-27 22:11:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b2bffb8-0a5e-59b4-b24b-59a939d771e0 with identifier: 7010215auction111140 to the API
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:17 [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 22:11:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010215/photo_001/780x0__r.jpg?hash=1774622596>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '0b2bffb8-0a5e-59b4-b24b-59a939d771e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010215',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'iX3',
'odometer': 25611,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': 'IX3 80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010215auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:17 [ecarstrade.be] INFO: Saving data for 7010215auction111140: {'created_time': 1774649477.995609, 'last_price_update_time': 1774649477.995619, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010215auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:18 [ecarstrade.be] INFO: Extracting details for car 7010211auction111140
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_023/780x0__r.jpg?hash=1774621889> (referer: https://ecarstrade.com/cars/7009915)
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_024/780x0__r.jpg?hash=1774621889> (referer: https://ecarstrade.com/cars/7009915)
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_022/780x0__r.jpg?hash=1774621889> (referer: https://ecarstrade.com/cars/7009915)
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_004/780x0__r.jpg?hash=1774622558> (referer: https://ecarstrade.com/cars/7010208)
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009836%252Fphoto_020%252F780x0__r.jpg%253Fhash%3D1774621850%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_020/780x0__r.jpg?hash=1774621850 not downloaded yet
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010614%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626095%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_003/780x0__r.jpg?hash=1774626095 not downloaded yet
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a036eb09-c429-5d2c-bb43-9631a75dd3de
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a036eb09-c429-5d2c-bb43-9631a75dd3de
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0a967b34-81cd-5cab-9c67-8e8f94979b0c
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a036eb09-c429-5d2c-bb43-9631a75dd3de
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a036eb09-c429-5d2c-bb43-9631a75dd3de
2026-03-27 22:11:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a036eb09-c429-5d2c-bb43-9631a75dd3de, skipping ID generation
2026-03-27 22:11:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a036eb09-c429-5d2c-bb43-9631a75dd3de with scrape type 1
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a036eb09-c429-5d2c-bb43-9631a75dd3de sending to next pipeline
2026-03-27 22:11:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a036eb09-c429-5d2c-bb43-9631a75dd3de, identifier: 7010238auction111140
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_003/780x0__r.jpg?hash=1774622557> (referer: https://ecarstrade.com/cars/7010208)
2026-03-27 22:11:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a036eb09-c429-5d2c-bb43-9631a75dd3de with identifier: 7010238auction111140
2026-03-27 22:11:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a036eb09-c429-5d2c-bb43-9631a75dd3de with identifier: 7010238auction111140
2026-03-27 22:11:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a036eb09-c429-5d2c-bb43-9631a75dd3de with identifier: 7010238auction111140 to the API
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:18 [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 22:11:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010238/photo_000/780x0__r.jpg?hash=1774622794>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a036eb09-c429-5d2c-bb43-9631a75dd3de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010238',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X3',
'odometer': 52510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 - 2018 2.0iA xDrive30e PHEV OPF',
'transmission': 'automatic',
'trim': '- 2018 2.0iA xDrive30e PHEV OPF',
'vin': None,
'year': 2020}
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010238auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [ecarstrade.be] INFO: Saving data for 7010238auction111140: {'created_time': 1774649478.492484, 'last_price_update_time': 1774649478.492493, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010238auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009836%252Fphoto_021%252F780x0__r.jpg%253Fhash%3D1774621850%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_021/780x0__r.jpg?hash=1774621850 not downloaded yet
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010614%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626095%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_004/780x0__r.jpg?hash=1774626095 not downloaded yet
2026-03-27 22:11:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a83d894-b596-54ae-8f87-2c1dd68ce350 with identifier: 7010211auction111140
2026-03-27 22:11:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a83d894-b596-54ae-8f87-2c1dd68ce350 with scrape type 1
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a83d894-b596-54ae-8f87-2c1dd68ce350
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010211%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622570%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_000/780x0__r.jpg?hash=1774622570 not downloaded yet
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_000/780x0__r.jpg?hash=1774626095> (referer: https://ecarstrade.com/cars/7010614)
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_017/780x0__r.jpg?hash=1774621849> (referer: https://ecarstrade.com/cars/7009836)
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_000/780x0__r.jpg?hash=1774622557> (referer: https://ecarstrade.com/cars/7010208)
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_001/780x0__r.jpg?hash=1774622557> (referer: https://ecarstrade.com/cars/7010208)
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009836%252Fphoto_022%252F780x0__r.jpg%253Fhash%3D1774621850%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_022/780x0__r.jpg?hash=1774621850 not downloaded yet
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010614%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774626100%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_006/780x0__r.jpg?hash=1774626100 not downloaded yet
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010211%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622570%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_001/780x0__r.jpg?hash=1774622570 not downloaded yet
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0a967b34-81cd-5cab-9c67-8e8f94979b0c
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0a967b34-81cd-5cab-9c67-8e8f94979b0c
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0a967b34-81cd-5cab-9c67-8e8f94979b0c
2026-03-27 22:11:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a967b34-81cd-5cab-9c67-8e8f94979b0c, skipping ID generation
2026-03-27 22:11:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a967b34-81cd-5cab-9c67-8e8f94979b0c with scrape type 1
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a967b34-81cd-5cab-9c67-8e8f94979b0c sending to next pipeline
2026-03-27 22:11:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a967b34-81cd-5cab-9c67-8e8f94979b0c, identifier: 7009915auction111140
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_005/780x0__r.jpg?hash=1774625668> (referer: https://ecarstrade.com/cars/7010560)
2026-03-27 22:11:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_004/780x0__r.jpg?hash=1774625690> (referer: https://ecarstrade.com/cars/7010561)
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010211%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622570%27 HTTP/1.1" 200 None
2026-03-27 22:11:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_002/780x0__r.jpg?hash=1774622570 not downloaded yet
2026-03-27 22:11:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a967b34-81cd-5cab-9c67-8e8f94979b0c with identifier: 7009915auction111140
2026-03-27 22:11:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 22:11:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a967b34-81cd-5cab-9c67-8e8f94979b0c with identifier: 7009915auction111140
2026-03-27 22:11:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a967b34-81cd-5cab-9c67-8e8f94979b0c with identifier: 7009915auction111140 to the API
2026-03-27 22:11:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:18 [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 22:11:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009915/photo_022/780x0__r.jpg?hash=1774621889>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '0a967b34-81cd-5cab-9c67-8e8f94979b0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009915',
'listing': 'auction',
'location': 'Belgium - "DELIVERY"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 51456,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-08',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV RWD AUTO',
'transmission': 'automatic',
'trim': 'TESLA MODEL 3 BEV RWD AUTO',
'vin': None,
'year': 2024}
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009915auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:19 [ecarstrade.be] INFO: Saving data for 7009915auction111140: {'created_time': 1774649479.0912, 'last_price_update_time': 1774649479.091211, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009915auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_004/780x0__r.jpg?hash=1774625668> (referer: https://ecarstrade.com/cars/7010560)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_001/780x0__r.jpg?hash=1774626095> (referer: https://ecarstrade.com/cars/7010614)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_002/780x0__r.jpg?hash=1774626095> (referer: https://ecarstrade.com/cars/7010614)
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010211%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622570%27 HTTP/1.1" 200 None
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_003/780x0__r.jpg?hash=1774622570 not downloaded yet
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 33228200-422f-5767-912d-e82bd1b76758
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010211%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622570%27 HTTP/1.1" 200 None
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_004/780x0__r.jpg?hash=1774622570 not downloaded yet
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 97d3977a-ddd0-5b8b-9250-df15d4aca1db
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8d2629ae-1726-5aa0-94fe-168c152c5b8d
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010211%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622571%27 HTTP/1.1" 200 None
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_005/780x0__r.jpg?hash=1774622571 not downloaded yet
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_003/780x0__r.jpg?hash=1774626095> (referer: https://ecarstrade.com/cars/7010614)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_020/780x0__r.jpg?hash=1774621850> (referer: https://ecarstrade.com/cars/7009836)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_018/780x0__r.jpg?hash=1774621849> (referer: https://ecarstrade.com/cars/7009836)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_019/780x0__r.jpg?hash=1774621849> (referer: https://ecarstrade.com/cars/7009836)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_002/780x0__r.jpg?hash=1774622557> (referer: https://ecarstrade.com/cars/7010208)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_003/780x0__r.jpg?hash=1774625689> (referer: https://ecarstrade.com/cars/7010561)
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 97d3977a-ddd0-5b8b-9250-df15d4aca1db
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_003/780x0__r.jpg?hash=1774625668> (referer: https://ecarstrade.com/cars/7010560)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_000/780x0__r.jpg?hash=1774622570> (referer: https://ecarstrade.com/cars/7010211)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_004/780x0__r.jpg?hash=1774626095> (referer: https://ecarstrade.com/cars/7010614)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_006/780x0__r.jpg?hash=1774626100> (referer: https://ecarstrade.com/cars/7010614)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_022/780x0__r.jpg?hash=1774621850> (referer: https://ecarstrade.com/cars/7009836)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_001/780x0__r.jpg?hash=1774622570> (referer: https://ecarstrade.com/cars/7010211)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_021/780x0__r.jpg?hash=1774621850> (referer: https://ecarstrade.com/cars/7009836)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_004/780x0__r.jpg?hash=1774622570> (referer: https://ecarstrade.com/cars/7010211)
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 33228200-422f-5767-912d-e82bd1b76758
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 33228200-422f-5767-912d-e82bd1b76758
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_002/780x0__r.jpg?hash=1774622570> (referer: https://ecarstrade.com/cars/7010211)
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 33228200-422f-5767-912d-e82bd1b76758
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_005/780x0__r.jpg?hash=1774622571> (referer: https://ecarstrade.com/cars/7010211)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_003/780x0__r.jpg?hash=1774622570> (referer: https://ecarstrade.com/cars/7010211)
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e
2026-03-27 22:11:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e, skipping ID generation
2026-03-27 22:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with scrape type 1
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e sending to next pipeline
2026-03-27 22:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e, identifier: 7010208auction111140
2026-03-27 22:11:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with identifier: 7010208auction111140
2026-03-27 22:11:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with identifier: 7010208auction111140
2026-03-27 22:11:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e with identifier: 7010208auction111140 to the API
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:19 [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 22:11:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010208/photo_002/780x0__r.jpg?hash=1774622557>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '2fd6b5c7-12b6-5ed8-82eb-5ad2823a929e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010208',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '530',
'odometer': 56256,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 SERIES BERLINE 2.0 530E 185KW AUTO',
'transmission': 'automatic',
'trim': '5 SERIES BERLINE 2.0 E 185KW AUTO',
'vin': None,
'year': 2021}
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010208auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:19 [ecarstrade.be] INFO: Saving data for 7010208auction111140: {'created_time': 1774649479.750125, 'last_price_update_time': 1774649479.750135, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010208auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_002/780x0__r.jpg?hash=1774625668> (referer: https://ecarstrade.com/cars/7010560)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_001/780x0__r.jpg?hash=1774625689> (referer: https://ecarstrade.com/cars/7010561)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_002/780x0__r.jpg?hash=1774625689> (referer: https://ecarstrade.com/cars/7010561)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_001/780x0__r.jpg?hash=1774625668> (referer: https://ecarstrade.com/cars/7010560)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_000/780x0__r.jpg?hash=1774625667> (referer: https://ecarstrade.com/cars/7010560)
2026-03-27 22:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_000/780x0__r.jpg?hash=1774625689> (referer: https://ecarstrade.com/cars/7010561)
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8d2629ae-1726-5aa0-94fe-168c152c5b8d
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 97d3977a-ddd0-5b8b-9250-df15d4aca1db
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a83d894-b596-54ae-8f87-2c1dd68ce350
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5
2026-03-27 22:11:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47b2d9c2-0d72-5593-baa7-999ad3ea22c5, skipping ID generation
2026-03-27 22:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5 with scrape type 1
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47b2d9c2-0d72-5593-baa7-999ad3ea22c5 sending to next pipeline
2026-03-27 22:11:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47b2d9c2-0d72-5593-baa7-999ad3ea22c5, identifier: 7010614auction111140
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 33228200-422f-5767-912d-e82bd1b76758
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a83d894-b596-54ae-8f87-2c1dd68ce350
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 33228200-422f-5767-912d-e82bd1b76758
2026-03-27 22:11:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 33228200-422f-5767-912d-e82bd1b76758, skipping ID generation
2026-03-27 22:11:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33228200-422f-5767-912d-e82bd1b76758 with scrape type 1
2026-03-27 22:11:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 33228200-422f-5767-912d-e82bd1b76758 sending to next pipeline
2026-03-27 22:11:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33228200-422f-5767-912d-e82bd1b76758, identifier: 7009836auction111140
2026-03-27 22:11:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a83d894-b596-54ae-8f87-2c1dd68ce350
2026-03-27 22:11:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a83d894-b596-54ae-8f87-2c1dd68ce350
2026-03-27 22:11:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a83d894-b596-54ae-8f87-2c1dd68ce350
2026-03-27 22:11:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a83d894-b596-54ae-8f87-2c1dd68ce350
2026-03-27 22:11:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a83d894-b596-54ae-8f87-2c1dd68ce350, skipping ID generation
2026-03-27 22:11:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a83d894-b596-54ae-8f87-2c1dd68ce350 with scrape type 1
2026-03-27 22:11:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a83d894-b596-54ae-8f87-2c1dd68ce350 sending to next pipeline
2026-03-27 22:11:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a83d894-b596-54ae-8f87-2c1dd68ce350, identifier: 7010211auction111140
2026-03-27 22:11:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_004/780x0__r.jpg?hash=1774622195> (referer: https://ecarstrade.com/cars/7010150)
2026-03-27 22:11:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_005/780x0__r.jpg?hash=1774622195> (referer: https://ecarstrade.com/cars/7010150)
2026-03-27 22:11:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_005/780x0__r.jpg?hash=1774623119> (referer: https://ecarstrade.com/cars/7010275)
2026-03-27 22:11:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47b2d9c2-0d72-5593-baa7-999ad3ea22c5 with identifier: 7010614auction111140
2026-03-27 22:11:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47b2d9c2-0d72-5593-baa7-999ad3ea22c5 with identifier: 7010614auction111140
2026-03-27 22:11:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47b2d9c2-0d72-5593-baa7-999ad3ea22c5 with identifier: 7010614auction111140 to the API
2026-03-27 22:11:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:20 [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 22:11:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010614/photo_006/780x0__r.jpg?hash=1774626100>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '47b2d9c2-0d72-5593-baa7-999ad3ea22c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010614',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 48108,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 PHEV CORE DCT',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 PHEV CORE DCT',
'vin': None,
'year': 2023}
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010614auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:21 [ecarstrade.be] INFO: Saving data for 7010614auction111140: {'created_time': 1774649481.098521, 'last_price_update_time': 1774649481.098532, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010614auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33228200-422f-5767-912d-e82bd1b76758 with identifier: 7009836auction111140
2026-03-27 22:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33228200-422f-5767-912d-e82bd1b76758 with identifier: 7009836auction111140
2026-03-27 22:11:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33228200-422f-5767-912d-e82bd1b76758 with identifier: 7009836auction111140 to the API
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:21 [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 22:11:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009836/photo_021/780x0__r.jpg?hash=1774621850>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '33228200-422f-5767-912d-e82bd1b76758',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009836',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 108606,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD MUSTANG MACH-E BEV 99KWH 258KW EXT. RANGE PREMIUM AWD',
'transmission': 'automatic',
'trim': 'FORD MUSTANG MH-E BEV 99KWH 258KW EXT. RANGE PREMIUM AWD',
'vin': None,
'year': 2024}
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009836auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:21 [ecarstrade.be] INFO: Saving data for 7009836auction111140: {'created_time': 1774649481.443454, 'last_price_update_time': 1774649481.443465, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009836auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a83d894-b596-54ae-8f87-2c1dd68ce350 with identifier: 7010211auction111140
2026-03-27 22:11:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a83d894-b596-54ae-8f87-2c1dd68ce350 with identifier: 7010211auction111140
2026-03-27 22:11:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a83d894-b596-54ae-8f87-2c1dd68ce350 with identifier: 7010211auction111140 to the API
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:21 [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 22:11:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010211/photo_003/780x0__r.jpg?hash=1774622570>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '3a83d894-b596-54ae-8f87-2c1dd68ce350',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010211',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '530',
'odometer': 93771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5-serie 2.0 530E 200KW XDRIVE AUTO TOURING',
'transmission': 'automatic',
'trim': '5-serie 2.0 E 200KW XDRIVE AUTO TOURING',
'vin': None,
'year': 2022}
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010211auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:21 [ecarstrade.be] INFO: Saving data for 7010211auction111140: {'created_time': 1774649481.783617, 'last_price_update_time': 1774649481.783629, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010211auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_003/780x0__r.jpg?hash=1774622195> (referer: https://ecarstrade.com/cars/7010150)
2026-03-27 22:11:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_000/780x0__r.jpg?hash=1774622194> (referer: https://ecarstrade.com/cars/7010150)
2026-03-27 22:11:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_004/780x0__r.jpg?hash=1774623118> (referer: https://ecarstrade.com/cars/7010275)
2026-03-27 22:11:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010495> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 97d3977a-ddd0-5b8b-9250-df15d4aca1db
2026-03-27 22:11:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8d2629ae-1726-5aa0-94fe-168c152c5b8d
2026-03-27 22:11:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8d2629ae-1726-5aa0-94fe-168c152c5b8d
2026-03-27 22:11:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 97d3977a-ddd0-5b8b-9250-df15d4aca1db
2026-03-27 22:11:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 97d3977a-ddd0-5b8b-9250-df15d4aca1db
2026-03-27 22:11:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 97d3977a-ddd0-5b8b-9250-df15d4aca1db, skipping ID generation
2026-03-27 22:11:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97d3977a-ddd0-5b8b-9250-df15d4aca1db with scrape type 1
2026-03-27 22:11:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 97d3977a-ddd0-5b8b-9250-df15d4aca1db sending to next pipeline
2026-03-27 22:11:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97d3977a-ddd0-5b8b-9250-df15d4aca1db, identifier: 7010560auction111140
2026-03-27 22:11:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8d2629ae-1726-5aa0-94fe-168c152c5b8d
2026-03-27 22:11:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d2629ae-1726-5aa0-94fe-168c152c5b8d, skipping ID generation
2026-03-27 22:11:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d2629ae-1726-5aa0-94fe-168c152c5b8d with scrape type 1
2026-03-27 22:11:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8d2629ae-1726-5aa0-94fe-168c152c5b8d sending to next pipeline
2026-03-27 22:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d2629ae-1726-5aa0-94fe-168c152c5b8d, identifier: 7010561auction111140
2026-03-27 22:11:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97d3977a-ddd0-5b8b-9250-df15d4aca1db with identifier: 7010560auction111140
2026-03-27 22:11:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97d3977a-ddd0-5b8b-9250-df15d4aca1db with identifier: 7010560auction111140
2026-03-27 22:11:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97d3977a-ddd0-5b8b-9250-df15d4aca1db with identifier: 7010560auction111140 to the API
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:22 [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 22:11:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010560/photo_000/780x0__r.jpg?hash=1774625667>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '97d3977a-ddd0-5b8b-9250-df15d4aca1db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010560',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 48085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'TESLA MODEL Y BEV LONG RANGE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010560auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:22 [ecarstrade.be] INFO: Saving data for 7010560auction111140: {'created_time': 1774649482.347859, 'last_price_update_time': 1774649482.347869, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010560auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d2629ae-1726-5aa0-94fe-168c152c5b8d with identifier: 7010561auction111140
2026-03-27 22:11:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d2629ae-1726-5aa0-94fe-168c152c5b8d with identifier: 7010561auction111140
2026-03-27 22:11:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d2629ae-1726-5aa0-94fe-168c152c5b8d with identifier: 7010561auction111140 to the API
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:22 [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 22:11:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010561/photo_000/780x0__r.jpg?hash=1774625689>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '8d2629ae-1726-5aa0-94fe-168c152c5b8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010561',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 89201,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-16',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV PERFORMANCE AUTO 4WD',
'transmission': 'automatic',
'trim': 'TESLA MODEL Y BEV PERFORMANCE AUTO 4WD',
'vin': None,
'year': 2023}
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010561auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:22 [ecarstrade.be] INFO: Saving data for 7010561auction111140: {'created_time': 1774649482.683525, 'last_price_update_time': 1774649482.683534, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010561auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_003/780x0__r.jpg?hash=1774623118> (referer: https://ecarstrade.com/cars/7010275)
2026-03-27 22:11:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_002/780x0__r.jpg?hash=1774623118> (referer: https://ecarstrade.com/cars/7010275)
2026-03-27 22:11:22 [ecarstrade.be] INFO: Extracting details for car 7010495auction111140
2026-03-27 22:11:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 69def14a-335a-5be2-a849-77a1ef896a53
2026-03-27 22:11:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 69def14a-335a-5be2-a849-77a1ef896a53
2026-03-27 22:11:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52
2026-03-27 22:11:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_001/780x0__r.jpg?hash=1774623118> (referer: https://ecarstrade.com/cars/7010275)
2026-03-27 22:11:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_005/780x0__r.jpg?hash=1774624267> (referer: https://ecarstrade.com/cars/7010487)
2026-03-27 22:11:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page211?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_004/780x0__r.jpg?hash=1774624267> (referer: https://ecarstrade.com/cars/7010487)
2026-03-27 22:11:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_003/780x0__r.jpg?hash=1774624267> (referer: https://ecarstrade.com/cars/7010487)
2026-03-27 22:11:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 69def14a-335a-5be2-a849-77a1ef896a53
2026-03-27 22:11:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 69def14a-335a-5be2-a849-77a1ef896a53
2026-03-27 22:11:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69def14a-335a-5be2-a849-77a1ef896a53, skipping ID generation
2026-03-27 22:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69def14a-335a-5be2-a849-77a1ef896a53 with scrape type 1
2026-03-27 22:11:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 69def14a-335a-5be2-a849-77a1ef896a53 sending to next pipeline
2026-03-27 22:11:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69def14a-335a-5be2-a849-77a1ef896a53, identifier: 7010150auction111140
2026-03-27 22:11:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52
2026-03-27 22:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54365a81-4e46-5796-84bb-4438f2075390 with identifier: 7010495auction111140
2026-03-27 22:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54365a81-4e46-5796-84bb-4438f2075390 with scrape type 1
2026-03-27 22:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 54365a81-4e46-5796-84bb-4438f2075390
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010495%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624311%27 HTTP/1.1" 200 None
2026-03-27 22:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_000/780x0__r.jpg?hash=1774624311 not downloaded yet
2026-03-27 22:11:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69def14a-335a-5be2-a849-77a1ef896a53 with identifier: 7010150auction111140
2026-03-27 22:11:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69def14a-335a-5be2-a849-77a1ef896a53 with identifier: 7010150auction111140
2026-03-27 22:11:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69def14a-335a-5be2-a849-77a1ef896a53 with identifier: 7010150auction111140 to the API
2026-03-27 22:11:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:23 [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 22:11:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010150/photo_000/780x0__r.jpg?hash=1774622194>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '69def14a-335a-5be2-a849-77a1ef896a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010150',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 31640,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI E-TRON BEV 95KWH 55 QUATTRO S-LINE',
'transmission': 'automatic',
'trim': 'AUDI BEV 95KWH 55 QUATTRO S-LINE',
'vin': None,
'year': 2022}
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010150auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [ecarstrade.be] INFO: Saving data for 7010150auction111140: {'created_time': 1774649483.201052, 'last_price_update_time': 1774649483.201062, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010150auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_019/780x0__r.jpg?hash=1774621834> (referer: https://ecarstrade.com/cars/7009798)
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_017/780x0__r.jpg?hash=1774621829> (referer: https://ecarstrade.com/cars/7009798)
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010495%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624311%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_001/780x0__r.jpg?hash=1774624311 not downloaded yet
2026-03-27 22:11:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_015/780x0__r.jpg?hash=1774621828> (referer: https://ecarstrade.com/cars/7009798)
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_002/780x0__r.jpg?hash=1774624267> (referer: https://ecarstrade.com/cars/7010487)
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_000/780x0__r.jpg?hash=1774624267> (referer: https://ecarstrade.com/cars/7010487)
2026-03-27 22:11:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc
2026-03-27 22:11:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010495%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624312%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_002/780x0__r.jpg?hash=1774624312 not downloaded yet
2026-03-27 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7010201auction111140
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010201auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [ecarstrade.be] INFO: Scrape type for 7010201auction111140: 1
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010495%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624312%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_003/780x0__r.jpg?hash=1774624312 not downloaded yet
2026-03-27 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7010556auction111140
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010556auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [ecarstrade.be] INFO: Scrape type for 7010556auction111140: 1
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010495%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624312%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_004/780x0__r.jpg?hash=1774624312 not downloaded yet
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1d573e48-62e9-5b52-a6a2-c6e051f1e568
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1d573e48-62e9-5b52-a6a2-c6e051f1e568
2026-03-27 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7010570auction111140
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010570auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [ecarstrade.be] INFO: Scrape type for 7010570auction111140: 1
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_000/780x0__r.jpg?hash=1774624311> (referer: https://ecarstrade.com/cars/7010495)
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_001/780x0__r.jpg?hash=1774624311> (referer: https://ecarstrade.com/cars/7010495)
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010495%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624312%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_005/780x0__r.jpg?hash=1774624312 not downloaded yet
2026-03-27 22:11:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1d573e48-62e9-5b52-a6a2-c6e051f1e568
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc
2026-03-27 22:11:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc, skipping ID generation
2026-03-27 22:11:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with scrape type 1
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc sending to next pipeline
2026-03-27 22:11:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc, identifier: 7010487auction111140
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_000/780x0__r.jpg?hash=1774623118> (referer: https://ecarstrade.com/cars/7010275)
2026-03-27 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7010048auction111140
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010048auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [ecarstrade.be] INFO: Scrape type for 7010048auction111140: 1
2026-03-27 22:11:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with identifier: 7010487auction111140
2026-03-27 22:11:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with identifier: 7010487auction111140
2026-03-27 22:11:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc with identifier: 7010487auction111140 to the API
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:23 [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 22:11:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010487/photo_000/780x0__r.jpg?hash=1774624267>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.9L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8f8ab27c-cb29-59aa-aaf7-2aacf703d7fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010487',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 78233,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ E-CLASS BREAK 2.0 E 300 DE AUTO BUSINESS SOL AUTO',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ E-CLASS BREAK 2.0 DE AUTO BUSINESS SOL AUTO',
'vin': None,
'year': 2021}
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010487auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [ecarstrade.be] INFO: Saving data for 7010487auction111140: {'created_time': 1774649483.89685, 'last_price_update_time': 1774649483.89686, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010487auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_016/780x0__r.jpg?hash=1774621828> (referer: https://ecarstrade.com/cars/7009798)
2026-03-27 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7010237auction111140
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010237auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [ecarstrade.be] INFO: Scrape type for 7010237auction111140: 1
2026-03-27 22:11:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 54365a81-4e46-5796-84bb-4438f2075390
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 54365a81-4e46-5796-84bb-4438f2075390
2026-03-27 22:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_002/780x0__r.jpg?hash=1774624312> (referer: https://ecarstrade.com/cars/7010495)
2026-03-27 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7010309auction111140
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010309auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:23 [ecarstrade.be] INFO: Scrape type for 7010309auction111140: 1
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52
2026-03-27 22:11:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0954ed8e-e44d-5d8c-9b9e-9087576d9e52, skipping ID generation
2026-03-27 22:11:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52 with scrape type 1
2026-03-27 22:11:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0954ed8e-e44d-5d8c-9b9e-9087576d9e52 sending to next pipeline
2026-03-27 22:11:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0954ed8e-e44d-5d8c-9b9e-9087576d9e52, identifier: 7010275auction111140
2026-03-27 22:11:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0954ed8e-e44d-5d8c-9b9e-9087576d9e52 with identifier: 7010275auction111140
2026-03-27 22:11:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0954ed8e-e44d-5d8c-9b9e-9087576d9e52 with identifier: 7010275auction111140
2026-03-27 22:11:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0954ed8e-e44d-5d8c-9b9e-9087576d9e52 with identifier: 7010275auction111140 to the API
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:24 [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 22:11:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010275/photo_000/780x0__r.jpg?hash=1774623118>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '0954ed8e-e44d-5d8c-9b9e-9087576d9e52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010275',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Kia',
'model': 'EV6',
'odometer': 47414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'KIA EV6 BEV 77KWH GT LINE AUTO AWD',
'transmission': 'automatic',
'trim': 'KIA BEV 77KWH GT LINE AUTO AWD',
'vin': None,
'year': 2024}
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010275auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:24 [ecarstrade.be] INFO: Saving data for 7010275auction111140: {'created_time': 1774649484.414389, 'last_price_update_time': 1774649484.414401, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010275auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:24 [ecarstrade.be] INFO: Found listing with ID: 7010316auction111140
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010316auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:24 [ecarstrade.be] INFO: Scrape type for 7010316auction111140: 1
2026-03-27 22:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_003/780x0__r.jpg?hash=1774624312> (referer: https://ecarstrade.com/cars/7010495)
2026-03-27 22:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_004/780x0__r.jpg?hash=1774624312> (referer: https://ecarstrade.com/cars/7010495)
2026-03-27 22:11:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1d573e48-62e9-5b52-a6a2-c6e051f1e568
2026-03-27 22:11:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1d573e48-62e9-5b52-a6a2-c6e051f1e568, skipping ID generation
2026-03-27 22:11:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with scrape type 1
2026-03-27 22:11:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1d573e48-62e9-5b52-a6a2-c6e051f1e568 sending to next pipeline
2026-03-27 22:11:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d573e48-62e9-5b52-a6a2-c6e051f1e568, identifier: 7009798auction111140
2026-03-27 22:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 54365a81-4e46-5796-84bb-4438f2075390
2026-03-27 22:11:24 [ecarstrade.be] INFO: Found listing with ID: 7010555auction111140
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010555auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:24 [ecarstrade.be] INFO: Scrape type for 7010555auction111140: 1
2026-03-27 22:11:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with identifier: 7009798auction111140
2026-03-27 22:11:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with identifier: 7009798auction111140
2026-03-27 22:11:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d573e48-62e9-5b52-a6a2-c6e051f1e568 with identifier: 7009798auction111140 to the API
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:24 [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 22:11:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009798/photo_016/780x0__r.jpg?hash=1774621828>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '1d573e48-62e9-5b52-a6a2-c6e051f1e568',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009798',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'iX3',
'odometer': 64095,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': 'IX3 80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009798auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:24 [ecarstrade.be] INFO: Saving data for 7009798auction111140: {'created_time': 1774649484.932942, 'last_price_update_time': 1774649484.932952, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009798auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:24 [ecarstrade.be] INFO: Found listing with ID: 7010631auction111140
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010631auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:24 [ecarstrade.be] INFO: Scrape type for 7010631auction111140: 1
2026-03-27 22:11:24 [ecarstrade.be] INFO: Found listing with ID: 7010491auction111140
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010491auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:24 [ecarstrade.be] INFO: Scrape type for 7010491auction111140: 1
2026-03-27 22:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 54365a81-4e46-5796-84bb-4438f2075390
2026-03-27 22:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 54365a81-4e46-5796-84bb-4438f2075390
2026-03-27 22:11:24 [ecarstrade.be] INFO: Found listing with ID: 7010571auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010571auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010571auction111140: 1
2026-03-27 22:11:25 [ecarstrade.be] INFO: Found listing with ID: 7010572auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010572auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010572auction111140: 1
2026-03-27 22:11:25 [ecarstrade.be] INFO: Found listing with ID: 7010500auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010500auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010500auction111140: 1
2026-03-27 22:11:25 [ecarstrade.be] INFO: Found listing with ID: 7010579auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010579auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010579auction111140: 1
2026-03-27 22:11:25 [ecarstrade.be] INFO: Found listing with ID: 7010280auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010280auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010280auction111140: 1
2026-03-27 22:11:25 [ecarstrade.be] INFO: Found listing with ID: 7010297auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010297auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010297auction111140: 1
2026-03-27 22:11:25 [ecarstrade.be] INFO: Found listing with ID: 7010573auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010573auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010573auction111140: 1
2026-03-27 22:11:25 [ecarstrade.be] INFO: Found listing with ID: 7010124auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010124auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010124auction111140: 1
2026-03-27 22:11:25 [ecarstrade.be] INFO: Found listing with ID: 7010574auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010574auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010574auction111140: 1
2026-03-27 22:11:25 [ecarstrade.be] INFO: Found listing with ID: 7010206auction111140
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010206auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:25 [ecarstrade.be] INFO: Scrape type for 7010206auction111140: 1
2026-03-27 22:11:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010645> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010159> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:30 [ecarstrade.be] INFO: Extracting details for car 7010645auction111140
2026-03-27 22:11:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 642f2e1e-24a1-54ed-b094-66f56fb623b0 with identifier: 7010645auction111140
2026-03-27 22:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 642f2e1e-24a1-54ed-b094-66f56fb623b0 with scrape type 1
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 642f2e1e-24a1-54ed-b094-66f56fb623b0
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010645%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626191%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_000/780x0__r.jpg?hash=1774626191 not downloaded yet
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010645%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626192%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_001/780x0__r.jpg?hash=1774626192 not downloaded yet
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010645%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626192%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_002/780x0__r.jpg?hash=1774626192 not downloaded yet
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010645%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626192%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_003/780x0__r.jpg?hash=1774626192 not downloaded yet
2026-03-27 22:11:30 [ecarstrade.be] INFO: Extracting details for car 7010159auction111140
2026-03-27 22:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_005/780x0__r.jpg?hash=1774624312> (referer: https://ecarstrade.com/cars/7010495)
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010645%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626192%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_004/780x0__r.jpg?hash=1774626192 not downloaded yet
2026-03-27 22:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 071620e4-42c3-5a70-9891-bf6632e4ab3f with identifier: 7010159auction111140
2026-03-27 22:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 071620e4-42c3-5a70-9891-bf6632e4ab3f with scrape type 1
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 071620e4-42c3-5a70-9891-bf6632e4ab3f
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010159%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622247%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_000/780x0__r.jpg?hash=1774622247 not downloaded yet
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010645%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626192%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_005/780x0__r.jpg?hash=1774626192 not downloaded yet
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010159%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622247%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_001/780x0__r.jpg?hash=1774622247 not downloaded yet
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010159%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622253%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_003/780x0__r.jpg?hash=1774622253 not downloaded yet
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010159%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622253%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_004/780x0__r.jpg?hash=1774622253 not downloaded yet
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010159%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622253%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_005/780x0__r.jpg?hash=1774622253 not downloaded yet
2026-03-27 22:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010159%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622253%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_006/780x0__r.jpg?hash=1774622253 not downloaded yet
2026-03-27 22:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 54365a81-4e46-5796-84bb-4438f2075390
2026-03-27 22:11:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 54365a81-4e46-5796-84bb-4438f2075390, skipping ID generation
2026-03-27 22:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54365a81-4e46-5796-84bb-4438f2075390 with scrape type 1
2026-03-27 22:11:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 54365a81-4e46-5796-84bb-4438f2075390 sending to next pipeline
2026-03-27 22:11:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54365a81-4e46-5796-84bb-4438f2075390, identifier: 7010495auction111140
2026-03-27 22:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54365a81-4e46-5796-84bb-4438f2075390 with identifier: 7010495auction111140
2026-03-27 22:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54365a81-4e46-5796-84bb-4438f2075390 with identifier: 7010495auction111140
2026-03-27 22:11:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54365a81-4e46-5796-84bb-4438f2075390 with identifier: 7010495auction111140 to the API
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:30 [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 22:11:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010495/photo_005/780x0__r.jpg?hash=1774624312>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '54365a81-4e46-5796-84bb-4438f2075390',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010495',
'listing': 'auction',
'location': 'Belgium - "DELIVERY"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 54798,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-16',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA BEV 67KWH EQA 250 BUSINESS SOLUTION LUX',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ BEV 67KWH 250 BUSINESS SOLUTION LUX',
'vin': None,
'year': 2021}
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010495auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [ecarstrade.be] INFO: Saving data for 7010495auction111140: {'created_time': 1774649490.769375, 'last_price_update_time': 1774649490.769384, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010495auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010161> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7010499auction111140
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010499auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [ecarstrade.be] INFO: Scrape type for 7010499auction111140: 1
2026-03-27 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7010506auction111140
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010506auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [ecarstrade.be] INFO: Scrape type for 7010506auction111140: 1
2026-03-27 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7010112auction111140
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010112auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:30 [ecarstrade.be] INFO: Scrape type for 7010112auction111140: 1
2026-03-27 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7010203auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010203auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010203auction111140: 1
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010282auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010282auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010282auction111140: 1
2026-03-27 22:11:31 [ecarstrade.be] INFO: Extracting details for car 7010161auction111140
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010518auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010518auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010518auction111140: 1
2026-03-27 22:11:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae8d4346-27f8-5256-80f1-db8383725469 with identifier: 7010161auction111140
2026-03-27 22:11:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae8d4346-27f8-5256-80f1-db8383725469 with scrape type 1
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ae8d4346-27f8-5256-80f1-db8383725469
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010161%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622278%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_000/780x0__r.jpg?hash=1774622278 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010232auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010232auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010232auction111140: 1
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010161%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622278%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_001/780x0__r.jpg?hash=1774622278 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010604auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010604auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010604auction111140: 1
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010161%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622279%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_002/780x0__r.jpg?hash=1774622279 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010164auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010164auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010164auction111140: 1
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010161%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622279%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_003/780x0__r.jpg?hash=1774622279 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010278auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010278auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010278auction111140: 1
2026-03-27 22:11:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010142> (referer: https://ecarstrade.com/search/page210?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010161%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622279%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_004/780x0__r.jpg?hash=1774622279 not downloaded yet
2026-03-27 22:11:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010133auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010133auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010133auction111140: 1
2026-03-27 22:11:31 [ecarstrade.be] INFO: Extracting details for car 7010142auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010161%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622279%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_005/780x0__r.jpg?hash=1774622279 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010558auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010558auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010558auction111140: 1
2026-03-27 22:11:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff with identifier: 7010142auction111140
2026-03-27 22:11:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff with scrape type 1
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010142%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622162%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_000/780x0__r.jpg?hash=1774622162 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010245auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010245auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010245auction111140: 1
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010142%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622162%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_001/780x0__r.jpg?hash=1774622162 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010481auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010481auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010481auction111140: 1
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010142%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622162%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_002/780x0__r.jpg?hash=1774622162 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010138auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010138auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010138auction111140: 1
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010142%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622163%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_003/780x0__r.jpg?hash=1774622163 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010246auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010246auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010246auction111140: 1
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010142%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622163%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_004/780x0__r.jpg?hash=1774622163 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010535auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010535auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010535auction111140: 1
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010142%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622163%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_005/780x0__r.jpg?hash=1774622163 not downloaded yet
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010121auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010121auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010121auction111140: 1
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010606auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010606auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010606auction111140: 1
2026-03-27 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7010279auction111140
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010279auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:31 [ecarstrade.be] INFO: Scrape type for 7010279auction111140: 1
2026-03-27 22:11:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010201> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:32 [ecarstrade.be] INFO: Extracting details for car 7010201auction111140
2026-03-27 22:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 663d09f3-e177-537b-9866-c325c1428229 with identifier: 7010201auction111140
2026-03-27 22:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 663d09f3-e177-537b-9866-c325c1428229 with scrape type 1
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 663d09f3-e177-537b-9866-c325c1428229
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010201%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622539%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_000/780x0__r.jpg?hash=1774622539 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010201%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622539%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_001/780x0__r.jpg?hash=1774622539 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010201%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622539%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_002/780x0__r.jpg?hash=1774622539 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010201%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622539%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_003/780x0__r.jpg?hash=1774622539 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010201%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622540%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_004/780x0__r.jpg?hash=1774622540 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010201%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622540%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_005/780x0__r.jpg?hash=1774622540 not downloaded yet
2026-03-27 22:11:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010570> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010556> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:32 [ecarstrade.be] INFO: Extracting details for car 7010570auction111140
2026-03-27 22:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e20edfe-8893-5406-9739-a15904cf539a with identifier: 7010570auction111140
2026-03-27 22:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e20edfe-8893-5406-9739-a15904cf539a with scrape type 1
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3e20edfe-8893-5406-9739-a15904cf539a
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010570%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625842%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_000/780x0__r.jpg?hash=1774625842 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010570%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625842%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_001/780x0__r.jpg?hash=1774625842 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010570%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625842%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_002/780x0__r.jpg?hash=1774625842 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010570%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625842%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_003/780x0__r.jpg?hash=1774625842 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010570%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625842%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_004/780x0__r.jpg?hash=1774625842 not downloaded yet
2026-03-27 22:11:32 [ecarstrade.be] INFO: Extracting details for car 7010556auction111140
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010570%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625842%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_005/780x0__r.jpg?hash=1774625842 not downloaded yet
2026-03-27 22:11:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d19feb8-30fb-59a6-80e2-caaf2ca7371c with identifier: 7010556auction111140
2026-03-27 22:11:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c with scrape type 1
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010556%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625591%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_000/780x0__r.jpg?hash=1774625591 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010556%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625591%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_001/780x0__r.jpg?hash=1774625591 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010556%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625591%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_002/780x0__r.jpg?hash=1774625591 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010556%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625591%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_003/780x0__r.jpg?hash=1774625591 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010556%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625591%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_004/780x0__r.jpg?hash=1774625591 not downloaded yet
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010556%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625591%27 HTTP/1.1" 200 None
2026-03-27 22:11:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_005/780x0__r.jpg?hash=1774625591 not downloaded yet
2026-03-27 22:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010048> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:37 [ecarstrade.be] INFO: Extracting details for car 7010048auction111140
2026-03-27 22:11:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e8b4bd5-2fa5-5734-90be-98b72d248845 with identifier: 7010048auction111140
2026-03-27 22:11:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e8b4bd5-2fa5-5734-90be-98b72d248845 with scrape type 1
2026-03-27 22:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e8b4bd5-2fa5-5734-90be-98b72d248845
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010048%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621952%27 HTTP/1.1" 200 None
2026-03-27 22:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_000/780x0__r.jpg?hash=1774621952 not downloaded yet
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010048%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621953%27 HTTP/1.1" 200 None
2026-03-27 22:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_001/780x0__r.jpg?hash=1774621953 not downloaded yet
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010048%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621953%27 HTTP/1.1" 200 None
2026-03-27 22:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_002/780x0__r.jpg?hash=1774621953 not downloaded yet
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010048%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621953%27 HTTP/1.1" 200 None
2026-03-27 22:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_003/780x0__r.jpg?hash=1774621953 not downloaded yet
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010048%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621953%27 HTTP/1.1" 200 None
2026-03-27 22:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_004/780x0__r.jpg?hash=1774621953 not downloaded yet
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010048%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621953%27 HTTP/1.1" 200 None
2026-03-27 22:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_005/780x0__r.jpg?hash=1774621953 not downloaded yet
2026-03-27 22:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010309> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_003/780x0__r.jpg?hash=1774626192> (referer: https://ecarstrade.com/cars/7010645)
2026-03-27 22:11:37 [ecarstrade.be] INFO: Extracting details for car 7010309auction111140
2026-03-27 22:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b00d819c-20c3-5b9d-9f41-db99f8233ece with identifier: 7010309auction111140
2026-03-27 22:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b00d819c-20c3-5b9d-9f41-db99f8233ece with scrape type 1
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b00d819c-20c3-5b9d-9f41-db99f8233ece
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010309%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623295%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_000/780x0__r.jpg?hash=1774623295 not downloaded yet
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_005/780x0__r.jpg?hash=1774622253> (referer: https://ecarstrade.com/cars/7010159)
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010309%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623295%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_001/780x0__r.jpg?hash=1774623295 not downloaded yet
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 642f2e1e-24a1-54ed-b094-66f56fb623b0
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010309%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623295%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_002/780x0__r.jpg?hash=1774623295 not downloaded yet
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010309%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623295%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_003/780x0__r.jpg?hash=1774623295 not downloaded yet
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010309%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623296%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_004/780x0__r.jpg?hash=1774623296 not downloaded yet
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010309%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623296%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_005/780x0__r.jpg?hash=1774623296 not downloaded yet
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_006/780x0__r.jpg?hash=1774622253> (referer: https://ecarstrade.com/cars/7010159)
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 071620e4-42c3-5a70-9891-bf6632e4ab3f
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010316> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_003/780x0__r.jpg?hash=1774622279> (referer: https://ecarstrade.com/cars/7010161)
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 071620e4-42c3-5a70-9891-bf6632e4ab3f
2026-03-27 22:11:38 [ecarstrade.be] INFO: Extracting details for car 7010316auction111140
2026-03-27 22:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af6cb934-b7f3-5478-b41f-95534319956d with identifier: 7010316auction111140
2026-03-27 22:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af6cb934-b7f3-5478-b41f-95534319956d with scrape type 1
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item af6cb934-b7f3-5478-b41f-95534319956d
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010316%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623322%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_000/780x0__r.jpg?hash=1774623322 not downloaded yet
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_005/780x0__r.jpg?hash=1774622540> (referer: https://ecarstrade.com/cars/7010201)
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010316%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623323%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_001/780x0__r.jpg?hash=1774623323 not downloaded yet
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010316%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623323%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_002/780x0__r.jpg?hash=1774623323 not downloaded yet
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010316%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623323%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_003/780x0__r.jpg?hash=1774623323 not downloaded yet
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ae8d4346-27f8-5256-80f1-db8383725469
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010316%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623323%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_004/780x0__r.jpg?hash=1774623323 not downloaded yet
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010316%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623324%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_005/780x0__r.jpg?hash=1774623324 not downloaded yet
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_004/780x0__r.jpg?hash=1774622540> (referer: https://ecarstrade.com/cars/7010201)
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 663d09f3-e177-537b-9866-c325c1428229
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_005/780x0__r.jpg?hash=1774625591> (referer: https://ecarstrade.com/cars/7010556)
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 663d09f3-e177-537b-9866-c325c1428229
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_005/780x0__r.jpg?hash=1774621953> (referer: https://ecarstrade.com/cars/7010048)
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_004/780x0__r.jpg?hash=1774621953> (referer: https://ecarstrade.com/cars/7010048)
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e8b4bd5-2fa5-5734-90be-98b72d248845
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_003/780x0__r.jpg?hash=1774621953> (referer: https://ecarstrade.com/cars/7010048)
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e8b4bd5-2fa5-5734-90be-98b72d248845
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_005/780x0__r.jpg?hash=1774623296> (referer: https://ecarstrade.com/cars/7010309)
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e8b4bd5-2fa5-5734-90be-98b72d248845
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010491> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_004/780x0__r.jpg?hash=1774623296> (referer: https://ecarstrade.com/cars/7010309)
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b00d819c-20c3-5b9d-9f41-db99f8233ece
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_003/780x0__r.jpg?hash=1774623295> (referer: https://ecarstrade.com/cars/7010309)
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_000/780x0__r.jpg?hash=1774623322> (referer: https://ecarstrade.com/cars/7010316)
2026-03-27 22:11:38 [ecarstrade.be] INFO: Extracting details for car 7010491auction111140
2026-03-27 22:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c55451c2-c9d4-5438-a156-1966efabc0b3 with identifier: 7010491auction111140
2026-03-27 22:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c55451c2-c9d4-5438-a156-1966efabc0b3 with scrape type 1
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c55451c2-c9d4-5438-a156-1966efabc0b3
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010491%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624289%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_000/780x0__r.jpg?hash=1774624289 not downloaded yet
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b00d819c-20c3-5b9d-9f41-db99f8233ece
2026-03-27 22:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_005/780x0__r.jpg?hash=1774623324> (referer: https://ecarstrade.com/cars/7010316)
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010491%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624289%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_001/780x0__r.jpg?hash=1774624289 not downloaded yet
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010491%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624289%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_002/780x0__r.jpg?hash=1774624289 not downloaded yet
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010491%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624290%27 HTTP/1.1" 200 None
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_003/780x0__r.jpg?hash=1774624290 not downloaded yet
2026-03-27 22:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b00d819c-20c3-5b9d-9f41-db99f8233ece
2026-03-27 22:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010491%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624290%27 HTTP/1.1" 200 None
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_004/780x0__r.jpg?hash=1774624290 not downloaded yet
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item af6cb934-b7f3-5478-b41f-95534319956d
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_004/780x0__r.jpg?hash=1774623323> (referer: https://ecarstrade.com/cars/7010316)
2026-03-27 22:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010491%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624290%27 HTTP/1.1" 200 None
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_005/780x0__r.jpg?hash=1774624290 not downloaded yet
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_003/780x0__r.jpg?hash=1774623323> (referer: https://ecarstrade.com/cars/7010316)
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item af6cb934-b7f3-5478-b41f-95534319956d
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_002/780x0__r.jpg?hash=1774623323> (referer: https://ecarstrade.com/cars/7010316)
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_001/780x0__r.jpg?hash=1774623323> (referer: https://ecarstrade.com/cars/7010316)
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item af6cb934-b7f3-5478-b41f-95534319956d
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item af6cb934-b7f3-5478-b41f-95534319956d
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_002/780x0__r.jpg?hash=1774623295> (referer: https://ecarstrade.com/cars/7010309)
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_001/780x0__r.jpg?hash=1774623295> (referer: https://ecarstrade.com/cars/7010309)
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item af6cb934-b7f3-5478-b41f-95534319956d
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_002/780x0__r.jpg?hash=1774621953> (referer: https://ecarstrade.com/cars/7010048)
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item af6cb934-b7f3-5478-b41f-95534319956d
2026-03-27 22:11:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af6cb934-b7f3-5478-b41f-95534319956d, skipping ID generation
2026-03-27 22:11:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af6cb934-b7f3-5478-b41f-95534319956d with scrape type 1
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af6cb934-b7f3-5478-b41f-95534319956d sending to next pipeline
2026-03-27 22:11:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af6cb934-b7f3-5478-b41f-95534319956d, identifier: 7010316auction111140
2026-03-27 22:11:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af6cb934-b7f3-5478-b41f-95534319956d with identifier: 7010316auction111140
2026-03-27 22:11:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af6cb934-b7f3-5478-b41f-95534319956d with identifier: 7010316auction111140
2026-03-27 22:11:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af6cb934-b7f3-5478-b41f-95534319956d with identifier: 7010316auction111140 to the API
2026-03-27 22:11:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:39 [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 22:11:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010316/photo_001/780x0__r.jpg?hash=1774623323>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'af6cb934-b7f3-5478-b41f-95534319956d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010316',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 133884,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLB DIESEL (X247) GLB 180 d Business Solution',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLASS GLB DIESEL (X247) d Business Solution',
'vin': None,
'year': 2021}
2026-03-27 22:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010316auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:39 [ecarstrade.be] INFO: Saving data for 7010316auction111140: {'created_time': 1774649499.75426, 'last_price_update_time': 1774649499.75427, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010316auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_001/780x0__r.jpg?hash=1774621953> (referer: https://ecarstrade.com/cars/7010048)
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_000/780x0__r.jpg?hash=1774623295> (referer: https://ecarstrade.com/cars/7010309)
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010555> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b00d819c-20c3-5b9d-9f41-db99f8233ece
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b00d819c-20c3-5b9d-9f41-db99f8233ece
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e8b4bd5-2fa5-5734-90be-98b72d248845
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_004/780x0__r.jpg?hash=1774624290> (referer: https://ecarstrade.com/cars/7010491)
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_000/780x0__r.jpg?hash=1774624289> (referer: https://ecarstrade.com/cars/7010491)
2026-03-27 22:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_005/780x0__r.jpg?hash=1774624290> (referer: https://ecarstrade.com/cars/7010491)
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e8b4bd5-2fa5-5734-90be-98b72d248845
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b00d819c-20c3-5b9d-9f41-db99f8233ece
2026-03-27 22:11:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b00d819c-20c3-5b9d-9f41-db99f8233ece, skipping ID generation
2026-03-27 22:11:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b00d819c-20c3-5b9d-9f41-db99f8233ece with scrape type 1
2026-03-27 22:11:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b00d819c-20c3-5b9d-9f41-db99f8233ece sending to next pipeline
2026-03-27 22:11:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b00d819c-20c3-5b9d-9f41-db99f8233ece, identifier: 7010309auction111140
2026-03-27 22:11:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b00d819c-20c3-5b9d-9f41-db99f8233ece with identifier: 7010309auction111140
2026-03-27 22:11:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b00d819c-20c3-5b9d-9f41-db99f8233ece with identifier: 7010309auction111140
2026-03-27 22:11:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b00d819c-20c3-5b9d-9f41-db99f8233ece with identifier: 7010309auction111140 to the API
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:40 [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 22:11:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010309/photo_000/780x0__r.jpg?hash=1774623295>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b00d819c-20c3-5b9d-9f41-db99f8233ece',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010309',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 49515,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-19',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS A (W177) A 250 e PHEV Business Solution',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLASS A (W177) A 250 e PHEV Business Solution',
'vin': None,
'year': 2021}
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010309auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:40 [ecarstrade.be] INFO: Saving data for 7010309auction111140: {'created_time': 1774649500.381626, 'last_price_update_time': 1774649500.381635, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010309auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:40 [ecarstrade.be] INFO: Extracting details for car 7010555auction111140
2026-03-27 22:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_002/780x0__r.jpg?hash=1774624289> (referer: https://ecarstrade.com/cars/7010491)
2026-03-27 22:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_001/780x0__r.jpg?hash=1774624289> (referer: https://ecarstrade.com/cars/7010491)
2026-03-27 22:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_003/780x0__r.jpg?hash=1774624290> (referer: https://ecarstrade.com/cars/7010491)
2026-03-27 22:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010631> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e148587-64c1-50d6-9531-511f53967ada with identifier: 7010555auction111140
2026-03-27 22:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e148587-64c1-50d6-9531-511f53967ada with scrape type 1
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5e148587-64c1-50d6-9531-511f53967ada
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010555%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625584%27 HTTP/1.1" 200 None
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_000/780x0__r.jpg?hash=1774625584 not downloaded yet
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c55451c2-c9d4-5438-a156-1966efabc0b3
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c55451c2-c9d4-5438-a156-1966efabc0b3
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c55451c2-c9d4-5438-a156-1966efabc0b3
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010555%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625584%27 HTTP/1.1" 200 None
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_001/780x0__r.jpg?hash=1774625584 not downloaded yet
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010555%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625584%27 HTTP/1.1" 200 None
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_002/780x0__r.jpg?hash=1774625584 not downloaded yet
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010555%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625584%27 HTTP/1.1" 200 None
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_003/780x0__r.jpg?hash=1774625584 not downloaded yet
2026-03-27 22:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_003/780x0__r.jpg?hash=1774625591> (referer: https://ecarstrade.com/cars/7010556)
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010555%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625585%27 HTTP/1.1" 200 None
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_004/780x0__r.jpg?hash=1774625585 not downloaded yet
2026-03-27 22:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_002/780x0__r.jpg?hash=1774625591> (referer: https://ecarstrade.com/cars/7010556)
2026-03-27 22:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_000/780x0__r.jpg?hash=1774621952> (referer: https://ecarstrade.com/cars/7010048)
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010555%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625585%27 HTTP/1.1" 200 None
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_005/780x0__r.jpg?hash=1774625585 not downloaded yet
2026-03-27 22:11:40 [ecarstrade.be] INFO: Extracting details for car 7010631auction111140
2026-03-27 22:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_004/780x0__r.jpg?hash=1774625591> (referer: https://ecarstrade.com/cars/7010556)
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c55451c2-c9d4-5438-a156-1966efabc0b3
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c55451c2-c9d4-5438-a156-1966efabc0b3
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c55451c2-c9d4-5438-a156-1966efabc0b3
2026-03-27 22:11:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c55451c2-c9d4-5438-a156-1966efabc0b3, skipping ID generation
2026-03-27 22:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c55451c2-c9d4-5438-a156-1966efabc0b3 with scrape type 1
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c55451c2-c9d4-5438-a156-1966efabc0b3 sending to next pipeline
2026-03-27 22:11:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c55451c2-c9d4-5438-a156-1966efabc0b3, identifier: 7010491auction111140
2026-03-27 22:11:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc04366-c820-53e5-a55e-15b140b5dc5b with identifier: 7010631auction111140
2026-03-27 22:11:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc04366-c820-53e5-a55e-15b140b5dc5b with scrape type 1
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8cc04366-c820-53e5-a55e-15b140b5dc5b
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010631%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626149%27 HTTP/1.1" 200 None
2026-03-27 22:11:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_000/780x0__r.jpg?hash=1774626149 not downloaded yet
2026-03-27 22:11:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_000/780x0__r.jpg?hash=1774625591> (referer: https://ecarstrade.com/cars/7010556)
2026-03-27 22:11:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c55451c2-c9d4-5438-a156-1966efabc0b3 with identifier: 7010491auction111140
2026-03-27 22:11:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c55451c2-c9d4-5438-a156-1966efabc0b3 with identifier: 7010491auction111140
2026-03-27 22:11:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c55451c2-c9d4-5438-a156-1966efabc0b3 with identifier: 7010491auction111140 to the API
2026-03-27 22:11:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:40 [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 22:11:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010491/photo_003/780x0__r.jpg?hash=1774624290>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'c55451c2-c9d4-5438-a156-1966efabc0b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010491',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 190883,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ E-Klasse 1.6 E 200 D BUSINESS SOLUTION AUTO',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ E-Klasse 1.6 D BUSINESS SOLUTION AUTO',
'vin': None,
'year': 2020}
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010491auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:41 [ecarstrade.be] INFO: Saving data for 7010491auction111140: {'created_time': 1774649501.040632, 'last_price_update_time': 1774649501.040643, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010491auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_001/780x0__r.jpg?hash=1774625591> (referer: https://ecarstrade.com/cars/7010556)
2026-03-27 22:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_005/780x0__r.jpg?hash=1774625842> (referer: https://ecarstrade.com/cars/7010570)
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010631%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626149%27 HTTP/1.1" 200 None
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_001/780x0__r.jpg?hash=1774626149 not downloaded yet
2026-03-27 22:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_004/780x0__r.jpg?hash=1774625842> (referer: https://ecarstrade.com/cars/7010570)
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010631%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626149%27 HTTP/1.1" 200 None
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_002/780x0__r.jpg?hash=1774626149 not downloaded yet
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e8b4bd5-2fa5-5734-90be-98b72d248845
2026-03-27 22:11:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e8b4bd5-2fa5-5734-90be-98b72d248845, skipping ID generation
2026-03-27 22:11:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e8b4bd5-2fa5-5734-90be-98b72d248845 with scrape type 1
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e8b4bd5-2fa5-5734-90be-98b72d248845 sending to next pipeline
2026-03-27 22:11:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e8b4bd5-2fa5-5734-90be-98b72d248845, identifier: 7010048auction111140
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010631%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626149%27 HTTP/1.1" 200 None
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_003/780x0__r.jpg?hash=1774626149 not downloaded yet
2026-03-27 22:11:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e8b4bd5-2fa5-5734-90be-98b72d248845 with identifier: 7010048auction111140
2026-03-27 22:11:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e8b4bd5-2fa5-5734-90be-98b72d248845 with identifier: 7010048auction111140
2026-03-27 22:11:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e8b4bd5-2fa5-5734-90be-98b72d248845 with identifier: 7010048auction111140 to the API
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:41 [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 22:11:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010048/photo_000/780x0__r.jpg?hash=1774621952>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1e8b4bd5-2fa5-5734-90be-98b72d248845',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010048',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A3',
'odometer': 51122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-16',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 1.4 40 TFSI E S TRONIC S LINE SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 40 TFSI E S TRONIC S LINE SPORTBACK',
'vin': None,
'year': 2022}
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010048auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:41 [ecarstrade.be] INFO: Saving data for 7010048auction111140: {'created_time': 1774649501.550968, 'last_price_update_time': 1774649501.550983, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010048auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_003/780x0__r.jpg?hash=1774625842> (referer: https://ecarstrade.com/cars/7010570)
2026-03-27 22:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_000/780x0__r.jpg?hash=1774625842> (referer: https://ecarstrade.com/cars/7010570)
2026-03-27 22:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_001/780x0__r.jpg?hash=1774625842> (referer: https://ecarstrade.com/cars/7010570)
2026-03-27 22:11:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_002/780x0__r.jpg?hash=1774625842> (referer: https://ecarstrade.com/cars/7010570)
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010631%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626149%27 HTTP/1.1" 200 None
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_004/780x0__r.jpg?hash=1774626149 not downloaded yet
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010631%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626149%27 HTTP/1.1" 200 None
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_005/780x0__r.jpg?hash=1774626149 not downloaded yet
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c
2026-03-27 22:11:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d19feb8-30fb-59a6-80e2-caaf2ca7371c, skipping ID generation
2026-03-27 22:11:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c with scrape type 1
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d19feb8-30fb-59a6-80e2-caaf2ca7371c sending to next pipeline
2026-03-27 22:11:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d19feb8-30fb-59a6-80e2-caaf2ca7371c, identifier: 7010556auction111140
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3e20edfe-8893-5406-9739-a15904cf539a
2026-03-27 22:11:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3e20edfe-8893-5406-9739-a15904cf539a
2026-03-27 22:11:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d19feb8-30fb-59a6-80e2-caaf2ca7371c with identifier: 7010556auction111140
2026-03-27 22:11:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d19feb8-30fb-59a6-80e2-caaf2ca7371c with identifier: 7010556auction111140
2026-03-27 22:11:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d19feb8-30fb-59a6-80e2-caaf2ca7371c with identifier: 7010556auction111140 to the API
2026-03-27 22:11:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:41 [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 22:11:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010556/photo_001/780x0__r.jpg?hash=1774625591>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '9d19feb8-30fb-59a6-80e2-caaf2ca7371c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010556',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 117882,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 2.0 CRTDI 110KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI 2.0 CRTDI 110KW DSG7 CLEVER+',
'vin': None,
'year': 2023}
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010556auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:42 [ecarstrade.be] INFO: Saving data for 7010556auction111140: {'created_time': 1774649502.046502, 'last_price_update_time': 1774649502.046512, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010556auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_004/780x0__r.jpg?hash=1774625585> (referer: https://ecarstrade.com/cars/7010555)
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_005/780x0__r.jpg?hash=1774625585> (referer: https://ecarstrade.com/cars/7010555)
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_003/780x0__r.jpg?hash=1774625584> (referer: https://ecarstrade.com/cars/7010555)
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_002/780x0__r.jpg?hash=1774625584> (referer: https://ecarstrade.com/cars/7010555)
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3e20edfe-8893-5406-9739-a15904cf539a
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3e20edfe-8893-5406-9739-a15904cf539a
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3e20edfe-8893-5406-9739-a15904cf539a
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3e20edfe-8893-5406-9739-a15904cf539a
2026-03-27 22:11:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e20edfe-8893-5406-9739-a15904cf539a, skipping ID generation
2026-03-27 22:11:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e20edfe-8893-5406-9739-a15904cf539a with scrape type 1
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e20edfe-8893-5406-9739-a15904cf539a sending to next pipeline
2026-03-27 22:11:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e20edfe-8893-5406-9739-a15904cf539a, identifier: 7010570auction111140
2026-03-27 22:11:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e20edfe-8893-5406-9739-a15904cf539a with identifier: 7010570auction111140
2026-03-27 22:11:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e20edfe-8893-5406-9739-a15904cf539a with identifier: 7010570auction111140
2026-03-27 22:11:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e20edfe-8893-5406-9739-a15904cf539a with identifier: 7010570auction111140 to the API
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:42 [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 22:11:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010570/photo_002/780x0__r.jpg?hash=1774625842>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3e20edfe-8893-5406-9739-a15904cf539a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010570',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 30686,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'vin': None,
'year': 2023}
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010570auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:42 [ecarstrade.be] INFO: Saving data for 7010570auction111140: {'created_time': 1774649502.522148, 'last_price_update_time': 1774649502.522161, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010570auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_000/780x0__r.jpg?hash=1774626149> (referer: https://ecarstrade.com/cars/7010631)
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_000/780x0__r.jpg?hash=1774625584> (referer: https://ecarstrade.com/cars/7010555)
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_001/780x0__r.jpg?hash=1774625584> (referer: https://ecarstrade.com/cars/7010555)
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_003/780x0__r.jpg?hash=1774622539> (referer: https://ecarstrade.com/cars/7010201)
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5e148587-64c1-50d6-9531-511f53967ada
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5e148587-64c1-50d6-9531-511f53967ada
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5e148587-64c1-50d6-9531-511f53967ada
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5e148587-64c1-50d6-9531-511f53967ada
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_002/780x0__r.jpg?hash=1774622539> (referer: https://ecarstrade.com/cars/7010201)
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_002/780x0__r.jpg?hash=1774626149> (referer: https://ecarstrade.com/cars/7010631)
2026-03-27 22:11:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_003/780x0__r.jpg?hash=1774626149> (referer: https://ecarstrade.com/cars/7010631)
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8cc04366-c820-53e5-a55e-15b140b5dc5b
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5e148587-64c1-50d6-9531-511f53967ada
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5e148587-64c1-50d6-9531-511f53967ada
2026-03-27 22:11:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5e148587-64c1-50d6-9531-511f53967ada, skipping ID generation
2026-03-27 22:11:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e148587-64c1-50d6-9531-511f53967ada with scrape type 1
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5e148587-64c1-50d6-9531-511f53967ada sending to next pipeline
2026-03-27 22:11:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e148587-64c1-50d6-9531-511f53967ada, identifier: 7010555auction111140
2026-03-27 22:11:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 663d09f3-e177-537b-9866-c325c1428229
2026-03-27 22:11:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e148587-64c1-50d6-9531-511f53967ada with identifier: 7010555auction111140
2026-03-27 22:11:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e148587-64c1-50d6-9531-511f53967ada with identifier: 7010555auction111140
2026-03-27 22:11:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e148587-64c1-50d6-9531-511f53967ada with identifier: 7010555auction111140 to the API
2026-03-27 22:11:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:42 [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 22:11:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010555/photo_001/780x0__r.jpg?hash=1774625584>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5e148587-64c1-50d6-9531-511f53967ada',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010555',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 81663,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-15',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI 1.4 TSI PHEV 160KW DSG6 CLEVER+',
'vin': None,
'year': 2021}
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010555auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:43 [ecarstrade.be] INFO: Saving data for 7010555auction111140: {'created_time': 1774649503.096111, 'last_price_update_time': 1774649503.096122, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010555auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_001/780x0__r.jpg?hash=1774626149> (referer: https://ecarstrade.com/cars/7010631)
2026-03-27 22:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_005/780x0__r.jpg?hash=1774626149> (referer: https://ecarstrade.com/cars/7010631)
2026-03-27 22:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_004/780x0__r.jpg?hash=1774626149> (referer: https://ecarstrade.com/cars/7010631)
2026-03-27 22:11:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_001/780x0__r.jpg?hash=1774622539> (referer: https://ecarstrade.com/cars/7010201)
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 663d09f3-e177-537b-9866-c325c1428229
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8cc04366-c820-53e5-a55e-15b140b5dc5b
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8cc04366-c820-53e5-a55e-15b140b5dc5b
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8cc04366-c820-53e5-a55e-15b140b5dc5b
2026-03-27 22:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_005/780x0__r.jpg?hash=1774622163> (referer: https://ecarstrade.com/cars/7010142)
2026-03-27 22:11:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8cc04366-c820-53e5-a55e-15b140b5dc5b
2026-03-27 22:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_000/780x0__r.jpg?hash=1774622539> (referer: https://ecarstrade.com/cars/7010201)
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8cc04366-c820-53e5-a55e-15b140b5dc5b
2026-03-27 22:11:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8cc04366-c820-53e5-a55e-15b140b5dc5b, skipping ID generation
2026-03-27 22:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc04366-c820-53e5-a55e-15b140b5dc5b with scrape type 1
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8cc04366-c820-53e5-a55e-15b140b5dc5b sending to next pipeline
2026-03-27 22:11:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cc04366-c820-53e5-a55e-15b140b5dc5b, identifier: 7010631auction111140
2026-03-27 22:11:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cc04366-c820-53e5-a55e-15b140b5dc5b with identifier: 7010631auction111140
2026-03-27 22:11:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cc04366-c820-53e5-a55e-15b140b5dc5b with identifier: 7010631auction111140
2026-03-27 22:11:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cc04366-c820-53e5-a55e-15b140b5dc5b with identifier: 7010631auction111140 to the API
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:43 [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 22:11:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010631/photo_004/780x0__r.jpg?hash=1774626149>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8cc04366-c820-53e5-a55e-15b140b5dc5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010631',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 115827,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 RECHARGE GEARTR. INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010631auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:43 [ecarstrade.be] INFO: Saving data for 7010631auction111140: {'created_time': 1774649503.71008, 'last_price_update_time': 1774649503.71009, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010631auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_004/780x0__r.jpg?hash=1774622163> (referer: https://ecarstrade.com/cars/7010142)
2026-03-27 22:11:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 663d09f3-e177-537b-9866-c325c1428229
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 663d09f3-e177-537b-9866-c325c1428229
2026-03-27 22:11:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 663d09f3-e177-537b-9866-c325c1428229, skipping ID generation
2026-03-27 22:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 663d09f3-e177-537b-9866-c325c1428229 with scrape type 1
2026-03-27 22:11:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 663d09f3-e177-537b-9866-c325c1428229 sending to next pipeline
2026-03-27 22:11:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 663d09f3-e177-537b-9866-c325c1428229, identifier: 7010201auction111140
2026-03-27 22:11:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 663d09f3-e177-537b-9866-c325c1428229 with identifier: 7010201auction111140
2026-03-27 22:11:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 663d09f3-e177-537b-9866-c325c1428229 with identifier: 7010201auction111140
2026-03-27 22:11:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 663d09f3-e177-537b-9866-c325c1428229 with identifier: 7010201auction111140 to the API
2026-03-27 22:11:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:44 [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 22:11:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010201/photo_000/780x0__r.jpg?hash=1774622539>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '663d09f3-e177-537b-9866-c325c1428229',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010201',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 67636,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E TOURING',
'vin': None,
'year': 2022}
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010201auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:44 [ecarstrade.be] INFO: Saving data for 7010201auction111140: {'created_time': 1774649504.159508, 'last_price_update_time': 1774649504.159519, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010201auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff
2026-03-27 22:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010279> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:44 [ecarstrade.be] INFO: Extracting details for car 7010279auction111140
2026-03-27 22:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_003/780x0__r.jpg?hash=1774622163> (referer: https://ecarstrade.com/cars/7010142)
2026-03-27 22:11:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51 with identifier: 7010279auction111140
2026-03-27 22:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51 with scrape type 1
2026-03-27 22:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010279%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623154%27 HTTP/1.1" 200 None
2026-03-27 22:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_000/780x0__r.jpg?hash=1774623154 not downloaded yet
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010279%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623154%27 HTTP/1.1" 200 None
2026-03-27 22:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_001/780x0__r.jpg?hash=1774623154 not downloaded yet
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010279%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623154%27 HTTP/1.1" 200 None
2026-03-27 22:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_002/780x0__r.jpg?hash=1774623154 not downloaded yet
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010279%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623154%27 HTTP/1.1" 200 None
2026-03-27 22:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_003/780x0__r.jpg?hash=1774623154 not downloaded yet
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010279%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623155%27 HTTP/1.1" 200 None
2026-03-27 22:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_004/780x0__r.jpg?hash=1774623155 not downloaded yet
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010279%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623155%27 HTTP/1.1" 200 None
2026-03-27 22:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_005/780x0__r.jpg?hash=1774623155 not downloaded yet
2026-03-27 22:11:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff
2026-03-27 22:11:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010237> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_002/780x0__r.jpg?hash=1774622162> (referer: https://ecarstrade.com/cars/7010142)
2026-03-27 22:11:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:46 [ecarstrade.be] INFO: Extracting details for car 7010237auction111140
2026-03-27 22:11:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with identifier: 7010237auction111140
2026-03-27 22:11:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with scrape type 1
2026-03-27 22:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010237%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622776%27 HTTP/1.1" 200 None
2026-03-27 22:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_000/780x0__r.jpg?hash=1774622776 not downloaded yet
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010237%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622776%27 HTTP/1.1" 200 None
2026-03-27 22:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_001/780x0__r.jpg?hash=1774622776 not downloaded yet
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010237%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622776%27 HTTP/1.1" 200 None
2026-03-27 22:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_002/780x0__r.jpg?hash=1774622776 not downloaded yet
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010237%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622776%27 HTTP/1.1" 200 None
2026-03-27 22:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_003/780x0__r.jpg?hash=1774622776 not downloaded yet
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010237%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622777%27 HTTP/1.1" 200 None
2026-03-27 22:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_004/780x0__r.jpg?hash=1774622777 not downloaded yet
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010237%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622777%27 HTTP/1.1" 200 None
2026-03-27 22:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_005/780x0__r.jpg?hash=1774622777 not downloaded yet
2026-03-27 22:11:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff
2026-03-27 22:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010246> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_001/780x0__r.jpg?hash=1774622162> (referer: https://ecarstrade.com/cars/7010142)
2026-03-27 22:11:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:51 [ecarstrade.be] INFO: Extracting details for car 7010246auction111140
2026-03-27 22:11:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8574389-d315-541e-92c7-d05e01f2ee2b with identifier: 7010246auction111140
2026-03-27 22:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8574389-d315-541e-92c7-d05e01f2ee2b with scrape type 1
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e8574389-d315-541e-92c7-d05e01f2ee2b
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010246%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622940%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_000/780x0__r.jpg?hash=1774622940 not downloaded yet
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010246%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622940%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_001/780x0__r.jpg?hash=1774622940 not downloaded yet
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010246%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622941%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_002/780x0__r.jpg?hash=1774622941 not downloaded yet
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010246%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622941%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_003/780x0__r.jpg?hash=1774622941 not downloaded yet
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010246%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622941%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_004/780x0__r.jpg?hash=1774622941 not downloaded yet
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010246%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622941%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_005/780x0__r.jpg?hash=1774622941 not downloaded yet
2026-03-27 22:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010121> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_000/780x0__r.jpg?hash=1774622162> (referer: https://ecarstrade.com/cars/7010142)
2026-03-27 22:11:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:51 [ecarstrade.be] INFO: Extracting details for car 7010121auction111140
2026-03-27 22:11:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11fd1662-f3dc-5829-987e-34e450712fb0 with identifier: 7010121auction111140
2026-03-27 22:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11fd1662-f3dc-5829-987e-34e450712fb0 with scrape type 1
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 11fd1662-f3dc-5829-987e-34e450712fb0
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010121%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622050%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_000/780x0__r.jpg?hash=1774622050 not downloaded yet
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010121%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622050%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_001/780x0__r.jpg?hash=1774622050 not downloaded yet
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010121%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622050%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_002/780x0__r.jpg?hash=1774622050 not downloaded yet
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010121%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622050%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_003/780x0__r.jpg?hash=1774622050 not downloaded yet
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010121%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622050%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_004/780x0__r.jpg?hash=1774622050 not downloaded yet
2026-03-27 22:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010606> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010121%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622050%27 HTTP/1.1" 200 None
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_005/780x0__r.jpg?hash=1774622050 not downloaded yet
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff
2026-03-27 22:11:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff, skipping ID generation
2026-03-27 22:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff with scrape type 1
2026-03-27 22:11:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff sending to next pipeline
2026-03-27 22:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff, identifier: 7010142auction111140
2026-03-27 22:11:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff with identifier: 7010142auction111140
2026-03-27 22:11:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff with identifier: 7010142auction111140
2026-03-27 22:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a96e7e0-5686-5931-9b7d-4d5ac15a51ff with identifier: 7010142auction111140 to the API
2026-03-27 22:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11: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 22:11:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010142/photo_000/780x0__r.jpg?hash=1774622162>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '0a96e7e0-5686-5931-9b7d-4d5ac15a51ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010142',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 74457,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-08',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI E-TRON 95 kWh 55 Quattro Advanced',
'transmission': 'automatic',
'trim': 'AUDI 95 kWh 55 Quattro Advanced',
'vin': None,
'year': 2021}
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010142auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [ecarstrade.be] INFO: Saving data for 7010142auction111140: {'created_time': 1774649512.012932, 'last_price_update_time': 1774649512.012942, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010142auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:52 [ecarstrade.be] INFO: Extracting details for car 7010606auction111140
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_005/780x0__r.jpg?hash=1774622279> (referer: https://ecarstrade.com/cars/7010161)
2026-03-27 22:11:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010138> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3de5733-d03a-5514-889d-086a9fa5a69d with identifier: 7010606auction111140
2026-03-27 22:11:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3de5733-d03a-5514-889d-086a9fa5a69d with scrape type 1
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c3de5733-d03a-5514-889d-086a9fa5a69d
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010606%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626070%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_000/780x0__r.jpg?hash=1774626070 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010606%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626070%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_001/780x0__r.jpg?hash=1774626070 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010606%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626070%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_002/780x0__r.jpg?hash=1774626070 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010606%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626070%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_003/780x0__r.jpg?hash=1774626070 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010606%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626070%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_004/780x0__r.jpg?hash=1774626070 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010606%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626070%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_005/780x0__r.jpg?hash=1774626070 not downloaded yet
2026-03-27 22:11:52 [ecarstrade.be] INFO: Extracting details for car 7010138auction111140
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_005/780x0__r.jpg?hash=1774623155> (referer: https://ecarstrade.com/cars/7010279)
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ae8d4346-27f8-5256-80f1-db8383725469
2026-03-27 22:11:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 847db2c3-74cf-53c6-9328-0d3812690faa with identifier: 7010138auction111140
2026-03-27 22:11:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 847db2c3-74cf-53c6-9328-0d3812690faa with scrape type 1
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 847db2c3-74cf-53c6-9328-0d3812690faa
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010138%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622145%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_000/780x0__r.jpg?hash=1774622145 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010138%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622145%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_001/780x0__r.jpg?hash=1774622145 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010138%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622145%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_002/780x0__r.jpg?hash=1774622145 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010138%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622145%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_003/780x0__r.jpg?hash=1774622145 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010138%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622145%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_004/780x0__r.jpg?hash=1774622145 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010138%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622145%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_005/780x0__r.jpg?hash=1774622145 not downloaded yet
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010535> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_004/780x0__r.jpg?hash=1774623155> (referer: https://ecarstrade.com/cars/7010279)
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_005/780x0__r.jpg?hash=1774622777> (referer: https://ecarstrade.com/cars/7010237)
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_004/780x0__r.jpg?hash=1774622777> (referer: https://ecarstrade.com/cars/7010237)
2026-03-27 22:11:52 [ecarstrade.be] INFO: Extracting details for car 7010535auction111140
2026-03-27 22:11:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 319430f7-01b2-568b-8bb0-0191cacaf8f8 with identifier: 7010535auction111140
2026-03-27 22:11:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 319430f7-01b2-568b-8bb0-0191cacaf8f8 with scrape type 1
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 319430f7-01b2-568b-8bb0-0191cacaf8f8
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010535%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625235%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_000/780x0__r.jpg?hash=1774625235 not downloaded yet
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010535%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625235%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_001/780x0__r.jpg?hash=1774625235 not downloaded yet
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_005/780x0__r.jpg?hash=1774622941> (referer: https://ecarstrade.com/cars/7010246)
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_004/780x0__r.jpg?hash=1774622941> (referer: https://ecarstrade.com/cars/7010246)
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010535%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625235%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_002/780x0__r.jpg?hash=1774625235 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010535%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625235%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_003/780x0__r.jpg?hash=1774625235 not downloaded yet
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010535%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625235%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_004/780x0__r.jpg?hash=1774625235 not downloaded yet
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010535%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625235%27 HTTP/1.1" 200 None
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_005/780x0__r.jpg?hash=1774625235 not downloaded yet
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_004/780x0__r.jpg?hash=1774622050> (referer: https://ecarstrade.com/cars/7010121)
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_005/780x0__r.jpg?hash=1774622050> (referer: https://ecarstrade.com/cars/7010121)
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e8574389-d315-541e-92c7-d05e01f2ee2b
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e8574389-d315-541e-92c7-d05e01f2ee2b
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_003/780x0__r.jpg?hash=1774622050> (referer: https://ecarstrade.com/cars/7010121)
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_005/780x0__r.jpg?hash=1774626070> (referer: https://ecarstrade.com/cars/7010606)
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_005/780x0__r.jpg?hash=1774622145> (referer: https://ecarstrade.com/cars/7010138)
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 11fd1662-f3dc-5829-987e-34e450712fb0
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 11fd1662-f3dc-5829-987e-34e450712fb0
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 11fd1662-f3dc-5829-987e-34e450712fb0
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_004/780x0__r.jpg?hash=1774622145> (referer: https://ecarstrade.com/cars/7010138)
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c3de5733-d03a-5514-889d-086a9fa5a69d
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_003/780x0__r.jpg?hash=1774622145> (referer: https://ecarstrade.com/cars/7010138)
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_002/780x0__r.jpg?hash=1774622145> (referer: https://ecarstrade.com/cars/7010138)
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 847db2c3-74cf-53c6-9328-0d3812690faa
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 847db2c3-74cf-53c6-9328-0d3812690faa
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_001/780x0__r.jpg?hash=1774625235> (referer: https://ecarstrade.com/cars/7010535)
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_000/780x0__r.jpg?hash=1774625235> (referer: https://ecarstrade.com/cars/7010535)
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 847db2c3-74cf-53c6-9328-0d3812690faa
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 847db2c3-74cf-53c6-9328-0d3812690faa
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_005/780x0__r.jpg?hash=1774625235> (referer: https://ecarstrade.com/cars/7010535)
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_004/780x0__r.jpg?hash=1774625235> (referer: https://ecarstrade.com/cars/7010535)
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 319430f7-01b2-568b-8bb0-0191cacaf8f8
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 319430f7-01b2-568b-8bb0-0191cacaf8f8
2026-03-27 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_003/780x0__r.jpg?hash=1774625235> (referer: https://ecarstrade.com/cars/7010535)
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 319430f7-01b2-568b-8bb0-0191cacaf8f8
2026-03-27 22:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 319430f7-01b2-568b-8bb0-0191cacaf8f8
2026-03-27 22:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_001/780x0__r.jpg?hash=1774622145> (referer: https://ecarstrade.com/cars/7010138)
2026-03-27 22:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_002/780x0__r.jpg?hash=1774625235> (referer: https://ecarstrade.com/cars/7010535)
2026-03-27 22:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 319430f7-01b2-568b-8bb0-0191cacaf8f8
2026-03-27 22:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_000/780x0__r.jpg?hash=1774622145> (referer: https://ecarstrade.com/cars/7010138)
2026-03-27 22:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_004/780x0__r.jpg?hash=1774626070> (referer: https://ecarstrade.com/cars/7010606)
2026-03-27 22:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_002/780x0__r.jpg?hash=1774626070> (referer: https://ecarstrade.com/cars/7010606)
2026-03-27 22:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 847db2c3-74cf-53c6-9328-0d3812690faa
2026-03-27 22:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_003/780x0__r.jpg?hash=1774626070> (referer: https://ecarstrade.com/cars/7010606)
2026-03-27 22:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 319430f7-01b2-568b-8bb0-0191cacaf8f8
2026-03-27 22:11:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 319430f7-01b2-568b-8bb0-0191cacaf8f8, skipping ID generation
2026-03-27 22:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 319430f7-01b2-568b-8bb0-0191cacaf8f8 with scrape type 1
2026-03-27 22:11:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 319430f7-01b2-568b-8bb0-0191cacaf8f8 sending to next pipeline
2026-03-27 22:11:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 319430f7-01b2-568b-8bb0-0191cacaf8f8, identifier: 7010535auction111140
2026-03-27 22:11:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 319430f7-01b2-568b-8bb0-0191cacaf8f8 with identifier: 7010535auction111140
2026-03-27 22:11:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 319430f7-01b2-568b-8bb0-0191cacaf8f8 with identifier: 7010535auction111140
2026-03-27 22:11:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 319430f7-01b2-568b-8bb0-0191cacaf8f8 with identifier: 7010535auction111140 to the API
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:53 [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 22:11:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010535/photo_002/780x0__r.jpg?hash=1774625235>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '319430f7-01b2-568b-8bb0-0191cacaf8f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010535',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Megane',
'odometer': 38448,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-03',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE BERLINE 1.6 E-TECH 160 PHEV INTENS',
'transmission': 'automatic',
'trim': 'RENAULT MEGANE BERLINE 1.6 E-TECH 160 PHEV INTENS',
'vin': None,
'year': 2022}
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010535auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:53 [ecarstrade.be] INFO: Saving data for 7010535auction111140: {'created_time': 1774649513.562439, 'last_price_update_time': 1774649513.562449, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010535auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_000/780x0__r.jpg?hash=1774626070> (referer: https://ecarstrade.com/cars/7010606)
2026-03-27 22:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_001/780x0__r.jpg?hash=1774626070> (referer: https://ecarstrade.com/cars/7010606)
2026-03-27 22:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 847db2c3-74cf-53c6-9328-0d3812690faa
2026-03-27 22:11:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 847db2c3-74cf-53c6-9328-0d3812690faa, skipping ID generation
2026-03-27 22:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 847db2c3-74cf-53c6-9328-0d3812690faa with scrape type 1
2026-03-27 22:11:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 847db2c3-74cf-53c6-9328-0d3812690faa sending to next pipeline
2026-03-27 22:11:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 847db2c3-74cf-53c6-9328-0d3812690faa, identifier: 7010138auction111140
2026-03-27 22:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c3de5733-d03a-5514-889d-086a9fa5a69d
2026-03-27 22:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c3de5733-d03a-5514-889d-086a9fa5a69d
2026-03-27 22:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c3de5733-d03a-5514-889d-086a9fa5a69d
2026-03-27 22:11:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 847db2c3-74cf-53c6-9328-0d3812690faa with identifier: 7010138auction111140
2026-03-27 22:11:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 847db2c3-74cf-53c6-9328-0d3812690faa with identifier: 7010138auction111140
2026-03-27 22:11:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 847db2c3-74cf-53c6-9328-0d3812690faa with identifier: 7010138auction111140 to the API
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:53 [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 22:11:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010138/photo_000/780x0__r.jpg?hash=1774622145>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '847db2c3-74cf-53c6-9328-0d3812690faa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010138',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A6',
'odometer': 202816,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-28',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 AVANT DIESEL - 2018 35 TDi Business Edition Sport S tronic',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2018 35 TDi Business Edition Sport S tronic',
'vin': None,
'year': 2020}
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010138auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:53 [ecarstrade.be] INFO: Saving data for 7010138auction111140: {'created_time': 1774649513.976945, 'last_price_update_time': 1774649513.976956, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010138auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_001/780x0__r.jpg?hash=1774622050> (referer: https://ecarstrade.com/cars/7010121)
2026-03-27 22:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_002/780x0__r.jpg?hash=1774622050> (referer: https://ecarstrade.com/cars/7010121)
2026-03-27 22:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010481> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c3de5733-d03a-5514-889d-086a9fa5a69d
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c3de5733-d03a-5514-889d-086a9fa5a69d
2026-03-27 22:11:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c3de5733-d03a-5514-889d-086a9fa5a69d, skipping ID generation
2026-03-27 22:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3de5733-d03a-5514-889d-086a9fa5a69d with scrape type 1
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c3de5733-d03a-5514-889d-086a9fa5a69d sending to next pipeline
2026-03-27 22:11:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c3de5733-d03a-5514-889d-086a9fa5a69d, identifier: 7010606auction111140
2026-03-27 22:11:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c3de5733-d03a-5514-889d-086a9fa5a69d with identifier: 7010606auction111140
2026-03-27 22:11:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c3de5733-d03a-5514-889d-086a9fa5a69d with identifier: 7010606auction111140
2026-03-27 22:11:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c3de5733-d03a-5514-889d-086a9fa5a69d with identifier: 7010606auction111140 to the API
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:54 [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 22:11:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010606/photo_001/780x0__r.jpg?hash=1774626070>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c3de5733-d03a-5514-889d-086a9fa5a69d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010606',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 116144,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T3 MOMENTUM PRO AUTO',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T3 MOMENTUM PRO AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010606auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:54 [ecarstrade.be] INFO: Saving data for 7010606auction111140: {'created_time': 1774649514.425672, 'last_price_update_time': 1774649514.425682, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010606auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_000/780x0__r.jpg?hash=1774622050> (referer: https://ecarstrade.com/cars/7010121)
2026-03-27 22:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_002/780x0__r.jpg?hash=1774622941> (referer: https://ecarstrade.com/cars/7010246)
2026-03-27 22:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_003/780x0__r.jpg?hash=1774622941> (referer: https://ecarstrade.com/cars/7010246)
2026-03-27 22:11:54 [ecarstrade.be] INFO: Extracting details for car 7010481auction111140
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 11fd1662-f3dc-5829-987e-34e450712fb0
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 11fd1662-f3dc-5829-987e-34e450712fb0
2026-03-27 22:11:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36d4ba75-2951-5c35-a61e-2d5195205a52 with identifier: 7010481auction111140
2026-03-27 22:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36d4ba75-2951-5c35-a61e-2d5195205a52 with scrape type 1
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 36d4ba75-2951-5c35-a61e-2d5195205a52
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010481%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624240%27 HTTP/1.1" 200 None
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_000/780x0__r.jpg?hash=1774624240 not downloaded yet
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010481%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624240%27 HTTP/1.1" 200 None
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_001/780x0__r.jpg?hash=1774624240 not downloaded yet
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010481%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624240%27 HTTP/1.1" 200 None
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_002/780x0__r.jpg?hash=1774624240 not downloaded yet
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010481%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624240%27 HTTP/1.1" 200 None
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_003/780x0__r.jpg?hash=1774624240 not downloaded yet
2026-03-27 22:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_000/780x0__r.jpg?hash=1774622940> (referer: https://ecarstrade.com/cars/7010246)
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010481%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624240%27 HTTP/1.1" 200 None
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_004/780x0__r.jpg?hash=1774624240 not downloaded yet
2026-03-27 22:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_003/780x0__r.jpg?hash=1774622776> (referer: https://ecarstrade.com/cars/7010237)
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010481%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624241%27 HTTP/1.1" 200 None
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_005/780x0__r.jpg?hash=1774624241 not downloaded yet
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 11fd1662-f3dc-5829-987e-34e450712fb0
2026-03-27 22:11:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11fd1662-f3dc-5829-987e-34e450712fb0, skipping ID generation
2026-03-27 22:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11fd1662-f3dc-5829-987e-34e450712fb0 with scrape type 1
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11fd1662-f3dc-5829-987e-34e450712fb0 sending to next pipeline
2026-03-27 22:11:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11fd1662-f3dc-5829-987e-34e450712fb0, identifier: 7010121auction111140
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e8574389-d315-541e-92c7-d05e01f2ee2b
2026-03-27 22:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e8574389-d315-541e-92c7-d05e01f2ee2b
2026-03-27 22:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_001/780x0__r.jpg?hash=1774622940> (referer: https://ecarstrade.com/cars/7010246)
2026-03-27 22:11:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11fd1662-f3dc-5829-987e-34e450712fb0 with identifier: 7010121auction111140
2026-03-27 22:11:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11fd1662-f3dc-5829-987e-34e450712fb0 with identifier: 7010121auction111140
2026-03-27 22:11:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11fd1662-f3dc-5829-987e-34e450712fb0 with identifier: 7010121auction111140 to the API
2026-03-27 22:11:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:54 [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 22:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010121/photo_000/780x0__r.jpg?hash=1774622050>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '11fd1662-f3dc-5829-987e-34e450712fb0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010121',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A5',
'odometer': 198966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 35 TDI S TRONIC BUS. ED.',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 2.0 35 TDI S TRONIC BUS. ED.',
'vin': None,
'year': 2021}
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010121auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:55 [ecarstrade.be] INFO: Saving data for 7010121auction111140: {'created_time': 1774649515.019539, 'last_price_update_time': 1774649515.019549, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010121auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_002/780x0__r.jpg?hash=1774622776> (referer: https://ecarstrade.com/cars/7010237)
2026-03-27 22:11:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_001/780x0__r.jpg?hash=1774622776> (referer: https://ecarstrade.com/cars/7010237)
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e8574389-d315-541e-92c7-d05e01f2ee2b
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e8574389-d315-541e-92c7-d05e01f2ee2b
2026-03-27 22:11:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8574389-d315-541e-92c7-d05e01f2ee2b, skipping ID generation
2026-03-27 22:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8574389-d315-541e-92c7-d05e01f2ee2b with scrape type 1
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8574389-d315-541e-92c7-d05e01f2ee2b sending to next pipeline
2026-03-27 22:11:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8574389-d315-541e-92c7-d05e01f2ee2b, identifier: 7010246auction111140
2026-03-27 22:11:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_002/780x0__r.jpg?hash=1774623154> (referer: https://ecarstrade.com/cars/7010279)
2026-03-27 22:11:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_000/780x0__r.jpg?hash=1774622776> (referer: https://ecarstrade.com/cars/7010237)
2026-03-27 22:11:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_003/780x0__r.jpg?hash=1774623154> (referer: https://ecarstrade.com/cars/7010279)
2026-03-27 22:11:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8574389-d315-541e-92c7-d05e01f2ee2b with identifier: 7010246auction111140
2026-03-27 22:11:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8574389-d315-541e-92c7-d05e01f2ee2b with identifier: 7010246auction111140
2026-03-27 22:11:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8574389-d315-541e-92c7-d05e01f2ee2b with identifier: 7010246auction111140 to the API
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:55 [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 22:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010246/photo_001/780x0__r.jpg?hash=1774622940>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e8574389-d315-541e-92c7-d05e01f2ee2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010246',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 130013,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-11',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS7 CROSSBACK 1.6 E-TENSE 4x4 Grand Chic (EU6.3)',
'transmission': 'automatic',
'trim': 'DS AUTOMOBILES DS7 CROSSBK 1.6 E-TENSE 4x4 Grand Chic (EU6.3)',
'vin': None,
'year': 2020}
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010246auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:55 [ecarstrade.be] INFO: Saving data for 7010246auction111140: {'created_time': 1774649515.566255, 'last_price_update_time': 1774649515.566265, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010246auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e
2026-03-27 22:11:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e, skipping ID generation
2026-03-27 22:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with scrape type 1
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e sending to next pipeline
2026-03-27 22:11:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e, identifier: 7010237auction111140
2026-03-27 22:11:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51
2026-03-27 22:11:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with identifier: 7010237auction111140
2026-03-27 22:11:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with identifier: 7010237auction111140
2026-03-27 22:11:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e with identifier: 7010237auction111140 to the API
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:55 [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 22:11:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010237/photo_000/780x0__r.jpg?hash=1774622776>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '13f6f3ac-d61c-56ce-bca8-d454a7c8bc6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010237',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X3',
'odometer': 175679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 SDRIVE18D (110KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 SDRIVE18D (110KW) AUTO',
'vin': None,
'year': 2021}
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010237auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:55 [ecarstrade.be] INFO: Saving data for 7010237auction111140: {'created_time': 1774649515.969922, 'last_price_update_time': 1774649515.969931, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010237auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_001/780x0__r.jpg?hash=1774623154> (referer: https://ecarstrade.com/cars/7010279)
2026-03-27 22:11:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_000/780x0__r.jpg?hash=1774623154> (referer: https://ecarstrade.com/cars/7010279)
2026-03-27 22:11:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_004/780x0__r.jpg?hash=1774622279> (referer: https://ecarstrade.com/cars/7010161)
2026-03-27 22:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_003/780x0__r.jpg?hash=1774624240> (referer: https://ecarstrade.com/cars/7010481)
2026-03-27 22:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_004/780x0__r.jpg?hash=1774624240> (referer: https://ecarstrade.com/cars/7010481)
2026-03-27 22:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_005/780x0__r.jpg?hash=1774624241> (referer: https://ecarstrade.com/cars/7010481)
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51
2026-03-27 22:11:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51, skipping ID generation
2026-03-27 22:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51 with scrape type 1
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51 sending to next pipeline
2026-03-27 22:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51, identifier: 7010279auction111140
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ae8d4346-27f8-5256-80f1-db8383725469
2026-03-27 22:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51 with identifier: 7010279auction111140
2026-03-27 22:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51 with identifier: 7010279auction111140
2026-03-27 22:11:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51 with identifier: 7010279auction111140 to the API
2026-03-27 22:11:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:56 [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 22:11:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010279/photo_000/780x0__r.jpg?hash=1774623154>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '48a3b55a-8de2-5bd6-9a11-6dc24dbfbd51',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010279',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 58219,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 180 BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS 1.3 BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-27 22:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010279auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:56 [ecarstrade.be] INFO: Saving data for 7010279auction111140: {'created_time': 1774649516.499279, 'last_price_update_time': 1774649516.499288, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010279auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_002/780x0__r.jpg?hash=1774624240> (referer: https://ecarstrade.com/cars/7010481)
2026-03-27 22:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_000/780x0__r.jpg?hash=1774624240> (referer: https://ecarstrade.com/cars/7010481)
2026-03-27 22:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_001/780x0__r.jpg?hash=1774624240> (referer: https://ecarstrade.com/cars/7010481)
2026-03-27 22:11:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 36d4ba75-2951-5c35-a61e-2d5195205a52
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 36d4ba75-2951-5c35-a61e-2d5195205a52
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 36d4ba75-2951-5c35-a61e-2d5195205a52
2026-03-27 22:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_002/780x0__r.jpg?hash=1774622279> (referer: https://ecarstrade.com/cars/7010161)
2026-03-27 22:11:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 36d4ba75-2951-5c35-a61e-2d5195205a52
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 36d4ba75-2951-5c35-a61e-2d5195205a52
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 36d4ba75-2951-5c35-a61e-2d5195205a52
2026-03-27 22:11:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 36d4ba75-2951-5c35-a61e-2d5195205a52, skipping ID generation
2026-03-27 22:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36d4ba75-2951-5c35-a61e-2d5195205a52 with scrape type 1
2026-03-27 22:11:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 36d4ba75-2951-5c35-a61e-2d5195205a52 sending to next pipeline
2026-03-27 22:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36d4ba75-2951-5c35-a61e-2d5195205a52, identifier: 7010481auction111140
2026-03-27 22:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36d4ba75-2951-5c35-a61e-2d5195205a52 with identifier: 7010481auction111140
2026-03-27 22:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36d4ba75-2951-5c35-a61e-2d5195205a52 with identifier: 7010481auction111140
2026-03-27 22:11:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36d4ba75-2951-5c35-a61e-2d5195205a52 with identifier: 7010481auction111140 to the API
2026-03-27 22:11:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:56 [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 22:11:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010481/photo_001/780x0__r.jpg?hash=1774624240>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '36d4ba75-2951-5c35-a61e-2d5195205a52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010481',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 209182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-18',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLB DIESEL (X247) GLB 200 d Business Solution',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLASS GLB DIESEL (X247) d Business Solution',
'vin': None,
'year': 2021}
2026-03-27 22:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010481auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:57 [ecarstrade.be] INFO: Saving data for 7010481auction111140: {'created_time': 1774649517.067865, 'last_price_update_time': 1774649517.067876, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010481auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ae8d4346-27f8-5256-80f1-db8383725469
2026-03-27 22:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010245> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_001/780x0__r.jpg?hash=1774622278> (referer: https://ecarstrade.com/cars/7010161)
2026-03-27 22:11:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:57 [ecarstrade.be] INFO: Extracting details for car 7010245auction111140
2026-03-27 22:11:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30a9d6d9-3f05-57fe-9d76-3092bc3ba202 with identifier: 7010245auction111140
2026-03-27 22:11:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202 with scrape type 1
2026-03-27 22:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202
2026-03-27 22:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010245%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622924%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_000/780x0__r.jpg?hash=1774622924 not downloaded yet
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010245%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622924%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_001/780x0__r.jpg?hash=1774622924 not downloaded yet
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010245%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622924%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_002/780x0__r.jpg?hash=1774622924 not downloaded yet
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010245%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622924%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_003/780x0__r.jpg?hash=1774622924 not downloaded yet
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010245%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622924%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_004/780x0__r.jpg?hash=1774622924 not downloaded yet
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ae8d4346-27f8-5256-80f1-db8383725469
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010245%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622924%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_005/780x0__r.jpg?hash=1774622924 not downloaded yet
2026-03-27 22:11:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010133> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_000/780x0__r.jpg?hash=1774622278> (referer: https://ecarstrade.com/cars/7010161)
2026-03-27 22:11:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:58 [ecarstrade.be] INFO: Extracting details for car 7010133auction111140
2026-03-27 22:11:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25abf5cd-d773-5302-a909-c1a34b1ac156 with identifier: 7010133auction111140
2026-03-27 22:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25abf5cd-d773-5302-a909-c1a34b1ac156 with scrape type 1
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 25abf5cd-d773-5302-a909-c1a34b1ac156
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010133%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622113%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_000/780x0__r.jpg?hash=1774622113 not downloaded yet
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010133%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622113%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_001/780x0__r.jpg?hash=1774622113 not downloaded yet
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010133%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622113%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_002/780x0__r.jpg?hash=1774622113 not downloaded yet
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010133%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622113%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_003/780x0__r.jpg?hash=1774622113 not downloaded yet
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010133%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622114%27 HTTP/1.1" 200 None
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_004/780x0__r.jpg?hash=1774622114 not downloaded yet
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ae8d4346-27f8-5256-80f1-db8383725469
2026-03-27 22:11:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae8d4346-27f8-5256-80f1-db8383725469, skipping ID generation
2026-03-27 22:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae8d4346-27f8-5256-80f1-db8383725469 with scrape type 1
2026-03-27 22:11:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ae8d4346-27f8-5256-80f1-db8383725469 sending to next pipeline
2026-03-27 22:11:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae8d4346-27f8-5256-80f1-db8383725469, identifier: 7010161auction111140
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010133%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622114%27 HTTP/1.1" 200 None
2026-03-27 22:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_005/780x0__r.jpg?hash=1774622114 not downloaded yet
2026-03-27 22:11:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae8d4346-27f8-5256-80f1-db8383725469 with identifier: 7010161auction111140
2026-03-27 22:11:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae8d4346-27f8-5256-80f1-db8383725469 with identifier: 7010161auction111140
2026-03-27 22:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae8d4346-27f8-5256-80f1-db8383725469 with identifier: 7010161auction111140 to the API
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:11:59 [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 22:11:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010161/photo_000/780x0__r.jpg?hash=1774622278>
{'auction_title': '',
'c_o_2_emission_value': 46,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ae8d4346-27f8-5256-80f1-db8383725469',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010161',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q5',
'odometer': 62631,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-02',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 - 2017 50 TFSi e PHEV Q Sport S tronic',
'transmission': 'automatic',
'trim': 'AUDI - 2017 50 TFSi e PHEV Q Sport S tronic',
'vin': None,
'year': 2020}
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010161auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:11:59 [ecarstrade.be] INFO: Saving data for 7010161auction111140: {'created_time': 1774649519.355295, 'last_price_update_time': 1774649519.355307, 'auction_closing_time': 1775121000.0}
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010161auction111140') HTTP/1.1" 204 0
2026-03-27 22:11:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010558> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:11:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:11:59 [ecarstrade.be] INFO: Extracting details for car 7010558auction111140
2026-03-27 22:11:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9703324-f771-589d-a5d4-05a5b4cdf4f2 with identifier: 7010558auction111140
2026-03-27 22:11:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9703324-f771-589d-a5d4-05a5b4cdf4f2 with scrape type 1
2026-03-27 22:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b9703324-f771-589d-a5d4-05a5b4cdf4f2
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010558%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625623%27 HTTP/1.1" 200 None
2026-03-27 22:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_000/780x0__r.jpg?hash=1774625623 not downloaded yet
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010558%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625623%27 HTTP/1.1" 200 None
2026-03-27 22:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_001/780x0__r.jpg?hash=1774625623 not downloaded yet
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010558%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625623%27 HTTP/1.1" 200 None
2026-03-27 22:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_002/780x0__r.jpg?hash=1774625623 not downloaded yet
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010558%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625623%27 HTTP/1.1" 200 None
2026-03-27 22:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_003/780x0__r.jpg?hash=1774625623 not downloaded yet
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010558%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625624%27 HTTP/1.1" 200 None
2026-03-27 22:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_004/780x0__r.jpg?hash=1774625624 not downloaded yet
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010558%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625624%27 HTTP/1.1" 200 None
2026-03-27 22:11:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_005/780x0__r.jpg?hash=1774625624 not downloaded yet
2026-03-27 22:12:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010604> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:03 [ecarstrade.be] INFO: Extracting details for car 7010604auction111140
2026-03-27 22:12:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed5ef27b-fc06-5b2c-9d35-6f3a76069f71 with identifier: 7010604auction111140
2026-03-27 22:12:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71 with scrape type 1
2026-03-27 22:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010604%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626067%27 HTTP/1.1" 200 None
2026-03-27 22:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_000/780x0__r.jpg?hash=1774626067 not downloaded yet
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010604%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626067%27 HTTP/1.1" 200 None
2026-03-27 22:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_001/780x0__r.jpg?hash=1774626067 not downloaded yet
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010604%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626068%27 HTTP/1.1" 200 None
2026-03-27 22:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_002/780x0__r.jpg?hash=1774626068 not downloaded yet
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010604%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626068%27 HTTP/1.1" 200 None
2026-03-27 22:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_003/780x0__r.jpg?hash=1774626068 not downloaded yet
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010604%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626068%27 HTTP/1.1" 200 None
2026-03-27 22:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_004/780x0__r.jpg?hash=1774626068 not downloaded yet
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010604%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626068%27 HTTP/1.1" 200 None
2026-03-27 22:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_005/780x0__r.jpg?hash=1774626068 not downloaded yet
2026-03-27 22:12:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010232> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:04 [ecarstrade.be] INFO: Extracting details for car 7010232auction111140
2026-03-27 22:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: febc84a6-6723-5076-b006-c4bfa38bfddf with identifier: 7010232auction111140
2026-03-27 22:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item febc84a6-6723-5076-b006-c4bfa38bfddf with scrape type 1
2026-03-27 22:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item febc84a6-6723-5076-b006-c4bfa38bfddf
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010232%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622699%27 HTTP/1.1" 200 None
2026-03-27 22:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_000/780x0__r.jpg?hash=1774622699 not downloaded yet
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010232%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622699%27 HTTP/1.1" 200 None
2026-03-27 22:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_001/780x0__r.jpg?hash=1774622699 not downloaded yet
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010232%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622699%27 HTTP/1.1" 200 None
2026-03-27 22:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_002/780x0__r.jpg?hash=1774622699 not downloaded yet
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010232%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622700%27 HTTP/1.1" 200 None
2026-03-27 22:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_003/780x0__r.jpg?hash=1774622700 not downloaded yet
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010232%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622701%27 HTTP/1.1" 200 None
2026-03-27 22:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_004/780x0__r.jpg?hash=1774622701 not downloaded yet
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010232%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622701%27 HTTP/1.1" 200 None
2026-03-27 22:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_005/780x0__r.jpg?hash=1774622701 not downloaded yet
2026-03-27 22:12:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010206> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:06 [ecarstrade.be] INFO: Extracting details for car 7010206auction111140
2026-03-27 22:12:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010518> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 672ec506-2b62-5b92-bf31-55c93052df47 with identifier: 7010206auction111140
2026-03-27 22:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 672ec506-2b62-5b92-bf31-55c93052df47 with scrape type 1
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 672ec506-2b62-5b92-bf31-55c93052df47
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010206%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622550%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_000/780x0__r.jpg?hash=1774622550 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010206%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622550%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_001/780x0__r.jpg?hash=1774622550 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010206%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622550%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_002/780x0__r.jpg?hash=1774622550 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010206%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622550%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_003/780x0__r.jpg?hash=1774622550 not downloaded yet
2026-03-27 22:12:06 [ecarstrade.be] INFO: Extracting details for car 7010518auction111140
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010206%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622550%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_004/780x0__r.jpg?hash=1774622550 not downloaded yet
2026-03-27 22:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6490c710-aa28-58a5-a753-f8c1cad7e1ac with identifier: 7010518auction111140
2026-03-27 22:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6490c710-aa28-58a5-a753-f8c1cad7e1ac with scrape type 1
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6490c710-aa28-58a5-a753-f8c1cad7e1ac
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010518%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624916%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_000/780x0__r.jpg?hash=1774624916 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010206%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622550%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_005/780x0__r.jpg?hash=1774622550 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010518%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624916%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_001/780x0__r.jpg?hash=1774624916 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010518%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624916%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_002/780x0__r.jpg?hash=1774624916 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010518%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624917%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_003/780x0__r.jpg?hash=1774624917 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010518%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624917%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_004/780x0__r.jpg?hash=1774624917 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010518%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624917%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_005/780x0__r.jpg?hash=1774624917 not downloaded yet
2026-03-27 22:12:06 [scrapy.extensions.logstats] INFO: Crawled 610 pages (at 47 pages/min), scraped 381 items (at 35 items/min)
2026-03-27 22:12:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:12:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010282> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:06 [ecarstrade.be] INFO: Extracting details for car 7010282auction111140
2026-03-27 22:12:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d07964f1-9ad4-5fcd-9f53-a17ee4d5b724 with identifier: 7010282auction111140
2026-03-27 22:12:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724 with scrape type 1
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010282%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623217%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_000/780x0__r.jpg?hash=1774623217 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010282%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623217%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_001/780x0__r.jpg?hash=1774623217 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010282%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623217%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_002/780x0__r.jpg?hash=1774623217 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010282%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623217%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_003/780x0__r.jpg?hash=1774623217 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010282%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623217%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_004/780x0__r.jpg?hash=1774623217 not downloaded yet
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010282%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623217%27 HTTP/1.1" 200 None
2026-03-27 22:12:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_005/780x0__r.jpg?hash=1774623217 not downloaded yet
2026-03-27 22:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010164> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:08 [ecarstrade.be] INFO: Extracting details for car 7010164auction111140
2026-03-27 22:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_005/780x0__r.jpg?hash=1774622924> (referer: https://ecarstrade.com/cars/7010245)
2026-03-27 22:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 227ea283-7399-5bb9-bec7-193e5185c288 with identifier: 7010164auction111140
2026-03-27 22:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 227ea283-7399-5bb9-bec7-193e5185c288 with scrape type 1
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 227ea283-7399-5bb9-bec7-193e5185c288
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010164%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622312%27 HTTP/1.1" 200 None
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_000/780x0__r.jpg?hash=1774622312 not downloaded yet
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010164%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622312%27 HTTP/1.1" 200 None
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_001/780x0__r.jpg?hash=1774622312 not downloaded yet
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010164%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622312%27 HTTP/1.1" 200 None
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_002/780x0__r.jpg?hash=1774622312 not downloaded yet
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010164%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622312%27 HTTP/1.1" 200 None
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_003/780x0__r.jpg?hash=1774622312 not downloaded yet
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010164%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622312%27 HTTP/1.1" 200 None
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_004/780x0__r.jpg?hash=1774622312 not downloaded yet
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010164%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622312%27 HTTP/1.1" 200 None
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_005/780x0__r.jpg?hash=1774622312 not downloaded yet
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202
2026-03-27 22:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_004/780x0__r.jpg?hash=1774622924> (referer: https://ecarstrade.com/cars/7010245)
2026-03-27 22:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_005/780x0__r.jpg?hash=1774622114> (referer: https://ecarstrade.com/cars/7010133)
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202
2026-03-27 22:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_005/780x0__r.jpg?hash=1774625624> (referer: https://ecarstrade.com/cars/7010558)
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 25abf5cd-d773-5302-a909-c1a34b1ac156
2026-03-27 22:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_005/780x0__r.jpg?hash=1774626068> (referer: https://ecarstrade.com/cars/7010604)
2026-03-27 22:12:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b9703324-f771-589d-a5d4-05a5b4cdf4f2
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_005/780x0__r.jpg?hash=1774622701> (referer: https://ecarstrade.com/cars/7010232)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_004/780x0__r.jpg?hash=1774622701> (referer: https://ecarstrade.com/cars/7010232)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item febc84a6-6723-5076-b006-c4bfa38bfddf
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_005/780x0__r.jpg?hash=1774624917> (referer: https://ecarstrade.com/cars/7010518)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item febc84a6-6723-5076-b006-c4bfa38bfddf
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_005/780x0__r.jpg?hash=1774623217> (referer: https://ecarstrade.com/cars/7010282)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6490c710-aa28-58a5-a753-f8c1cad7e1ac
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_004/780x0__r.jpg?hash=1774623217> (referer: https://ecarstrade.com/cars/7010282)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_005/780x0__r.jpg?hash=1774622312> (referer: https://ecarstrade.com/cars/7010164)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_004/780x0__r.jpg?hash=1774622312> (referer: https://ecarstrade.com/cars/7010164)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 227ea283-7399-5bb9-bec7-193e5185c288
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_003/780x0__r.jpg?hash=1774622312> (referer: https://ecarstrade.com/cars/7010164)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 227ea283-7399-5bb9-bec7-193e5185c288
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_002/780x0__r.jpg?hash=1774622312> (referer: https://ecarstrade.com/cars/7010164)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 227ea283-7399-5bb9-bec7-193e5185c288
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_001/780x0__r.jpg?hash=1774622312> (referer: https://ecarstrade.com/cars/7010164)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 227ea283-7399-5bb9-bec7-193e5185c288
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 227ea283-7399-5bb9-bec7-193e5185c288
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_000/780x0__r.jpg?hash=1774622312> (referer: https://ecarstrade.com/cars/7010164)
2026-03-27 22:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_003/780x0__r.jpg?hash=1774623217> (referer: https://ecarstrade.com/cars/7010282)
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 227ea283-7399-5bb9-bec7-193e5185c288
2026-03-27 22:12:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 227ea283-7399-5bb9-bec7-193e5185c288, skipping ID generation
2026-03-27 22:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 227ea283-7399-5bb9-bec7-193e5185c288 with scrape type 1
2026-03-27 22:12:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 227ea283-7399-5bb9-bec7-193e5185c288 sending to next pipeline
2026-03-27 22:12:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 227ea283-7399-5bb9-bec7-193e5185c288, identifier: 7010164auction111140
2026-03-27 22:12:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 227ea283-7399-5bb9-bec7-193e5185c288 with identifier: 7010164auction111140
2026-03-27 22:12:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 227ea283-7399-5bb9-bec7-193e5185c288 with identifier: 7010164auction111140
2026-03-27 22:12:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 227ea283-7399-5bb9-bec7-193e5185c288 with identifier: 7010164auction111140 to the API
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:10 [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 22:12:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010164/photo_000/780x0__r.jpg?hash=1774622312>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '227ea283-7399-5bb9-bec7-193e5185c288',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010164',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 36770,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116DA (85KW)',
'transmission': 'automatic',
'trim': '1 SERIES HATCH 1.5 DA (85KW)',
'vin': None,
'year': 2023}
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010164auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:10 [ecarstrade.be] INFO: Saving data for 7010164auction111140: {'created_time': 1774649530.409477, 'last_price_update_time': 1774649530.409487, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010164auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_002/780x0__r.jpg?hash=1774623217> (referer: https://ecarstrade.com/cars/7010282)
2026-03-27 22:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010203> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724
2026-03-27 22:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_001/780x0__r.jpg?hash=1774623217> (referer: https://ecarstrade.com/cars/7010282)
2026-03-27 22:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_000/780x0__r.jpg?hash=1774623217> (referer: https://ecarstrade.com/cars/7010282)
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724
2026-03-27 22:12:10 [ecarstrade.be] INFO: Extracting details for car 7010203auction111140
2026-03-27 22:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_004/780x0__r.jpg?hash=1774624917> (referer: https://ecarstrade.com/cars/7010518)
2026-03-27 22:12:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 892e6e64-f219-54eb-af16-151faa83cffa with identifier: 7010203auction111140
2026-03-27 22:12:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 892e6e64-f219-54eb-af16-151faa83cffa with scrape type 1
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 892e6e64-f219-54eb-af16-151faa83cffa
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010203%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622542%27 HTTP/1.1" 200 None
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_000/780x0__r.jpg?hash=1774622542 not downloaded yet
2026-03-27 22:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_003/780x0__r.jpg?hash=1774624917> (referer: https://ecarstrade.com/cars/7010518)
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010203%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622543%27 HTTP/1.1" 200 None
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_001/780x0__r.jpg?hash=1774622543 not downloaded yet
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010203%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622543%27 HTTP/1.1" 200 None
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_002/780x0__r.jpg?hash=1774622543 not downloaded yet
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724
2026-03-27 22:12:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d07964f1-9ad4-5fcd-9f53-a17ee4d5b724, skipping ID generation
2026-03-27 22:12:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724 with scrape type 1
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d07964f1-9ad4-5fcd-9f53-a17ee4d5b724 sending to next pipeline
2026-03-27 22:12:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d07964f1-9ad4-5fcd-9f53-a17ee4d5b724, identifier: 7010282auction111140
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010203%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622543%27 HTTP/1.1" 200 None
2026-03-27 22:12:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_003/780x0__r.jpg?hash=1774622543 not downloaded yet
2026-03-27 22:12:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d07964f1-9ad4-5fcd-9f53-a17ee4d5b724 with identifier: 7010282auction111140
2026-03-27 22:12:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d07964f1-9ad4-5fcd-9f53-a17ee4d5b724 with identifier: 7010282auction111140
2026-03-27 22:12:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d07964f1-9ad4-5fcd-9f53-a17ee4d5b724 with identifier: 7010282auction111140 to the API
2026-03-27 22:12:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:11 [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 22:12:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010282/photo_000/780x0__r.jpg?hash=1774623217>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd07964f1-9ad4-5fcd-9f53-a17ee4d5b724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010282',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 98522,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 2.0 CLA 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA 2.0 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010282auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:11 [ecarstrade.be] INFO: Saving data for 7010282auction111140: {'created_time': 1774649531.126831, 'last_price_update_time': 1774649531.126841, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010282auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_002/780x0__r.jpg?hash=1774624916> (referer: https://ecarstrade.com/cars/7010518)
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_001/780x0__r.jpg?hash=1774624916> (referer: https://ecarstrade.com/cars/7010518)
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010203%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622543%27 HTTP/1.1" 200 None
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_004/780x0__r.jpg?hash=1774622543 not downloaded yet
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010203%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622543%27 HTTP/1.1" 200 None
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_005/780x0__r.jpg?hash=1774622543 not downloaded yet
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6490c710-aa28-58a5-a753-f8c1cad7e1ac
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6490c710-aa28-58a5-a753-f8c1cad7e1ac
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_000/780x0__r.jpg?hash=1774624916> (referer: https://ecarstrade.com/cars/7010518)
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_005/780x0__r.jpg?hash=1774622550> (referer: https://ecarstrade.com/cars/7010206)
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6490c710-aa28-58a5-a753-f8c1cad7e1ac
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6490c710-aa28-58a5-a753-f8c1cad7e1ac
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_003/780x0__r.jpg?hash=1774622550> (referer: https://ecarstrade.com/cars/7010206)
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_004/780x0__r.jpg?hash=1774622550> (referer: https://ecarstrade.com/cars/7010206)
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6490c710-aa28-58a5-a753-f8c1cad7e1ac
2026-03-27 22:12:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6490c710-aa28-58a5-a753-f8c1cad7e1ac, skipping ID generation
2026-03-27 22:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6490c710-aa28-58a5-a753-f8c1cad7e1ac with scrape type 1
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6490c710-aa28-58a5-a753-f8c1cad7e1ac sending to next pipeline
2026-03-27 22:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6490c710-aa28-58a5-a753-f8c1cad7e1ac, identifier: 7010518auction111140
2026-03-27 22:12:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6490c710-aa28-58a5-a753-f8c1cad7e1ac with identifier: 7010518auction111140
2026-03-27 22:12:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6490c710-aa28-58a5-a753-f8c1cad7e1ac with identifier: 7010518auction111140
2026-03-27 22:12:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6490c710-aa28-58a5-a753-f8c1cad7e1ac with identifier: 7010518auction111140 to the API
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:11 [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 22:12:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010518/photo_000/780x0__r.jpg?hash=1774624916>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6490c710-aa28-58a5-a753-f8c1cad7e1ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010518',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '3008',
'odometer': 71948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.5 BLUEHDI S&S EAT8 GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.5 BLUEHDI S&S EAT8 GT',
'vin': None,
'year': 2023}
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010518auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:11 [ecarstrade.be] INFO: Saving data for 7010518auction111140: {'created_time': 1774649531.760722, 'last_price_update_time': 1774649531.760733, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010518auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_002/780x0__r.jpg?hash=1774622550> (referer: https://ecarstrade.com/cars/7010206)
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_001/780x0__r.jpg?hash=1774622550> (referer: https://ecarstrade.com/cars/7010206)
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 672ec506-2b62-5b92-bf31-55c93052df47
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 672ec506-2b62-5b92-bf31-55c93052df47
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 672ec506-2b62-5b92-bf31-55c93052df47
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_000/780x0__r.jpg?hash=1774622550> (referer: https://ecarstrade.com/cars/7010206)
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_000/780x0__r.jpg?hash=1774622542> (referer: https://ecarstrade.com/cars/7010203)
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010112> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 672ec506-2b62-5b92-bf31-55c93052df47
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 672ec506-2b62-5b92-bf31-55c93052df47
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_005/780x0__r.jpg?hash=1774622543> (referer: https://ecarstrade.com/cars/7010203)
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_003/780x0__r.jpg?hash=1774622543> (referer: https://ecarstrade.com/cars/7010203)
2026-03-27 22:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_002/780x0__r.jpg?hash=1774622543> (referer: https://ecarstrade.com/cars/7010203)
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 672ec506-2b62-5b92-bf31-55c93052df47
2026-03-27 22:12:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 672ec506-2b62-5b92-bf31-55c93052df47, skipping ID generation
2026-03-27 22:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 672ec506-2b62-5b92-bf31-55c93052df47 with scrape type 1
2026-03-27 22:12:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 672ec506-2b62-5b92-bf31-55c93052df47 sending to next pipeline
2026-03-27 22:12:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 672ec506-2b62-5b92-bf31-55c93052df47, identifier: 7010206auction111140
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 892e6e64-f219-54eb-af16-151faa83cffa
2026-03-27 22:12:12 [ecarstrade.be] INFO: Extracting details for car 7010112auction111140
2026-03-27 22:12:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 672ec506-2b62-5b92-bf31-55c93052df47 with identifier: 7010206auction111140
2026-03-27 22:12:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 672ec506-2b62-5b92-bf31-55c93052df47 with identifier: 7010206auction111140
2026-03-27 22:12:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 672ec506-2b62-5b92-bf31-55c93052df47 with identifier: 7010206auction111140 to the API
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:12 [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 22:12:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010206/photo_000/780x0__r.jpg?hash=1774622550>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '672ec506-2b62-5b92-bf31-55c93052df47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010206',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 65277,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3-serie 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '3-serie 2.0 E TOURING',
'vin': None,
'year': 2022}
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010206auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:12 [ecarstrade.be] INFO: Saving data for 7010206auction111140: {'created_time': 1774649532.415073, 'last_price_update_time': 1774649532.415084, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010206auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_004/780x0__r.jpg?hash=1774622543> (referer: https://ecarstrade.com/cars/7010203)
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_001/780x0__r.jpg?hash=1774622543> (referer: https://ecarstrade.com/cars/7010203)
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_003/780x0__r.jpg?hash=1774622700> (referer: https://ecarstrade.com/cars/7010232)
2026-03-27 22:12:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5929294-16fd-59e1-b462-166ed5b6330a with identifier: 7010112auction111140
2026-03-27 22:12:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5929294-16fd-59e1-b462-166ed5b6330a with scrape type 1
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b5929294-16fd-59e1-b462-166ed5b6330a
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010112%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621987%27 HTTP/1.1" 200 None
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_000/780x0__r.jpg?hash=1774621987 not downloaded yet
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 892e6e64-f219-54eb-af16-151faa83cffa
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 892e6e64-f219-54eb-af16-151faa83cffa
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 892e6e64-f219-54eb-af16-151faa83cffa
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010112%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621987%27 HTTP/1.1" 200 None
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_001/780x0__r.jpg?hash=1774621987 not downloaded yet
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010112%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621987%27 HTTP/1.1" 200 None
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_002/780x0__r.jpg?hash=1774621987 not downloaded yet
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010112%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621987%27 HTTP/1.1" 200 None
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_003/780x0__r.jpg?hash=1774621987 not downloaded yet
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010112%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621987%27 HTTP/1.1" 200 None
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_004/780x0__r.jpg?hash=1774621987 not downloaded yet
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_000/780x0__r.jpg?hash=1774622699> (referer: https://ecarstrade.com/cars/7010232)
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_002/780x0__r.jpg?hash=1774622699> (referer: https://ecarstrade.com/cars/7010232)
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010112%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621987%27 HTTP/1.1" 200 None
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_005/780x0__r.jpg?hash=1774621987 not downloaded yet
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_001/780x0__r.jpg?hash=1774622699> (referer: https://ecarstrade.com/cars/7010232)
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 892e6e64-f219-54eb-af16-151faa83cffa
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 892e6e64-f219-54eb-af16-151faa83cffa
2026-03-27 22:12:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 892e6e64-f219-54eb-af16-151faa83cffa, skipping ID generation
2026-03-27 22:12:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 892e6e64-f219-54eb-af16-151faa83cffa with scrape type 1
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 892e6e64-f219-54eb-af16-151faa83cffa sending to next pipeline
2026-03-27 22:12:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 892e6e64-f219-54eb-af16-151faa83cffa, identifier: 7010203auction111140
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item febc84a6-6723-5076-b006-c4bfa38bfddf
2026-03-27 22:12:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 892e6e64-f219-54eb-af16-151faa83cffa with identifier: 7010203auction111140
2026-03-27 22:12:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 892e6e64-f219-54eb-af16-151faa83cffa with identifier: 7010203auction111140
2026-03-27 22:12:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 892e6e64-f219-54eb-af16-151faa83cffa with identifier: 7010203auction111140 to the API
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:12 [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 22:12:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010203/photo_001/780x0__r.jpg?hash=1774622543>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '892e6e64-f219-54eb-af16-151faa83cffa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010203',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 104968,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E TOURING',
'vin': None,
'year': 2022}
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010203auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:12 [ecarstrade.be] INFO: Saving data for 7010203auction111140: {'created_time': 1774649532.960819, 'last_price_update_time': 1774649532.960829, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010203auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_004/780x0__r.jpg?hash=1774626068> (referer: https://ecarstrade.com/cars/7010604)
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_003/780x0__r.jpg?hash=1774626068> (referer: https://ecarstrade.com/cars/7010604)
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_002/780x0__r.jpg?hash=1774626068> (referer: https://ecarstrade.com/cars/7010604)
2026-03-27 22:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010506> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item febc84a6-6723-5076-b006-c4bfa38bfddf
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item febc84a6-6723-5076-b006-c4bfa38bfddf
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item febc84a6-6723-5076-b006-c4bfa38bfddf
2026-03-27 22:12:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: febc84a6-6723-5076-b006-c4bfa38bfddf, skipping ID generation
2026-03-27 22:12:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item febc84a6-6723-5076-b006-c4bfa38bfddf with scrape type 1
2026-03-27 22:12:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item febc84a6-6723-5076-b006-c4bfa38bfddf sending to next pipeline
2026-03-27 22:12:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: febc84a6-6723-5076-b006-c4bfa38bfddf, identifier: 7010232auction111140
2026-03-27 22:12:13 [ecarstrade.be] INFO: Extracting details for car 7010506auction111140
2026-03-27 22:12:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: febc84a6-6723-5076-b006-c4bfa38bfddf with identifier: 7010232auction111140
2026-03-27 22:12:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: febc84a6-6723-5076-b006-c4bfa38bfddf with identifier: 7010232auction111140
2026-03-27 22:12:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: febc84a6-6723-5076-b006-c4bfa38bfddf with identifier: 7010232auction111140 to the API
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:13 [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 22:12:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010232/photo_001/780x0__r.jpg?hash=1774622699>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'febc84a6-6723-5076-b006-c4bfa38bfddf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010232',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 82550,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2020}
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010232auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:13 [ecarstrade.be] INFO: Saving data for 7010232auction111140: {'created_time': 1774649533.432585, 'last_price_update_time': 1774649533.432598, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010232auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_001/780x0__r.jpg?hash=1774626067> (referer: https://ecarstrade.com/cars/7010604)
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_000/780x0__r.jpg?hash=1774626067> (referer: https://ecarstrade.com/cars/7010604)
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_004/780x0__r.jpg?hash=1774625624> (referer: https://ecarstrade.com/cars/7010558)
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_003/780x0__r.jpg?hash=1774625623> (referer: https://ecarstrade.com/cars/7010558)
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010499> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71
2026-03-27 22:12:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 659ce303-b7cf-5529-b7ed-f81bff3b5710 with identifier: 7010506auction111140
2026-03-27 22:12:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 659ce303-b7cf-5529-b7ed-f81bff3b5710 with scrape type 1
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 659ce303-b7cf-5529-b7ed-f81bff3b5710
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010506%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624512%27 HTTP/1.1" 200 None
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_000/780x0__r.jpg?hash=1774624512 not downloaded yet
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010506%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624512%27 HTTP/1.1" 200 None
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_001/780x0__r.jpg?hash=1774624512 not downloaded yet
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010506%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624512%27 HTTP/1.1" 200 None
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_002/780x0__r.jpg?hash=1774624512 not downloaded yet
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010506%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624512%27 HTTP/1.1" 200 None
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_003/780x0__r.jpg?hash=1774624512 not downloaded yet
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010506%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624513%27 HTTP/1.1" 200 None
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_004/780x0__r.jpg?hash=1774624513 not downloaded yet
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_002/780x0__r.jpg?hash=1774621987> (referer: https://ecarstrade.com/cars/7010112)
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_003/780x0__r.jpg?hash=1774621987> (referer: https://ecarstrade.com/cars/7010112)
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_005/780x0__r.jpg?hash=1774621987> (referer: https://ecarstrade.com/cars/7010112)
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010506%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624513%27 HTTP/1.1" 200 None
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_005/780x0__r.jpg?hash=1774624513 not downloaded yet
2026-03-27 22:12:13 [ecarstrade.be] INFO: Extracting details for car 7010499auction111140
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71
2026-03-27 22:12:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ed5ef27b-fc06-5b2c-9d35-6f3a76069f71, skipping ID generation
2026-03-27 22:12:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71 with scrape type 1
2026-03-27 22:12:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ed5ef27b-fc06-5b2c-9d35-6f3a76069f71 sending to next pipeline
2026-03-27 22:12:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed5ef27b-fc06-5b2c-9d35-6f3a76069f71, identifier: 7010604auction111140
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_004/780x0__r.jpg?hash=1774621987> (referer: https://ecarstrade.com/cars/7010112)
2026-03-27 22:12:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_002/780x0__r.jpg?hash=1774625623> (referer: https://ecarstrade.com/cars/7010558)
2026-03-27 22:12:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed5ef27b-fc06-5b2c-9d35-6f3a76069f71 with identifier: 7010604auction111140
2026-03-27 22:12:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed5ef27b-fc06-5b2c-9d35-6f3a76069f71 with identifier: 7010604auction111140
2026-03-27 22:12:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed5ef27b-fc06-5b2c-9d35-6f3a76069f71 with identifier: 7010604auction111140 to the API
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:13 [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 22:12:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010604/photo_000/780x0__r.jpg?hash=1774626067>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ed5ef27b-fc06-5b2c-9d35-6f3a76069f71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010604',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 62281,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 Momentum Pro Geartronic',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T2 Momentum Pro Geartronic',
'vin': None,
'year': 2021}
2026-03-27 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010604auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:14 [ecarstrade.be] INFO: Saving data for 7010604auction111140: {'created_time': 1774649534.00132, 'last_price_update_time': 1774649534.001329, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010604auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_001/780x0__r.jpg?hash=1774621987> (referer: https://ecarstrade.com/cars/7010112)
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b9703324-f771-589d-a5d4-05a5b4cdf4f2
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b9703324-f771-589d-a5d4-05a5b4cdf4f2
2026-03-27 22:12:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce884b54-f48a-5169-b959-f261995f28cd with identifier: 7010499auction111140
2026-03-27 22:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce884b54-f48a-5169-b959-f261995f28cd with scrape type 1
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ce884b54-f48a-5169-b959-f261995f28cd
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010499%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624350%27 HTTP/1.1" 200 None
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_000/780x0__r.jpg?hash=1774624350 not downloaded yet
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_000/780x0__r.jpg?hash=1774621987> (referer: https://ecarstrade.com/cars/7010112)
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_001/780x0__r.jpg?hash=1774625623> (referer: https://ecarstrade.com/cars/7010558)
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010499%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624350%27 HTTP/1.1" 200 None
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_001/780x0__r.jpg?hash=1774624350 not downloaded yet
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b5929294-16fd-59e1-b462-166ed5b6330a
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b5929294-16fd-59e1-b462-166ed5b6330a
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b5929294-16fd-59e1-b462-166ed5b6330a
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b5929294-16fd-59e1-b462-166ed5b6330a
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b9703324-f771-589d-a5d4-05a5b4cdf4f2
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010499%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624350%27 HTTP/1.1" 200 None
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_002/780x0__r.jpg?hash=1774624350 not downloaded yet
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010574> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_003/780x0__r.jpg?hash=1774622113> (referer: https://ecarstrade.com/cars/7010133)
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_000/780x0__r.jpg?hash=1774625623> (referer: https://ecarstrade.com/cars/7010558)
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010499%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624350%27 HTTP/1.1" 200 None
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_003/780x0__r.jpg?hash=1774624350 not downloaded yet
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_002/780x0__r.jpg?hash=1774622113> (referer: https://ecarstrade.com/cars/7010133)
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010499%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624350%27 HTTP/1.1" 200 None
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_004/780x0__r.jpg?hash=1774624350 not downloaded yet
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_004/780x0__r.jpg?hash=1774622114> (referer: https://ecarstrade.com/cars/7010133)
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_000/780x0__r.jpg?hash=1774624512> (referer: https://ecarstrade.com/cars/7010506)
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010499%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624350%27 HTTP/1.1" 200 None
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_005/780x0__r.jpg?hash=1774624350 not downloaded yet
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b5929294-16fd-59e1-b462-166ed5b6330a
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_004/780x0__r.jpg?hash=1774624513> (referer: https://ecarstrade.com/cars/7010506)
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_005/780x0__r.jpg?hash=1774624513> (referer: https://ecarstrade.com/cars/7010506)
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b5929294-16fd-59e1-b462-166ed5b6330a
2026-03-27 22:12:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b5929294-16fd-59e1-b462-166ed5b6330a, skipping ID generation
2026-03-27 22:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5929294-16fd-59e1-b462-166ed5b6330a with scrape type 1
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b5929294-16fd-59e1-b462-166ed5b6330a sending to next pipeline
2026-03-27 22:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5929294-16fd-59e1-b462-166ed5b6330a, identifier: 7010112auction111140
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b9703324-f771-589d-a5d4-05a5b4cdf4f2
2026-03-27 22:12:14 [ecarstrade.be] INFO: Extracting details for car 7010574auction111140
2026-03-27 22:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5929294-16fd-59e1-b462-166ed5b6330a with identifier: 7010112auction111140
2026-03-27 22:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5929294-16fd-59e1-b462-166ed5b6330a with identifier: 7010112auction111140
2026-03-27 22:12:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5929294-16fd-59e1-b462-166ed5b6330a with identifier: 7010112auction111140 to the API
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:14 [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 22:12:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010112/photo_000/780x0__r.jpg?hash=1774621987>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b5929294-16fd-59e1-b462-166ed5b6330a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010112',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A4',
'odometer': 195224,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 2.0 40 TFSI 150KW S TRONIC QTRO COMPETIT',
'transmission': 'automatic',
'trim': 'AUDI 2.0 40 TFSI 150KW S TRONIC QTRO COMPETIT',
'vin': None,
'year': 2022}
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010112auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:14 [ecarstrade.be] INFO: Saving data for 7010112auction111140: {'created_time': 1774649534.602532, 'last_price_update_time': 1774649534.602544, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010112auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_003/780x0__r.jpg?hash=1774624512> (referer: https://ecarstrade.com/cars/7010506)
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_002/780x0__r.jpg?hash=1774624512> (referer: https://ecarstrade.com/cars/7010506)
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_001/780x0__r.jpg?hash=1774624512> (referer: https://ecarstrade.com/cars/7010506)
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_001/780x0__r.jpg?hash=1774622113> (referer: https://ecarstrade.com/cars/7010133)
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_000/780x0__r.jpg?hash=1774622113> (referer: https://ecarstrade.com/cars/7010133)
2026-03-27 22:12:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 377e1dd5-9c30-5523-b30a-20aaab107573 with identifier: 7010574auction111140
2026-03-27 22:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 377e1dd5-9c30-5523-b30a-20aaab107573 with scrape type 1
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 377e1dd5-9c30-5523-b30a-20aaab107573
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010574%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625856%27 HTTP/1.1" 200 None
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_000/780x0__r.jpg?hash=1774625856 not downloaded yet
2026-03-27 22:12:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 25abf5cd-d773-5302-a909-c1a34b1ac156
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b9703324-f771-589d-a5d4-05a5b4cdf4f2
2026-03-27 22:12:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b9703324-f771-589d-a5d4-05a5b4cdf4f2, skipping ID generation
2026-03-27 22:12:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9703324-f771-589d-a5d4-05a5b4cdf4f2 with scrape type 1
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b9703324-f771-589d-a5d4-05a5b4cdf4f2 sending to next pipeline
2026-03-27 22:12:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9703324-f771-589d-a5d4-05a5b4cdf4f2, identifier: 7010558auction111140
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 25abf5cd-d773-5302-a909-c1a34b1ac156
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 25abf5cd-d773-5302-a909-c1a34b1ac156
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 659ce303-b7cf-5529-b7ed-f81bff3b5710
2026-03-27 22:12:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 659ce303-b7cf-5529-b7ed-f81bff3b5710
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_001/780x0__r.jpg?hash=1774624350> (referer: https://ecarstrade.com/cars/7010499)
2026-03-27 22:12:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_003/780x0__r.jpg?hash=1774622924> (referer: https://ecarstrade.com/cars/7010245)
2026-03-27 22:12:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9703324-f771-589d-a5d4-05a5b4cdf4f2 with identifier: 7010558auction111140
2026-03-27 22:12:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9703324-f771-589d-a5d4-05a5b4cdf4f2 with identifier: 7010558auction111140
2026-03-27 22:12:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9703324-f771-589d-a5d4-05a5b4cdf4f2 with identifier: 7010558auction111140 to the API
2026-03-27 22:12:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:15 [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 22:12:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010558/photo_000/780x0__r.jpg?hash=1774625623>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b9703324-f771-589d-a5d4-05a5b4cdf4f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010558',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 148575,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-21',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB DIESEL - 2019 2.0 CR TDi Sportline DSG',
'transmission': 'automatic',
'trim': 'SKODA SUPERB DIESEL - 2019 2.0 CR TDi Sportline DSG',
'vin': None,
'year': 2020}
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010558auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:15 [ecarstrade.be] INFO: Saving data for 7010558auction111140: {'created_time': 1774649535.121996, 'last_price_update_time': 1774649535.122006, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010558auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010574%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625856%27 HTTP/1.1" 200 None
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_001/780x0__r.jpg?hash=1774625856 not downloaded yet
2026-03-27 22:12:15 [ecarstrade.be] INFO: Found listing with ID: 7010519auction111140
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010519auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:15 [ecarstrade.be] INFO: Scrape type for 7010519auction111140: 1
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 659ce303-b7cf-5529-b7ed-f81bff3b5710
2026-03-27 22:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_000/780x0__r.jpg?hash=1774624350> (referer: https://ecarstrade.com/cars/7010499)
2026-03-27 22:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_003/780x0__r.jpg?hash=1774624350> (referer: https://ecarstrade.com/cars/7010499)
2026-03-27 22:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_002/780x0__r.jpg?hash=1774622924> (referer: https://ecarstrade.com/cars/7010245)
2026-03-27 22:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_001/780x0__r.jpg?hash=1774622924> (referer: https://ecarstrade.com/cars/7010245)
2026-03-27 22:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_004/780x0__r.jpg?hash=1774624350> (referer: https://ecarstrade.com/cars/7010499)
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010574%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625856%27 HTTP/1.1" 200 None
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_002/780x0__r.jpg?hash=1774625856 not downloaded yet
2026-03-27 22:12:15 [ecarstrade.be] INFO: Found listing with ID: 7010580auction111140
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010580auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:15 [ecarstrade.be] INFO: Scrape type for 7010580auction111140: 1
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 659ce303-b7cf-5529-b7ed-f81bff3b5710
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 659ce303-b7cf-5529-b7ed-f81bff3b5710
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 659ce303-b7cf-5529-b7ed-f81bff3b5710
2026-03-27 22:12:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 659ce303-b7cf-5529-b7ed-f81bff3b5710, skipping ID generation
2026-03-27 22:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 659ce303-b7cf-5529-b7ed-f81bff3b5710 with scrape type 1
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 659ce303-b7cf-5529-b7ed-f81bff3b5710 sending to next pipeline
2026-03-27 22:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 659ce303-b7cf-5529-b7ed-f81bff3b5710, identifier: 7010506auction111140
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 25abf5cd-d773-5302-a909-c1a34b1ac156
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 25abf5cd-d773-5302-a909-c1a34b1ac156
2026-03-27 22:12:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 25abf5cd-d773-5302-a909-c1a34b1ac156, skipping ID generation
2026-03-27 22:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25abf5cd-d773-5302-a909-c1a34b1ac156 with scrape type 1
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 25abf5cd-d773-5302-a909-c1a34b1ac156 sending to next pipeline
2026-03-27 22:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25abf5cd-d773-5302-a909-c1a34b1ac156, identifier: 7010133auction111140
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ce884b54-f48a-5169-b959-f261995f28cd
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202
2026-03-27 22:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_004/780x0__r.jpg?hash=1774622253> (referer: https://ecarstrade.com/cars/7010159)
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010574%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625856%27 HTTP/1.1" 200 None
2026-03-27 22:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_003/780x0__r.jpg?hash=1774625856 not downloaded yet
2026-03-27 22:12:15 [ecarstrade.be] INFO: Found listing with ID: 7010128auction111140
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010128auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:15 [ecarstrade.be] INFO: Scrape type for 7010128auction111140: 1
2026-03-27 22:12:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 659ce303-b7cf-5529-b7ed-f81bff3b5710 with identifier: 7010506auction111140
2026-03-27 22:12:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 659ce303-b7cf-5529-b7ed-f81bff3b5710 with identifier: 7010506auction111140
2026-03-27 22:12:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 659ce303-b7cf-5529-b7ed-f81bff3b5710 with identifier: 7010506auction111140 to the API
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:15 [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 22:12:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010506/photo_001/780x0__r.jpg?hash=1774624512>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '659ce303-b7cf-5529-b7ed-f81bff3b5710',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010506',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 36593,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-07',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN QASHQAI 1.3 MHEV 116KW ACENTA XTRONIC',
'transmission': 'automatic',
'trim': 'NISSAN QASHQAI 1.3 MHEV 116KW ACENTA XTRONIC',
'vin': None,
'year': 2023}
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010506auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:15 [ecarstrade.be] INFO: Saving data for 7010506auction111140: {'created_time': 1774649535.799348, 'last_price_update_time': 1774649535.799359, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010506auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25abf5cd-d773-5302-a909-c1a34b1ac156 with identifier: 7010133auction111140
2026-03-27 22:12:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25abf5cd-d773-5302-a909-c1a34b1ac156 with identifier: 7010133auction111140
2026-03-27 22:12:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25abf5cd-d773-5302-a909-c1a34b1ac156 with identifier: 7010133auction111140 to the API
2026-03-27 22:12:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:16 [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 22:12:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010133/photo_000/780x0__r.jpg?hash=1774622113>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '25abf5cd-d773-5302-a909-c1a34b1ac156',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010133',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A6',
'odometer': 147307,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A6 AVANT DIESEL - 2018 35 TDi Business Edition Sport S tronic',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2018 35 TDi Business Edition Sport S tronic',
'vin': None,
'year': 2021}
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010133auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:16 [ecarstrade.be] INFO: Saving data for 7010133auction111140: {'created_time': 1774649536.14107, 'last_price_update_time': 1774649536.141081, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010133auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_005/780x0__r.jpg?hash=1774626192> (referer: https://ecarstrade.com/cars/7010645)
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_005/780x0__r.jpg?hash=1774624350> (referer: https://ecarstrade.com/cars/7010499)
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_003/780x0__r.jpg?hash=1774622253> (referer: https://ecarstrade.com/cars/7010159)
2026-03-27 22:12:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_002/780x0__r.jpg?hash=1774624350> (referer: https://ecarstrade.com/cars/7010499)
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_001/780x0__r.jpg?hash=1774622247> (referer: https://ecarstrade.com/cars/7010159)
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_000/780x0__r.jpg?hash=1774622924> (referer: https://ecarstrade.com/cars/7010245)
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010574%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625856%27 HTTP/1.1" 200 None
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_004/780x0__r.jpg?hash=1774625856 not downloaded yet
2026-03-27 22:12:16 [ecarstrade.be] INFO: Found listing with ID: 7010204auction111140
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010204auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:16 [ecarstrade.be] INFO: Scrape type for 7010204auction111140: 1
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ce884b54-f48a-5169-b959-f261995f28cd
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ce884b54-f48a-5169-b959-f261995f28cd
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ce884b54-f48a-5169-b959-f261995f28cd
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_000/780x0__r.jpg?hash=1774622247> (referer: https://ecarstrade.com/cars/7010159)
2026-03-27 22:12:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010574%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625856%27 HTTP/1.1" 200 None
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_005/780x0__r.jpg?hash=1774625856 not downloaded yet
2026-03-27 22:12:16 [ecarstrade.be] INFO: Found listing with ID: 7010284auction111140
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010284auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:16 [ecarstrade.be] INFO: Scrape type for 7010284auction111140: 1
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 071620e4-42c3-5a70-9891-bf6632e4ab3f
2026-03-27 22:12:16 [ecarstrade.be] INFO: Found listing with ID: 7010234auction111140
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010234auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:16 [ecarstrade.be] INFO: Scrape type for 7010234auction111140: 1
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 642f2e1e-24a1-54ed-b094-66f56fb623b0
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ce884b54-f48a-5169-b959-f261995f28cd
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 071620e4-42c3-5a70-9891-bf6632e4ab3f
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_000/780x0__r.jpg?hash=1774625856> (referer: https://ecarstrade.com/cars/7010574)
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_001/780x0__r.jpg?hash=1774626192> (referer: https://ecarstrade.com/cars/7010645)
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_002/780x0__r.jpg?hash=1774626192> (referer: https://ecarstrade.com/cars/7010645)
2026-03-27 22:12:16 [ecarstrade.be] INFO: Found listing with ID: 7010249auction111140
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010249auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:16 [ecarstrade.be] INFO: Scrape type for 7010249auction111140: 1
2026-03-27 22:12:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_004/780x0__r.jpg?hash=1774626192> (referer: https://ecarstrade.com/cars/7010645)
2026-03-27 22:12:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_000/780x0__r.jpg?hash=1774626191> (referer: https://ecarstrade.com/cars/7010645)
2026-03-27 22:12:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ce884b54-f48a-5169-b959-f261995f28cd
2026-03-27 22:12:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ce884b54-f48a-5169-b959-f261995f28cd, skipping ID generation
2026-03-27 22:12:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce884b54-f48a-5169-b959-f261995f28cd with scrape type 1
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ce884b54-f48a-5169-b959-f261995f28cd sending to next pipeline
2026-03-27 22:12:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce884b54-f48a-5169-b959-f261995f28cd, identifier: 7010499auction111140
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 071620e4-42c3-5a70-9891-bf6632e4ab3f
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202
2026-03-27 22:12:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 30a9d6d9-3f05-57fe-9d76-3092bc3ba202, skipping ID generation
2026-03-27 22:12:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202 with scrape type 1
2026-03-27 22:12:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 30a9d6d9-3f05-57fe-9d76-3092bc3ba202 sending to next pipeline
2026-03-27 22:12:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30a9d6d9-3f05-57fe-9d76-3092bc3ba202, identifier: 7010245auction111140
2026-03-27 22:12:16 [ecarstrade.be] INFO: Found listing with ID: 7010277auction111140
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010277auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:16 [ecarstrade.be] INFO: Scrape type for 7010277auction111140: 1
2026-03-27 22:12:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce884b54-f48a-5169-b959-f261995f28cd with identifier: 7010499auction111140
2026-03-27 22:12:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce884b54-f48a-5169-b959-f261995f28cd with identifier: 7010499auction111140
2026-03-27 22:12:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce884b54-f48a-5169-b959-f261995f28cd with identifier: 7010499auction111140 to the API
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:16 [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 22:12:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010499/photo_002/780x0__r.jpg?hash=1774624350>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ce884b54-f48a-5169-b959-f261995f28cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010499',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 129062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 200 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB 2.0 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010499auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:16 [ecarstrade.be] INFO: Saving data for 7010499auction111140: {'created_time': 1774649536.971891, 'last_price_update_time': 1774649536.971902, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010499auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30a9d6d9-3f05-57fe-9d76-3092bc3ba202 with identifier: 7010245auction111140
2026-03-27 22:12:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30a9d6d9-3f05-57fe-9d76-3092bc3ba202 with identifier: 7010245auction111140
2026-03-27 22:12:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30a9d6d9-3f05-57fe-9d76-3092bc3ba202 with identifier: 7010245auction111140 to the API
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:17 [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 22:12:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010245/photo_000/780x0__r.jpg?hash=1774622924>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '30a9d6d9-3f05-57fe-9d76-3092bc3ba202',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010245',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 101205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS 7 CROSSBACK 1.6 PHEV 225 RIVOLI AUTO',
'transmission': 'automatic',
'trim': 'DS AUTOMOBILES DS 7 CROSSBK 1.6 PHEV 225 RIVOLI AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010245auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:17 [ecarstrade.be] INFO: Saving data for 7010245auction111140: {'created_time': 1774649537.352322, 'last_price_update_time': 1774649537.352336, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010245auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_003/780x0__r.jpg?hash=1774625856> (referer: https://ecarstrade.com/cars/7010574)
2026-03-27 22:12:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_002/780x0__r.jpg?hash=1774625856> (referer: https://ecarstrade.com/cars/7010574)
2026-03-27 22:12:17 [ecarstrade.be] INFO: Found listing with ID: 7010600auction111140
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010600auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:17 [ecarstrade.be] INFO: Scrape type for 7010600auction111140: 1
2026-03-27 22:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 071620e4-42c3-5a70-9891-bf6632e4ab3f
2026-03-27 22:12:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 071620e4-42c3-5a70-9891-bf6632e4ab3f, skipping ID generation
2026-03-27 22:12:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 071620e4-42c3-5a70-9891-bf6632e4ab3f with scrape type 1
2026-03-27 22:12:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 071620e4-42c3-5a70-9891-bf6632e4ab3f sending to next pipeline
2026-03-27 22:12:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 071620e4-42c3-5a70-9891-bf6632e4ab3f, identifier: 7010159auction111140
2026-03-27 22:12:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 377e1dd5-9c30-5523-b30a-20aaab107573
2026-03-27 22:12:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 642f2e1e-24a1-54ed-b094-66f56fb623b0
2026-03-27 22:12:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 642f2e1e-24a1-54ed-b094-66f56fb623b0
2026-03-27 22:12:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 642f2e1e-24a1-54ed-b094-66f56fb623b0
2026-03-27 22:12:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 642f2e1e-24a1-54ed-b094-66f56fb623b0
2026-03-27 22:12:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 642f2e1e-24a1-54ed-b094-66f56fb623b0, skipping ID generation
2026-03-27 22:12:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 642f2e1e-24a1-54ed-b094-66f56fb623b0 with scrape type 1
2026-03-27 22:12:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 642f2e1e-24a1-54ed-b094-66f56fb623b0 sending to next pipeline
2026-03-27 22:12:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 642f2e1e-24a1-54ed-b094-66f56fb623b0, identifier: 7010645auction111140
2026-03-27 22:12:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 071620e4-42c3-5a70-9891-bf6632e4ab3f with identifier: 7010159auction111140
2026-03-27 22:12:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 071620e4-42c3-5a70-9891-bf6632e4ab3f with identifier: 7010159auction111140
2026-03-27 22:12:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 071620e4-42c3-5a70-9891-bf6632e4ab3f with identifier: 7010159auction111140 to the API
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:17 [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 22:12:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010159/photo_000/780x0__r.jpg?hash=1774622247>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '071620e4-42c3-5a70-9891-bf6632e4ab3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010159',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 98899,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 SPORTBACK 1.4 45 TFSI E S TRONIC S LINE',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 1.4 45 TFSI E S TRONIC S LINE',
'vin': None,
'year': 2022}
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010159auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:17 [ecarstrade.be] INFO: Saving data for 7010159auction111140: {'created_time': 1774649537.93331, 'last_price_update_time': 1774649537.933325, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010159auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 642f2e1e-24a1-54ed-b094-66f56fb623b0 with identifier: 7010645auction111140
2026-03-27 22:12:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 642f2e1e-24a1-54ed-b094-66f56fb623b0 with identifier: 7010645auction111140
2026-03-27 22:12:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 642f2e1e-24a1-54ed-b094-66f56fb623b0 with identifier: 7010645auction111140 to the API
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:18 [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 22:12:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010645/photo_000/780x0__r.jpg?hash=1774626191>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '642f2e1e-24a1-54ed-b094-66f56fb623b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010645',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 147610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 2.0 B4 D AWD GEARTRONIC INSCRIPTION',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 B4 D AWD GEARTRONIC INSCRIPTION',
'vin': None,
'year': 2021}
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010645auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Saving data for 7010645auction111140: {'created_time': 1774649538.313816, 'last_price_update_time': 1774649538.313825, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010645auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010022auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010022auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010022auction111140: 1
2026-03-27 22:12:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_001/780x0__r.jpg?hash=1774625856> (referer: https://ecarstrade.com/cars/7010574)
2026-03-27 22:12:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010577auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010577auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010577auction111140: 1
2026-03-27 22:12:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 377e1dd5-9c30-5523-b30a-20aaab107573
2026-03-27 22:12:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 377e1dd5-9c30-5523-b30a-20aaab107573
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010578auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010578auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010578auction111140: 1
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010602auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010602auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010602auction111140: 1
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010250auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010250auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010250auction111140: 1
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010557auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010557auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010557auction111140: 1
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010562auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010562auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010562auction111140: 1
2026-03-27 22:12:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 377e1dd5-9c30-5523-b30a-20aaab107573
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010163auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010163auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010163auction111140: 1
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010592auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010592auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010592auction111140: 1
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010251auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010251auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010251auction111140: 1
2026-03-27 22:12:18 [ecarstrade.be] INFO: Found listing with ID: 7010501auction111140
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010501auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:18 [ecarstrade.be] INFO: Scrape type for 7010501auction111140: 1
2026-03-27 22:12:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010124> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:24 [ecarstrade.be] INFO: Extracting details for car 7010124auction111140
2026-03-27 22:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45836773-211e-5ca2-a3f1-8ff604323235 with identifier: 7010124auction111140
2026-03-27 22:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45836773-211e-5ca2-a3f1-8ff604323235 with scrape type 1
2026-03-27 22:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 45836773-211e-5ca2-a3f1-8ff604323235
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010124%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622064%27 HTTP/1.1" 200 None
2026-03-27 22:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_000/780x0__r.jpg?hash=1774622064 not downloaded yet
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010124%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622064%27 HTTP/1.1" 200 None
2026-03-27 22:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_001/780x0__r.jpg?hash=1774622064 not downloaded yet
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010124%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622064%27 HTTP/1.1" 200 None
2026-03-27 22:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_002/780x0__r.jpg?hash=1774622064 not downloaded yet
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010124%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622064%27 HTTP/1.1" 200 None
2026-03-27 22:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_003/780x0__r.jpg?hash=1774622064 not downloaded yet
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010124%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622065%27 HTTP/1.1" 200 None
2026-03-27 22:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_004/780x0__r.jpg?hash=1774622065 not downloaded yet
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010124%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622065%27 HTTP/1.1" 200 None
2026-03-27 22:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_005/780x0__r.jpg?hash=1774622065 not downloaded yet
2026-03-27 22:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010519> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:25 [ecarstrade.be] INFO: Extracting details for car 7010519auction111140
2026-03-27 22:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18ce3921-89a3-52f1-b6a7-d8f99da844f3 with identifier: 7010519auction111140
2026-03-27 22:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ce3921-89a3-52f1-b6a7-d8f99da844f3 with scrape type 1
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 18ce3921-89a3-52f1-b6a7-d8f99da844f3
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010519%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624937%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_000/780x0__r.jpg?hash=1774624937 not downloaded yet
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010519%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624937%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_001/780x0__r.jpg?hash=1774624937 not downloaded yet
2026-03-27 22:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010128> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010519%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624937%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_002/780x0__r.jpg?hash=1774624937 not downloaded yet
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010519%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624937%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_003/780x0__r.jpg?hash=1774624937 not downloaded yet
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010519%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624938%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_004/780x0__r.jpg?hash=1774624938 not downloaded yet
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010519%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624938%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_005/780x0__r.jpg?hash=1774624938 not downloaded yet
2026-03-27 22:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_005/780x0__r.jpg?hash=1774625856> (referer: https://ecarstrade.com/cars/7010574)
2026-03-27 22:12:25 [ecarstrade.be] INFO: Extracting details for car 7010128auction111140
2026-03-27 22:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 183b77bd-8827-58a8-884d-ffeee86fff55 with identifier: 7010128auction111140
2026-03-27 22:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 183b77bd-8827-58a8-884d-ffeee86fff55 with scrape type 1
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 183b77bd-8827-58a8-884d-ffeee86fff55
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010128%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622087%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_000/780x0__r.jpg?hash=1774622087 not downloaded yet
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010128%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622087%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_001/780x0__r.jpg?hash=1774622087 not downloaded yet
2026-03-27 22:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_004/780x0__r.jpg?hash=1774625856> (referer: https://ecarstrade.com/cars/7010574)
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010128%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622088%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_002/780x0__r.jpg?hash=1774622088 not downloaded yet
2026-03-27 22:12:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010128%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622088%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_003/780x0__r.jpg?hash=1774622088 not downloaded yet
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 377e1dd5-9c30-5523-b30a-20aaab107573
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010128%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622088%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_004/780x0__r.jpg?hash=1774622088 not downloaded yet
2026-03-27 22:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010580> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010128%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622088%27 HTTP/1.1" 200 None
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_005/780x0__r.jpg?hash=1774622088 not downloaded yet
2026-03-27 22:12:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 377e1dd5-9c30-5523-b30a-20aaab107573
2026-03-27 22:12:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 377e1dd5-9c30-5523-b30a-20aaab107573, skipping ID generation
2026-03-27 22:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 377e1dd5-9c30-5523-b30a-20aaab107573 with scrape type 1
2026-03-27 22:12:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 377e1dd5-9c30-5523-b30a-20aaab107573 sending to next pipeline
2026-03-27 22:12:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 377e1dd5-9c30-5523-b30a-20aaab107573, identifier: 7010574auction111140
2026-03-27 22:12:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 377e1dd5-9c30-5523-b30a-20aaab107573 with identifier: 7010574auction111140
2026-03-27 22:12:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 377e1dd5-9c30-5523-b30a-20aaab107573 with identifier: 7010574auction111140
2026-03-27 22:12:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 377e1dd5-9c30-5523-b30a-20aaab107573 with identifier: 7010574auction111140 to the API
2026-03-27 22:12:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:25 [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 22:12:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010574/photo_004/780x0__r.jpg?hash=1774625856>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '377e1dd5-9c30-5523-b30a-20aaab107573',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010574',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 65049,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2022}
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010574auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Saving data for 7010574auction111140: {'created_time': 1774649546.069062, 'last_price_update_time': 1774649546.069073, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010574auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:26 [ecarstrade.be] INFO: Extracting details for car 7010580auction111140
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010510auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010510auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010510auction111140: 1
2026-03-27 22:12:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010204> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010573> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010525auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010525auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010525auction111140: 1
2026-03-27 22:12:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a411d14b-1f89-596c-921b-6c66fbb23388 with identifier: 7010580auction111140
2026-03-27 22:12:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a411d14b-1f89-596c-921b-6c66fbb23388 with scrape type 1
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a411d14b-1f89-596c-921b-6c66fbb23388
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010580%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625993%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_000/780x0__r.jpg?hash=1774625993 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010597auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010597auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010597auction111140: 1
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010580%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625993%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_001/780x0__r.jpg?hash=1774625993 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010165auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010165auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010165auction111140: 1
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010580%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625993%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_002/780x0__r.jpg?hash=1774625993 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Extracting details for car 7010204auction111140
2026-03-27 22:12:26 [ecarstrade.be] INFO: Extracting details for car 7010573auction111140
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010274auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010274auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010274auction111140: 1
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010580%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625998%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_004/780x0__r.jpg?hash=1774625998 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010117auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010117auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010117auction111140: 1
2026-03-27 22:12:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03131957-a05a-527e-bd79-ff66876152ee with identifier: 7010204auction111140
2026-03-27 22:12:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03131957-a05a-527e-bd79-ff66876152ee with scrape type 1
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 03131957-a05a-527e-bd79-ff66876152ee
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010204%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622546%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_000/780x0__r.jpg?hash=1774622546 not downloaded yet
2026-03-27 22:12:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc with identifier: 7010573auction111140
2026-03-27 22:12:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc with scrape type 1
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010573%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625850%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_000/780x0__r.jpg?hash=1774625850 not downloaded yet
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010580%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625998%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_005/780x0__r.jpg?hash=1774625998 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010167auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010167auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010167auction111140: 1
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010204%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622547%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_001/780x0__r.jpg?hash=1774622547 not downloaded yet
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010573%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625850%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_001/780x0__r.jpg?hash=1774625850 not downloaded yet
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010580%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774625998%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_006/780x0__r.jpg?hash=1774625998 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010567auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010567auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010567auction111140: 1
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010204%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622547%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_002/780x0__r.jpg?hash=1774622547 not downloaded yet
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010573%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625850%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_002/780x0__r.jpg?hash=1774625850 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010225auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010225auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010225auction111140: 1
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010204%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622547%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_003/780x0__r.jpg?hash=1774622547 not downloaded yet
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010573%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625850%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_003/780x0__r.jpg?hash=1774625850 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010233auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010233auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010233auction111140: 1
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010204%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622547%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_004/780x0__r.jpg?hash=1774622547 not downloaded yet
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010573%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625850%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_004/780x0__r.jpg?hash=1774625850 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010541auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010541auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010541auction111140: 1
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010204%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622547%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_005/780x0__r.jpg?hash=1774622547 not downloaded yet
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010573%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625851%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_005/780x0__r.jpg?hash=1774625851 not downloaded yet
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010586auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010586auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010586auction111140: 1
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010575auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010575auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010575auction111140: 1
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010229auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010229auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010229auction111140: 1
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010523auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010523auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010523auction111140: 1
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010218auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010218auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010218auction111140: 1
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010252auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010252auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010252auction111140: 1
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010175auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010175auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010175auction111140: 1
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010512auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010512auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010512auction111140: 1
2026-03-27 22:12:26 [ecarstrade.be] INFO: Found listing with ID: 7010197auction111140
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010197auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:26 [ecarstrade.be] INFO: Scrape type for 7010197auction111140: 1
2026-03-27 22:12:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010278> (referer: https://ecarstrade.com/search/page213?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_005/780x0__r.jpg?hash=1774622065> (referer: https://ecarstrade.com/cars/7010124)
2026-03-27 22:12:31 [ecarstrade.be] INFO: Extracting details for car 7010278auction111140
2026-03-27 22:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cb97468-82eb-5993-a997-0d4747bcc2e5 with identifier: 7010278auction111140
2026-03-27 22:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cb97468-82eb-5993-a997-0d4747bcc2e5 with scrape type 1
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3cb97468-82eb-5993-a997-0d4747bcc2e5
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010278%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623148%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_000/780x0__r.jpg?hash=1774623148 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010278%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623148%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_001/780x0__r.jpg?hash=1774623148 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010278%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623148%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_002/780x0__r.jpg?hash=1774623148 not downloaded yet
2026-03-27 22:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_000/780x0__r.jpg?hash=1774624937> (referer: https://ecarstrade.com/cars/7010519)
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010278%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623148%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_003/780x0__r.jpg?hash=1774623148 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010278%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623149%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_004/780x0__r.jpg?hash=1774623149 not downloaded yet
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 45836773-211e-5ca2-a3f1-8ff604323235
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010278%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623149%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_005/780x0__r.jpg?hash=1774623149 not downloaded yet
2026-03-27 22:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_004/780x0__r.jpg?hash=1774624938> (referer: https://ecarstrade.com/cars/7010519)
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 18ce3921-89a3-52f1-b6a7-d8f99da844f3
2026-03-27 22:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_001/780x0__r.jpg?hash=1774622087> (referer: https://ecarstrade.com/cars/7010128)
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 18ce3921-89a3-52f1-b6a7-d8f99da844f3
2026-03-27 22:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_000/780x0__r.jpg?hash=1774622087> (referer: https://ecarstrade.com/cars/7010128)
2026-03-27 22:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010234> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 183b77bd-8827-58a8-884d-ffeee86fff55
2026-03-27 22:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010284> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_004/780x0__r.jpg?hash=1774622088> (referer: https://ecarstrade.com/cars/7010128)
2026-03-27 22:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 183b77bd-8827-58a8-884d-ffeee86fff55
2026-03-27 22:12:31 [ecarstrade.be] INFO: Extracting details for car 7010234auction111140
2026-03-27 22:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e94f1ca-745f-56fb-8fa1-0cb2de318ade with identifier: 7010234auction111140
2026-03-27 22:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade with scrape type 1
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010234%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622751%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_000/780x0__r.jpg?hash=1774622751 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010234%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622751%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_001/780x0__r.jpg?hash=1774622751 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010234%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622752%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_002/780x0__r.jpg?hash=1774622752 not downloaded yet
2026-03-27 22:12:31 [ecarstrade.be] INFO: Extracting details for car 7010284auction111140
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010234%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622752%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_003/780x0__r.jpg?hash=1774622752 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010234%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622752%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_004/780x0__r.jpg?hash=1774622752 not downloaded yet
2026-03-27 22:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77 with identifier: 7010284auction111140
2026-03-27 22:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77 with scrape type 1
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010284%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_000/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 183b77bd-8827-58a8-884d-ffeee86fff55
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010234%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622752%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_005/780x0__r.jpg?hash=1774622752 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010284%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_001/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010284%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_002/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010284%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_003/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010284%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_004/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010284%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 22:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_005/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 22:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010249> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010297> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:33 [ecarstrade.be] INFO: Extracting details for car 7010249auction111140
2026-03-27 22:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_002/780x0__r.jpg?hash=1774623148> (referer: https://ecarstrade.com/cars/7010278)
2026-03-27 22:12:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2030fe15-b2f3-5ac3-9301-5f9634f239f3 with identifier: 7010249auction111140
2026-03-27 22:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2030fe15-b2f3-5ac3-9301-5f9634f239f3 with scrape type 1
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2030fe15-b2f3-5ac3-9301-5f9634f239f3
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010249%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622970%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_000/780x0__r.jpg?hash=1774622970 not downloaded yet
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010249%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622970%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_001/780x0__r.jpg?hash=1774622970 not downloaded yet
2026-03-27 22:12:33 [ecarstrade.be] INFO: Extracting details for car 7010297auction111140
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010249%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622970%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_002/780x0__r.jpg?hash=1774622970 not downloaded yet
2026-03-27 22:12:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6347cb6b-8010-5112-9a9f-8b185fcb92e4 with identifier: 7010297auction111140
2026-03-27 22:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6347cb6b-8010-5112-9a9f-8b185fcb92e4 with scrape type 1
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6347cb6b-8010-5112-9a9f-8b185fcb92e4
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010297%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623269%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_000/780x0__r.jpg?hash=1774623269 not downloaded yet
2026-03-27 22:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_005/780x0__r.jpg?hash=1774623149> (referer: https://ecarstrade.com/cars/7010278)
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010249%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622970%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_003/780x0__r.jpg?hash=1774622970 not downloaded yet
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010297%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623269%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_001/780x0__r.jpg?hash=1774623269 not downloaded yet
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010249%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622970%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_004/780x0__r.jpg?hash=1774622970 not downloaded yet
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010297%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623269%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_002/780x0__r.jpg?hash=1774623269 not downloaded yet
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3cb97468-82eb-5993-a997-0d4747bcc2e5
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010249%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622970%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_005/780x0__r.jpg?hash=1774622970 not downloaded yet
2026-03-27 22:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_004/780x0__r.jpg?hash=1774623149> (referer: https://ecarstrade.com/cars/7010278)
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010297%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623270%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_003/780x0__r.jpg?hash=1774623270 not downloaded yet
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010297%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623270%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_004/780x0__r.jpg?hash=1774623270 not downloaded yet
2026-03-27 22:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010600> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3cb97468-82eb-5993-a997-0d4747bcc2e5
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010297%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623270%27 HTTP/1.1" 200 None
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_005/780x0__r.jpg?hash=1774623270 not downloaded yet
2026-03-27 22:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_003/780x0__r.jpg?hash=1774623148> (referer: https://ecarstrade.com/cars/7010278)
2026-03-27 22:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3cb97468-82eb-5993-a997-0d4747bcc2e5
2026-03-27 22:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_001/780x0__r.jpg?hash=1774623148> (referer: https://ecarstrade.com/cars/7010278)
2026-03-27 22:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:34 [ecarstrade.be] INFO: Extracting details for car 7010600auction111140
2026-03-27 22:12:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4f68cbb-d0a4-583e-9625-769735bd89cf with identifier: 7010600auction111140
2026-03-27 22:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4f68cbb-d0a4-583e-9625-769735bd89cf with scrape type 1
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d4f68cbb-d0a4-583e-9625-769735bd89cf
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010600%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626062%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_000/780x0__r.jpg?hash=1774626062 not downloaded yet
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010600%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626062%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_001/780x0__r.jpg?hash=1774626062 not downloaded yet
2026-03-27 22:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_000/780x0__r.jpg?hash=1774623148> (referer: https://ecarstrade.com/cars/7010278)
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010600%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626062%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_002/780x0__r.jpg?hash=1774626062 not downloaded yet
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3cb97468-82eb-5993-a997-0d4747bcc2e5
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3cb97468-82eb-5993-a997-0d4747bcc2e5
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010600%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626062%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_003/780x0__r.jpg?hash=1774626062 not downloaded yet
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010600%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626063%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_004/780x0__r.jpg?hash=1774626063 not downloaded yet
2026-03-27 22:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010501> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010600%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626063%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_005/780x0__r.jpg?hash=1774626063 not downloaded yet
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3cb97468-82eb-5993-a997-0d4747bcc2e5
2026-03-27 22:12:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3cb97468-82eb-5993-a997-0d4747bcc2e5, skipping ID generation
2026-03-27 22:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cb97468-82eb-5993-a997-0d4747bcc2e5 with scrape type 1
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3cb97468-82eb-5993-a997-0d4747bcc2e5 sending to next pipeline
2026-03-27 22:12:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cb97468-82eb-5993-a997-0d4747bcc2e5, identifier: 7010278auction111140
2026-03-27 22:12:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cb97468-82eb-5993-a997-0d4747bcc2e5 with identifier: 7010278auction111140
2026-03-27 22:12:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cb97468-82eb-5993-a997-0d4747bcc2e5 with identifier: 7010278auction111140
2026-03-27 22:12:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cb97468-82eb-5993-a997-0d4747bcc2e5 with identifier: 7010278auction111140 to the API
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:34 [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 22:12:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010278/photo_000/780x0__r.jpg?hash=1774623148>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '3cb97468-82eb-5993-a997-0d4747bcc2e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010278',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 62777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 180 BUSINESS SOLUTION',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS 1.3 BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010278auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [ecarstrade.be] INFO: Saving data for 7010278auction111140: {'created_time': 1774649554.752047, 'last_price_update_time': 1774649554.752061, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010278auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_005/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010284)
2026-03-27 22:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_004/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010284)
2026-03-27 22:12:34 [ecarstrade.be] INFO: Extracting details for car 7010501auction111140
2026-03-27 22:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010277> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5961a0e8-59a4-5df8-99ce-74219bcb1730 with identifier: 7010501auction111140
2026-03-27 22:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5961a0e8-59a4-5df8-99ce-74219bcb1730 with scrape type 1
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5961a0e8-59a4-5df8-99ce-74219bcb1730
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010501%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624404%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_000/780x0__r.jpg?hash=1774624404 not downloaded yet
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010501%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624405%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_001/780x0__r.jpg?hash=1774624405 not downloaded yet
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010501%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624405%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_002/780x0__r.jpg?hash=1774624405 not downloaded yet
2026-03-27 22:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_003/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010284)
2026-03-27 22:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_000/780x0__r.jpg?hash=1774623269> (referer: https://ecarstrade.com/cars/7010297)
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010501%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624405%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_003/780x0__r.jpg?hash=1774624405 not downloaded yet
2026-03-27 22:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_002/780x0__r.jpg?hash=1774623269> (referer: https://ecarstrade.com/cars/7010297)
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010501%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624405%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_004/780x0__r.jpg?hash=1774624405 not downloaded yet
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010501%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624405%27 HTTP/1.1" 200 None
2026-03-27 22:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_005/780x0__r.jpg?hash=1774624405 not downloaded yet
2026-03-27 22:12:35 [ecarstrade.be] INFO: Extracting details for car 7010277auction111140
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77
2026-03-27 22:12:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb145c30-4ece-50d9-8143-64f9463fb5e7 with identifier: 7010277auction111140
2026-03-27 22:12:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb145c30-4ece-50d9-8143-64f9463fb5e7 with scrape type 1
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fb145c30-4ece-50d9-8143-64f9463fb5e7
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010277%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623135%27 HTTP/1.1" 200 None
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_000/780x0__r.jpg?hash=1774623135 not downloaded yet
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_003/780x0__r.jpg?hash=1774623270> (referer: https://ecarstrade.com/cars/7010297)
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010277%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623135%27 HTTP/1.1" 200 None
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_001/780x0__r.jpg?hash=1774623135 not downloaded yet
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_005/780x0__r.jpg?hash=1774623270> (referer: https://ecarstrade.com/cars/7010297)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_004/780x0__r.jpg?hash=1774623270> (referer: https://ecarstrade.com/cars/7010297)
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010277%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623135%27 HTTP/1.1" 200 None
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_002/780x0__r.jpg?hash=1774623135 not downloaded yet
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010277%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623135%27 HTTP/1.1" 200 None
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_003/780x0__r.jpg?hash=1774623135 not downloaded yet
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6347cb6b-8010-5112-9a9f-8b185fcb92e4
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010277%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623135%27 HTTP/1.1" 200 None
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_004/780x0__r.jpg?hash=1774623135 not downloaded yet
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6347cb6b-8010-5112-9a9f-8b185fcb92e4
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_005/780x0__r.jpg?hash=1774626063> (referer: https://ecarstrade.com/cars/7010600)
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010277%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623135%27 HTTP/1.1" 200 None
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_005/780x0__r.jpg?hash=1774623135 not downloaded yet
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_001/780x0__r.jpg?hash=1774626062> (referer: https://ecarstrade.com/cars/7010600)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6347cb6b-8010-5112-9a9f-8b185fcb92e4
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_004/780x0__r.jpg?hash=1774626063> (referer: https://ecarstrade.com/cars/7010600)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6347cb6b-8010-5112-9a9f-8b185fcb92e4
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6347cb6b-8010-5112-9a9f-8b185fcb92e4
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_002/780x0__r.jpg?hash=1774626062> (referer: https://ecarstrade.com/cars/7010600)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_003/780x0__r.jpg?hash=1774626062> (referer: https://ecarstrade.com/cars/7010600)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_002/780x0__r.jpg?hash=1774624405> (referer: https://ecarstrade.com/cars/7010501)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d4f68cbb-d0a4-583e-9625-769735bd89cf
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_000/780x0__r.jpg?hash=1774624404> (referer: https://ecarstrade.com/cars/7010501)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_001/780x0__r.jpg?hash=1774624405> (referer: https://ecarstrade.com/cars/7010501)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d4f68cbb-d0a4-583e-9625-769735bd89cf
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_005/780x0__r.jpg?hash=1774624405> (referer: https://ecarstrade.com/cars/7010501)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d4f68cbb-d0a4-583e-9625-769735bd89cf
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d4f68cbb-d0a4-583e-9625-769735bd89cf
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_004/780x0__r.jpg?hash=1774623135> (referer: https://ecarstrade.com/cars/7010277)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_000/780x0__r.jpg?hash=1774623135> (referer: https://ecarstrade.com/cars/7010277)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d4f68cbb-d0a4-583e-9625-769735bd89cf
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_001/780x0__r.jpg?hash=1774623135> (referer: https://ecarstrade.com/cars/7010277)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5961a0e8-59a4-5df8-99ce-74219bcb1730
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_005/780x0__r.jpg?hash=1774623135> (referer: https://ecarstrade.com/cars/7010277)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5961a0e8-59a4-5df8-99ce-74219bcb1730
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5961a0e8-59a4-5df8-99ce-74219bcb1730
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_003/780x0__r.jpg?hash=1774623135> (referer: https://ecarstrade.com/cars/7010277)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_002/780x0__r.jpg?hash=1774623135> (referer: https://ecarstrade.com/cars/7010277)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5961a0e8-59a4-5df8-99ce-74219bcb1730
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_003/780x0__r.jpg?hash=1774624405> (referer: https://ecarstrade.com/cars/7010501)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_004/780x0__r.jpg?hash=1774624405> (referer: https://ecarstrade.com/cars/7010501)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_000/780x0__r.jpg?hash=1774626062> (referer: https://ecarstrade.com/cars/7010600)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fb145c30-4ece-50d9-8143-64f9463fb5e7
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fb145c30-4ece-50d9-8143-64f9463fb5e7
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fb145c30-4ece-50d9-8143-64f9463fb5e7
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_001/780x0__r.jpg?hash=1774623269> (referer: https://ecarstrade.com/cars/7010297)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fb145c30-4ece-50d9-8143-64f9463fb5e7
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_005/780x0__r.jpg?hash=1774622970> (referer: https://ecarstrade.com/cars/7010249)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fb145c30-4ece-50d9-8143-64f9463fb5e7
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fb145c30-4ece-50d9-8143-64f9463fb5e7
2026-03-27 22:12:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fb145c30-4ece-50d9-8143-64f9463fb5e7, skipping ID generation
2026-03-27 22:12:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb145c30-4ece-50d9-8143-64f9463fb5e7 with scrape type 1
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fb145c30-4ece-50d9-8143-64f9463fb5e7 sending to next pipeline
2026-03-27 22:12:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb145c30-4ece-50d9-8143-64f9463fb5e7, identifier: 7010277auction111140
2026-03-27 22:12:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb145c30-4ece-50d9-8143-64f9463fb5e7 with identifier: 7010277auction111140
2026-03-27 22:12:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb145c30-4ece-50d9-8143-64f9463fb5e7 with identifier: 7010277auction111140
2026-03-27 22:12:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb145c30-4ece-50d9-8143-64f9463fb5e7 with identifier: 7010277auction111140 to the API
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:35 [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 22:12:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010277/photo_002/780x0__r.jpg?hash=1774623135>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fb145c30-4ece-50d9-8143-64f9463fb5e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010277',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 45602,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-04',
'seats_number': 5,
'seller_name': None,
'title': 'KIA XCEED 1.6 GDI PHEV DCT BUSINESS LINE',
'transmission': 'automatic',
'trim': 'KIA XCEED 1.6 GDI PHEV DCT BUSINESS LINE',
'vin': None,
'year': 2022}
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010277auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:35 [ecarstrade.be] INFO: Saving data for 7010277auction111140: {'created_time': 1774649555.898303, 'last_price_update_time': 1774649555.898312, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010277auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_004/780x0__r.jpg?hash=1774622970> (referer: https://ecarstrade.com/cars/7010249)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_002/780x0__r.jpg?hash=1774622970> (referer: https://ecarstrade.com/cars/7010249)
2026-03-27 22:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_003/780x0__r.jpg?hash=1774622970> (referer: https://ecarstrade.com/cars/7010249)
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5961a0e8-59a4-5df8-99ce-74219bcb1730
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5961a0e8-59a4-5df8-99ce-74219bcb1730
2026-03-27 22:12:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5961a0e8-59a4-5df8-99ce-74219bcb1730, skipping ID generation
2026-03-27 22:12:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5961a0e8-59a4-5df8-99ce-74219bcb1730 with scrape type 1
2026-03-27 22:12:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5961a0e8-59a4-5df8-99ce-74219bcb1730 sending to next pipeline
2026-03-27 22:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5961a0e8-59a4-5df8-99ce-74219bcb1730, identifier: 7010501auction111140
2026-03-27 22:12:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d4f68cbb-d0a4-583e-9625-769735bd89cf
2026-03-27 22:12:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d4f68cbb-d0a4-583e-9625-769735bd89cf, skipping ID generation
2026-03-27 22:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4f68cbb-d0a4-583e-9625-769735bd89cf with scrape type 1
2026-03-27 22:12:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d4f68cbb-d0a4-583e-9625-769735bd89cf sending to next pipeline
2026-03-27 22:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4f68cbb-d0a4-583e-9625-769735bd89cf, identifier: 7010600auction111140
2026-03-27 22:12:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6347cb6b-8010-5112-9a9f-8b185fcb92e4
2026-03-27 22:12:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6347cb6b-8010-5112-9a9f-8b185fcb92e4, skipping ID generation
2026-03-27 22:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6347cb6b-8010-5112-9a9f-8b185fcb92e4 with scrape type 1
2026-03-27 22:12:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6347cb6b-8010-5112-9a9f-8b185fcb92e4 sending to next pipeline
2026-03-27 22:12:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6347cb6b-8010-5112-9a9f-8b185fcb92e4, identifier: 7010297auction111140
2026-03-27 22:12:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2030fe15-b2f3-5ac3-9301-5f9634f239f3
2026-03-27 22:12:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5961a0e8-59a4-5df8-99ce-74219bcb1730 with identifier: 7010501auction111140
2026-03-27 22:12:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5961a0e8-59a4-5df8-99ce-74219bcb1730 with identifier: 7010501auction111140
2026-03-27 22:12:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5961a0e8-59a4-5df8-99ce-74219bcb1730 with identifier: 7010501auction111140 to the API
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:36 [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 22:12:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010501/photo_004/780x0__r.jpg?hash=1774624405>
{'auction_title': '',
'c_o_2_emission_value': 182,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5961a0e8-59a4-5df8-99ce-74219bcb1730',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010501',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'MG',
'model': 'EHS',
'odometer': 26659,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-25',
'seats_number': 5,
'seller_name': None,
'title': 'MG EHS 1.5T PHEV COMFORT AUTO',
'transmission': 'automatic',
'trim': '1.5T PHEV COMFORT AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010501auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:36 [ecarstrade.be] INFO: Saving data for 7010501auction111140: {'created_time': 1774649556.50835, 'last_price_update_time': 1774649556.508362, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010501auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4f68cbb-d0a4-583e-9625-769735bd89cf with identifier: 7010600auction111140
2026-03-27 22:12:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4f68cbb-d0a4-583e-9625-769735bd89cf with identifier: 7010600auction111140
2026-03-27 22:12:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4f68cbb-d0a4-583e-9625-769735bd89cf with identifier: 7010600auction111140 to the API
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:36 [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 22:12:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010600/photo_000/780x0__r.jpg?hash=1774626062>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd4f68cbb-d0a4-583e-9625-769735bd89cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010600',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 78222,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 MOMENTUM CORE',
'transmission': 'manual',
'trim': 'VOLVO 1.5 T2 MOMENTUM CORE',
'vin': None,
'year': 2022}
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010600auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:36 [ecarstrade.be] INFO: Saving data for 7010600auction111140: {'created_time': 1774649556.868851, 'last_price_update_time': 1774649556.868863, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010600auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6347cb6b-8010-5112-9a9f-8b185fcb92e4 with identifier: 7010297auction111140
2026-03-27 22:12:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6347cb6b-8010-5112-9a9f-8b185fcb92e4 with identifier: 7010297auction111140
2026-03-27 22:12:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6347cb6b-8010-5112-9a9f-8b185fcb92e4 with identifier: 7010297auction111140 to the API
2026-03-27 22:12:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:37 [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 22:12:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010297/photo_001/780x0__r.jpg?hash=1774623269>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6347cb6b-8010-5112-9a9f-8b185fcb92e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010297',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 50072,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 180 D BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 180 D BUSINESS SOLUTION',
'vin': None,
'year': 2022}
2026-03-27 22:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010297auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:37 [ecarstrade.be] INFO: Saving data for 7010297auction111140: {'created_time': 1774649557.185636, 'last_price_update_time': 1774649557.185647, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010297auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_001/780x0__r.jpg?hash=1774622970> (referer: https://ecarstrade.com/cars/7010249)
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_002/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010284)
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_000/780x0__r.jpg?hash=1774622970> (referer: https://ecarstrade.com/cars/7010249)
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2030fe15-b2f3-5ac3-9301-5f9634f239f3
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2030fe15-b2f3-5ac3-9301-5f9634f239f3
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2030fe15-b2f3-5ac3-9301-5f9634f239f3
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_001/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010284)
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_004/780x0__r.jpg?hash=1774622752> (referer: https://ecarstrade.com/cars/7010234)
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_000/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010284)
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2030fe15-b2f3-5ac3-9301-5f9634f239f3
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_005/780x0__r.jpg?hash=1774622752> (referer: https://ecarstrade.com/cars/7010234)
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2030fe15-b2f3-5ac3-9301-5f9634f239f3
2026-03-27 22:12:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2030fe15-b2f3-5ac3-9301-5f9634f239f3, skipping ID generation
2026-03-27 22:12:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2030fe15-b2f3-5ac3-9301-5f9634f239f3 with scrape type 1
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2030fe15-b2f3-5ac3-9301-5f9634f239f3 sending to next pipeline
2026-03-27 22:12:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2030fe15-b2f3-5ac3-9301-5f9634f239f3, identifier: 7010249auction111140
2026-03-27 22:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2030fe15-b2f3-5ac3-9301-5f9634f239f3 with identifier: 7010249auction111140
2026-03-27 22:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2030fe15-b2f3-5ac3-9301-5f9634f239f3 with identifier: 7010249auction111140
2026-03-27 22:12:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2030fe15-b2f3-5ac3-9301-5f9634f239f3 with identifier: 7010249auction111140 to the API
2026-03-27 22:12:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:37 [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 22:12:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010249/photo_000/780x0__r.jpg?hash=1774622970>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2030fe15-b2f3-5ac3-9301-5f9634f239f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010249',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 104645,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 2.5I PHEV 165KW TITANIUM AUTO',
'transmission': 'automatic',
'trim': 'FORD KUGA 2.5I PHEV 165KW TITANIUM AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010249auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:37 [ecarstrade.be] INFO: Saving data for 7010249auction111140: {'created_time': 1774649557.833361, 'last_price_update_time': 1774649557.833371, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010249auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_003/780x0__r.jpg?hash=1774622752> (referer: https://ecarstrade.com/cars/7010234)
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_002/780x0__r.jpg?hash=1774622752> (referer: https://ecarstrade.com/cars/7010234)
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_001/780x0__r.jpg?hash=1774622751> (referer: https://ecarstrade.com/cars/7010234)
2026-03-27 22:12:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_000/780x0__r.jpg?hash=1774622751> (referer: https://ecarstrade.com/cars/7010234)
2026-03-27 22:12:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77
2026-03-27 22:12:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77, skipping ID generation
2026-03-27 22:12:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77 with scrape type 1
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77 sending to next pipeline
2026-03-27 22:12:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77, identifier: 7010284auction111140
2026-03-27 22:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade
2026-03-27 22:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77 with identifier: 7010284auction111140
2026-03-27 22:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77 with identifier: 7010284auction111140
2026-03-27 22:12:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77 with identifier: 7010284auction111140 to the API
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:38 [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 22:12:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010284/photo_000/780x0__r.jpg?hash=1774623249>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '3c4ca7cf-2ee3-5cab-b32b-6baadfd60e77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010284',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 70512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-08',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 180 D BUS SOLUTION '
'ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CLA SHOOTING BRAKE 2.0 CLA 180 D BUS SOLUTION '
'ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010284auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:38 [ecarstrade.be] INFO: Saving data for 7010284auction111140: {'created_time': 1774649558.341809, 'last_price_update_time': 1774649558.34182, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010284auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:38 [ecarstrade.be] INFO: Found listing with ID: 7010221auction111140
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010221auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:38 [ecarstrade.be] INFO: Scrape type for 7010221auction111140: 1
2026-03-27 22:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010197> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade
2026-03-27 22:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade
2026-03-27 22:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade
2026-03-27 22:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade
2026-03-27 22:12:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e94f1ca-745f-56fb-8fa1-0cb2de318ade, skipping ID generation
2026-03-27 22:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade with scrape type 1
2026-03-27 22:12:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e94f1ca-745f-56fb-8fa1-0cb2de318ade sending to next pipeline
2026-03-27 22:12:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e94f1ca-745f-56fb-8fa1-0cb2de318ade, identifier: 7010234auction111140
2026-03-27 22:12:38 [ecarstrade.be] INFO: Extracting details for car 7010197auction111140
2026-03-27 22:12:38 [ecarstrade.be] INFO: Found listing with ID: 7010517auction111140
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010517auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:38 [ecarstrade.be] INFO: Scrape type for 7010517auction111140: 1
2026-03-27 22:12:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e94f1ca-745f-56fb-8fa1-0cb2de318ade with identifier: 7010234auction111140
2026-03-27 22:12:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e94f1ca-745f-56fb-8fa1-0cb2de318ade with identifier: 7010234auction111140
2026-03-27 22:12:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e94f1ca-745f-56fb-8fa1-0cb2de318ade with identifier: 7010234auction111140 to the API
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:38 [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 22:12:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010234/photo_000/780x0__r.jpg?hash=1774622751>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '8e94f1ca-745f-56fb-8fa1-0cb2de318ade',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010234',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X2',
'odometer': 72644,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 1.5 SDRIVE18I 100KW',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I 100KW',
'vin': None,
'year': 2022}
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010234auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:38 [ecarstrade.be] INFO: Saving data for 7010234auction111140: {'created_time': 1774649558.902866, 'last_price_update_time': 1774649558.902882, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010234auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:38 [ecarstrade.be] INFO: Found listing with ID: 7010170auction111140
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010170auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:38 [ecarstrade.be] INFO: Scrape type for 7010170auction111140: 1
2026-03-27 22:12:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a23b66ea-f755-56f6-a79c-610b5510f152 with identifier: 7010197auction111140
2026-03-27 22:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a23b66ea-f755-56f6-a79c-610b5510f152 with scrape type 1
2026-03-27 22:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a23b66ea-f755-56f6-a79c-610b5510f152
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010197%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622519%27 HTTP/1.1" 200 None
2026-03-27 22:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_000/780x0__r.jpg?hash=1774622519 not downloaded yet
2026-03-27 22:12:38 [ecarstrade.be] INFO: Found listing with ID: 7010171auction111140
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010171auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:38 [ecarstrade.be] INFO: Scrape type for 7010171auction111140: 1
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010197%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622519%27 HTTP/1.1" 200 None
2026-03-27 22:12:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_001/780x0__r.jpg?hash=1774622519 not downloaded yet
2026-03-27 22:12:38 [ecarstrade.be] INFO: Found listing with ID: 7010534auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010534auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010534auction111140: 1
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010197%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622519%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_002/780x0__r.jpg?hash=1774622519 not downloaded yet
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010533auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010533auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010533auction111140: 1
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010197%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622519%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_003/780x0__r.jpg?hash=1774622519 not downloaded yet
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010568auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010568auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010568auction111140: 1
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010197%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622519%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_004/780x0__r.jpg?hash=1774622519 not downloaded yet
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010566auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010566auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010566auction111140: 1
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010197%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622519%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_005/780x0__r.jpg?hash=1774622519 not downloaded yet
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010244auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010244auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010244auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010547auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010547auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010547auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7009957auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009957auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7009957auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010552auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010552auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010552auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010248auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010248auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010248auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010520auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010520auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010520auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010255auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010255auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010255auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010524auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010524auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010524auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010240auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010240auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010240auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010179auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010179auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010179auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010263auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010263auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010263auction111140: 1
2026-03-27 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010551auction111140
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010551auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010551auction111140: 1
2026-03-27 22:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010512> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:39 [ecarstrade.be] INFO: Extracting details for car 7010512auction111140
2026-03-27 22:12:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c60cf443-8863-5683-b68b-ec0532d9c7dd with identifier: 7010512auction111140
2026-03-27 22:12:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c60cf443-8863-5683-b68b-ec0532d9c7dd with scrape type 1
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c60cf443-8863-5683-b68b-ec0532d9c7dd
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010512%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624600%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_000/780x0__r.jpg?hash=1774624600 not downloaded yet
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010512%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624600%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_001/780x0__r.jpg?hash=1774624600 not downloaded yet
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010512%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624600%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_002/780x0__r.jpg?hash=1774624600 not downloaded yet
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010512%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624600%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_003/780x0__r.jpg?hash=1774624600 not downloaded yet
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010512%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624601%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_004/780x0__r.jpg?hash=1774624601 not downloaded yet
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010512%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624601%27 HTTP/1.1" 200 None
2026-03-27 22:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_005/780x0__r.jpg?hash=1774624601 not downloaded yet
2026-03-27 22:12:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010175> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_005/780x0__r.jpg?hash=1774625851> (referer: https://ecarstrade.com/cars/7010573)
2026-03-27 22:12:41 [ecarstrade.be] INFO: Extracting details for car 7010175auction111140
2026-03-27 22:12:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_005/780x0__r.jpg?hash=1774622547> (referer: https://ecarstrade.com/cars/7010204)
2026-03-27 22:12:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27276eb9-cfdc-57b4-b577-455062ae52ef with identifier: 7010175auction111140
2026-03-27 22:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27276eb9-cfdc-57b4-b577-455062ae52ef with scrape type 1
2026-03-27 22:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 27276eb9-cfdc-57b4-b577-455062ae52ef
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010175%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622439%27 HTTP/1.1" 200 None
2026-03-27 22:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_000/780x0__r.jpg?hash=1774622439 not downloaded yet
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010175%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622439%27 HTTP/1.1" 200 None
2026-03-27 22:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_001/780x0__r.jpg?hash=1774622439 not downloaded yet
2026-03-27 22:12:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010175%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622440%27 HTTP/1.1" 200 None
2026-03-27 22:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_002/780x0__r.jpg?hash=1774622440 not downloaded yet
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010175%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622440%27 HTTP/1.1" 200 None
2026-03-27 22:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_003/780x0__r.jpg?hash=1774622440 not downloaded yet
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010175%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622440%27 HTTP/1.1" 200 None
2026-03-27 22:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_004/780x0__r.jpg?hash=1774622440 not downloaded yet
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010175%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622440%27 HTTP/1.1" 200 None
2026-03-27 22:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_005/780x0__r.jpg?hash=1774622440 not downloaded yet
2026-03-27 22:12:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 03131957-a05a-527e-bd79-ff66876152ee
2026-03-27 22:12:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010252> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_004/780x0__r.jpg?hash=1774625850> (referer: https://ecarstrade.com/cars/7010573)
2026-03-27 22:12:44 [ecarstrade.be] INFO: Extracting details for car 7010252auction111140
2026-03-27 22:12:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 579756df-831c-5350-a894-3afbfb767a99 with identifier: 7010252auction111140
2026-03-27 22:12:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 579756df-831c-5350-a894-3afbfb767a99 with scrape type 1
2026-03-27 22:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 579756df-831c-5350-a894-3afbfb767a99
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010252%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622997%27 HTTP/1.1" 200 None
2026-03-27 22:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_000/780x0__r.jpg?hash=1774622997 not downloaded yet
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010252%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622997%27 HTTP/1.1" 200 None
2026-03-27 22:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_001/780x0__r.jpg?hash=1774622997 not downloaded yet
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010252%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622997%27 HTTP/1.1" 200 None
2026-03-27 22:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_002/780x0__r.jpg?hash=1774622997 not downloaded yet
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010252%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622997%27 HTTP/1.1" 200 None
2026-03-27 22:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_003/780x0__r.jpg?hash=1774622997 not downloaded yet
2026-03-27 22:12:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_004/780x0__r.jpg?hash=1774622547> (referer: https://ecarstrade.com/cars/7010204)
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010252%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622997%27 HTTP/1.1" 200 None
2026-03-27 22:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_004/780x0__r.jpg?hash=1774622997 not downloaded yet
2026-03-27 22:12:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010252%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622997%27 HTTP/1.1" 200 None
2026-03-27 22:12:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_005/780x0__r.jpg?hash=1774622997 not downloaded yet
2026-03-27 22:12:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc
2026-03-27 22:12:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 03131957-a05a-527e-bd79-ff66876152ee
2026-03-27 22:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010229> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:45 [ecarstrade.be] INFO: Extracting details for car 7010229auction111140
2026-03-27 22:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9af06c50-4ae2-57a9-b6fc-12d002c94268 with identifier: 7010229auction111140
2026-03-27 22:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9af06c50-4ae2-57a9-b6fc-12d002c94268 with scrape type 1
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9af06c50-4ae2-57a9-b6fc-12d002c94268
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010229%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622671%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_000/780x0__r.jpg?hash=1774622671 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010229%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622672%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_001/780x0__r.jpg?hash=1774622672 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010229%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622672%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_002/780x0__r.jpg?hash=1774622672 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010229%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622672%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_003/780x0__r.jpg?hash=1774622672 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010229%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622672%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_004/780x0__r.jpg?hash=1774622672 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010229%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622672%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_005/780x0__r.jpg?hash=1774622672 not downloaded yet
2026-03-27 22:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010575> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:45 [ecarstrade.be] INFO: Extracting details for car 7010575auction111140
2026-03-27 22:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e28332d-9ee2-55fa-b7bd-b23903fbc679 with identifier: 7010575auction111140
2026-03-27 22:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e28332d-9ee2-55fa-b7bd-b23903fbc679 with scrape type 1
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1e28332d-9ee2-55fa-b7bd-b23903fbc679
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010575%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625876%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_000/780x0__r.jpg?hash=1774625876 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010575%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625876%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_001/780x0__r.jpg?hash=1774625876 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010575%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625876%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_002/780x0__r.jpg?hash=1774625876 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010575%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625877%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_003/780x0__r.jpg?hash=1774625877 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010575%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625877%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_004/780x0__r.jpg?hash=1774625877 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010575%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625877%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_005/780x0__r.jpg?hash=1774625877 not downloaded yet
2026-03-27 22:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010218> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_005/780x0__r.jpg?hash=1774624601> (referer: https://ecarstrade.com/cars/7010512)
2026-03-27 22:12:45 [ecarstrade.be] INFO: Extracting details for car 7010218auction111140
2026-03-27 22:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010523> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bc6d2c8-a191-565a-a47e-c15ba0c672a2 with identifier: 7010218auction111140
2026-03-27 22:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2 with scrape type 1
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010218%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622623%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_000/780x0__r.jpg?hash=1774622623 not downloaded yet
2026-03-27 22:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_004/780x0__r.jpg?hash=1774624601> (referer: https://ecarstrade.com/cars/7010512)
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010218%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622623%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_001/780x0__r.jpg?hash=1774622623 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010218%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622623%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_002/780x0__r.jpg?hash=1774622623 not downloaded yet
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010218%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622623%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_003/780x0__r.jpg?hash=1774622623 not downloaded yet
2026-03-27 22:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_003/780x0__r.jpg?hash=1774624600> (referer: https://ecarstrade.com/cars/7010512)
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010218%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622623%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_004/780x0__r.jpg?hash=1774622623 not downloaded yet
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c60cf443-8863-5683-b68b-ec0532d9c7dd
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010218%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622623%27 HTTP/1.1" 200 None
2026-03-27 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_005/780x0__r.jpg?hash=1774622623 not downloaded yet
2026-03-27 22:12:45 [ecarstrade.be] INFO: Extracting details for car 7010523auction111140
2026-03-27 22:12:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1b80730-0ade-50f2-abf1-131323a2a80c with identifier: 7010523auction111140
2026-03-27 22:12:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b80730-0ade-50f2-abf1-131323a2a80c with scrape type 1
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c1b80730-0ade-50f2-abf1-131323a2a80c
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010523%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624992%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_000/780x0__r.jpg?hash=1774624992 not downloaded yet
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c60cf443-8863-5683-b68b-ec0532d9c7dd
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010523%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624992%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_001/780x0__r.jpg?hash=1774624992 not downloaded yet
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_005/780x0__r.jpg?hash=1774622440> (referer: https://ecarstrade.com/cars/7010175)
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_004/780x0__r.jpg?hash=1774622440> (referer: https://ecarstrade.com/cars/7010175)
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010523%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624992%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_002/780x0__r.jpg?hash=1774624992 not downloaded yet
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010523%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624992%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_003/780x0__r.jpg?hash=1774624992 not downloaded yet
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010523%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624992%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_004/780x0__r.jpg?hash=1774624992 not downloaded yet
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c60cf443-8863-5683-b68b-ec0532d9c7dd
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010523%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624992%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_005/780x0__r.jpg?hash=1774624992 not downloaded yet
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010586> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_003/780x0__r.jpg?hash=1774622997> (referer: https://ecarstrade.com/cars/7010252)
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 27276eb9-cfdc-57b4-b577-455062ae52ef
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 27276eb9-cfdc-57b4-b577-455062ae52ef
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_005/780x0__r.jpg?hash=1774622997> (referer: https://ecarstrade.com/cars/7010252)
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_004/780x0__r.jpg?hash=1774625877> (referer: https://ecarstrade.com/cars/7010575)
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_005/780x0__r.jpg?hash=1774622672> (referer: https://ecarstrade.com/cars/7010229)
2026-03-27 22:12:46 [ecarstrade.be] INFO: Extracting details for car 7010586auction111140
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_005/780x0__r.jpg?hash=1774625877> (referer: https://ecarstrade.com/cars/7010575)
2026-03-27 22:12:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82abef9b-f941-5dd8-8fa3-e75a59c77fda with identifier: 7010586auction111140
2026-03-27 22:12:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82abef9b-f941-5dd8-8fa3-e75a59c77fda with scrape type 1
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82abef9b-f941-5dd8-8fa3-e75a59c77fda
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010586%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626023%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_000/780x0__r.jpg?hash=1774626023 not downloaded yet
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_003/780x0__r.jpg?hash=1774625877> (referer: https://ecarstrade.com/cars/7010575)
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010586%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626023%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_001/780x0__r.jpg?hash=1774626023 not downloaded yet
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_000/780x0__r.jpg?hash=1774622623> (referer: https://ecarstrade.com/cars/7010218)
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010586%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626023%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_002/780x0__r.jpg?hash=1774626023 not downloaded yet
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 579756df-831c-5350-a894-3afbfb767a99
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 579756df-831c-5350-a894-3afbfb767a99
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010586%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626023%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_003/780x0__r.jpg?hash=1774626023 not downloaded yet
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_003/780x0__r.jpg?hash=1774622623> (referer: https://ecarstrade.com/cars/7010218)
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010586%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626023%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_004/780x0__r.jpg?hash=1774626023 not downloaded yet
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010586%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626023%27 HTTP/1.1" 200 None
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_005/780x0__r.jpg?hash=1774626023 not downloaded yet
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1e28332d-9ee2-55fa-b7bd-b23903fbc679
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9af06c50-4ae2-57a9-b6fc-12d002c94268
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_001/780x0__r.jpg?hash=1774624992> (referer: https://ecarstrade.com/cars/7010523)
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1e28332d-9ee2-55fa-b7bd-b23903fbc679
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1e28332d-9ee2-55fa-b7bd-b23903fbc679
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_005/780x0__r.jpg?hash=1774624992> (referer: https://ecarstrade.com/cars/7010523)
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_000/780x0__r.jpg?hash=1774624992> (referer: https://ecarstrade.com/cars/7010523)
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_004/780x0__r.jpg?hash=1774624992> (referer: https://ecarstrade.com/cars/7010523)
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_002/780x0__r.jpg?hash=1774624992> (referer: https://ecarstrade.com/cars/7010523)
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_003/780x0__r.jpg?hash=1774624992> (referer: https://ecarstrade.com/cars/7010523)
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_004/780x0__r.jpg?hash=1774622623> (referer: https://ecarstrade.com/cars/7010218)
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c1b80730-0ade-50f2-abf1-131323a2a80c
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_005/780x0__r.jpg?hash=1774622623> (referer: https://ecarstrade.com/cars/7010218)
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c1b80730-0ade-50f2-abf1-131323a2a80c
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c1b80730-0ade-50f2-abf1-131323a2a80c
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_000/780x0__r.jpg?hash=1774626023> (referer: https://ecarstrade.com/cars/7010586)
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_001/780x0__r.jpg?hash=1774626023> (referer: https://ecarstrade.com/cars/7010586)
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c1b80730-0ade-50f2-abf1-131323a2a80c
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c1b80730-0ade-50f2-abf1-131323a2a80c
2026-03-27 22:12:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_003/780x0__r.jpg?hash=1774626023> (referer: https://ecarstrade.com/cars/7010586)
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c1b80730-0ade-50f2-abf1-131323a2a80c
2026-03-27 22:12:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1b80730-0ade-50f2-abf1-131323a2a80c, skipping ID generation
2026-03-27 22:12:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1b80730-0ade-50f2-abf1-131323a2a80c with scrape type 1
2026-03-27 22:12:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1b80730-0ade-50f2-abf1-131323a2a80c sending to next pipeline
2026-03-27 22:12:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1b80730-0ade-50f2-abf1-131323a2a80c, identifier: 7010523auction111140
2026-03-27 22:12:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1b80730-0ade-50f2-abf1-131323a2a80c with identifier: 7010523auction111140
2026-03-27 22:12:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1b80730-0ade-50f2-abf1-131323a2a80c with identifier: 7010523auction111140
2026-03-27 22:12:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1b80730-0ade-50f2-abf1-131323a2a80c with identifier: 7010523auction111140 to the API
2026-03-27 22:12:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:46 [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 22:12:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010523/photo_003/780x0__r.jpg?hash=1774624992>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c1b80730-0ade-50f2-abf1-131323a2a80c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010523',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 49214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-09',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PURETECH 96KW S-S AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S-S AUTO ALLURE PACK',
'vin': None,
'year': 2023}
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010523auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:47 [ecarstrade.be] INFO: Saving data for 7010523auction111140: {'created_time': 1774649567.088575, 'last_price_update_time': 1774649567.088585, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010523auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_004/780x0__r.jpg?hash=1774626023> (referer: https://ecarstrade.com/cars/7010586)
2026-03-27 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_002/780x0__r.jpg?hash=1774626023> (referer: https://ecarstrade.com/cars/7010586)
2026-03-27 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_005/780x0__r.jpg?hash=1774626023> (referer: https://ecarstrade.com/cars/7010586)
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82abef9b-f941-5dd8-8fa3-e75a59c77fda
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82abef9b-f941-5dd8-8fa3-e75a59c77fda
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82abef9b-f941-5dd8-8fa3-e75a59c77fda
2026-03-27 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_002/780x0__r.jpg?hash=1774622623> (referer: https://ecarstrade.com/cars/7010218)
2026-03-27 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_001/780x0__r.jpg?hash=1774622623> (referer: https://ecarstrade.com/cars/7010218)
2026-03-27 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_002/780x0__r.jpg?hash=1774625876> (referer: https://ecarstrade.com/cars/7010575)
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82abef9b-f941-5dd8-8fa3-e75a59c77fda
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82abef9b-f941-5dd8-8fa3-e75a59c77fda
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82abef9b-f941-5dd8-8fa3-e75a59c77fda
2026-03-27 22:12:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82abef9b-f941-5dd8-8fa3-e75a59c77fda, skipping ID generation
2026-03-27 22:12:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82abef9b-f941-5dd8-8fa3-e75a59c77fda with scrape type 1
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82abef9b-f941-5dd8-8fa3-e75a59c77fda sending to next pipeline
2026-03-27 22:12:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82abef9b-f941-5dd8-8fa3-e75a59c77fda, identifier: 7010586auction111140
2026-03-27 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_001/780x0__r.jpg?hash=1774625876> (referer: https://ecarstrade.com/cars/7010575)
2026-03-27 22:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82abef9b-f941-5dd8-8fa3-e75a59c77fda with identifier: 7010586auction111140
2026-03-27 22:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82abef9b-f941-5dd8-8fa3-e75a59c77fda with identifier: 7010586auction111140
2026-03-27 22:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82abef9b-f941-5dd8-8fa3-e75a59c77fda with identifier: 7010586auction111140 to the API
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:47 [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 22:12:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010586/photo_005/780x0__r.jpg?hash=1774626023>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '82abef9b-f941-5dd8-8fa3-e75a59c77fda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010586',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 200194,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 110KW LIFE DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TIGUAN 2.0 TDI 110KW LIFE DSG',
'vin': None,
'year': 2020}
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010586auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:47 [ecarstrade.be] INFO: Saving data for 7010586auction111140: {'created_time': 1774649567.728252, 'last_price_update_time': 1774649567.728263, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010586auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_004/780x0__r.jpg?hash=1774622672> (referer: https://ecarstrade.com/cars/7010229)
2026-03-27 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_000/780x0__r.jpg?hash=1774625876> (referer: https://ecarstrade.com/cars/7010575)
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2
2026-03-27 22:12:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7bc6d2c8-a191-565a-a47e-c15ba0c672a2, skipping ID generation
2026-03-27 22:12:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2 with scrape type 1
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7bc6d2c8-a191-565a-a47e-c15ba0c672a2 sending to next pipeline
2026-03-27 22:12:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7bc6d2c8-a191-565a-a47e-c15ba0c672a2, identifier: 7010218auction111140
2026-03-27 22:12:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1e28332d-9ee2-55fa-b7bd-b23903fbc679
2026-03-27 22:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7bc6d2c8-a191-565a-a47e-c15ba0c672a2 with identifier: 7010218auction111140
2026-03-27 22:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7bc6d2c8-a191-565a-a47e-c15ba0c672a2 with identifier: 7010218auction111140
2026-03-27 22:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7bc6d2c8-a191-565a-a47e-c15ba0c672a2 with identifier: 7010218auction111140 to the API
2026-03-27 22:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:48 [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 22:12:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010218/photo_001/780x0__r.jpg?hash=1774622623>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '7bc6d2c8-a191-565a-a47e-c15ba0c672a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010218',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 82761,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010218auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:48 [ecarstrade.be] INFO: Saving data for 7010218auction111140: {'created_time': 1774649568.183029, 'last_price_update_time': 1774649568.18304, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010218auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1e28332d-9ee2-55fa-b7bd-b23903fbc679
2026-03-27 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_002/780x0__r.jpg?hash=1774622672> (referer: https://ecarstrade.com/cars/7010229)
2026-03-27 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_003/780x0__r.jpg?hash=1774622672> (referer: https://ecarstrade.com/cars/7010229)
2026-03-27 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_001/780x0__r.jpg?hash=1774622672> (referer: https://ecarstrade.com/cars/7010229)
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9af06c50-4ae2-57a9-b6fc-12d002c94268
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1e28332d-9ee2-55fa-b7bd-b23903fbc679
2026-03-27 22:12:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1e28332d-9ee2-55fa-b7bd-b23903fbc679, skipping ID generation
2026-03-27 22:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e28332d-9ee2-55fa-b7bd-b23903fbc679 with scrape type 1
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1e28332d-9ee2-55fa-b7bd-b23903fbc679 sending to next pipeline
2026-03-27 22:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e28332d-9ee2-55fa-b7bd-b23903fbc679, identifier: 7010575auction111140
2026-03-27 22:12:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e28332d-9ee2-55fa-b7bd-b23903fbc679 with identifier: 7010575auction111140
2026-03-27 22:12:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e28332d-9ee2-55fa-b7bd-b23903fbc679 with identifier: 7010575auction111140
2026-03-27 22:12:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e28332d-9ee2-55fa-b7bd-b23903fbc679 with identifier: 7010575auction111140 to the API
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:48 [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 22:12:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010575/photo_000/780x0__r.jpg?hash=1774625876>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '1e28332d-9ee2-55fa-b7bd-b23903fbc679',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010575',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 144465,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2022}
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010575auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:48 [ecarstrade.be] INFO: Saving data for 7010575auction111140: {'created_time': 1774649568.616695, 'last_price_update_time': 1774649568.616707, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010575auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_004/780x0__r.jpg?hash=1774622997> (referer: https://ecarstrade.com/cars/7010252)
2026-03-27 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_002/780x0__r.jpg?hash=1774622997> (referer: https://ecarstrade.com/cars/7010252)
2026-03-27 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_000/780x0__r.jpg?hash=1774622671> (referer: https://ecarstrade.com/cars/7010229)
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9af06c50-4ae2-57a9-b6fc-12d002c94268
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9af06c50-4ae2-57a9-b6fc-12d002c94268
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9af06c50-4ae2-57a9-b6fc-12d002c94268
2026-03-27 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_001/780x0__r.jpg?hash=1774622997> (referer: https://ecarstrade.com/cars/7010252)
2026-03-27 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_000/780x0__r.jpg?hash=1774622997> (referer: https://ecarstrade.com/cars/7010252)
2026-03-27 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_003/780x0__r.jpg?hash=1774622440> (referer: https://ecarstrade.com/cars/7010175)
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 579756df-831c-5350-a894-3afbfb767a99
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 579756df-831c-5350-a894-3afbfb767a99
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9af06c50-4ae2-57a9-b6fc-12d002c94268
2026-03-27 22:12:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9af06c50-4ae2-57a9-b6fc-12d002c94268, skipping ID generation
2026-03-27 22:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9af06c50-4ae2-57a9-b6fc-12d002c94268 with scrape type 1
2026-03-27 22:12:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9af06c50-4ae2-57a9-b6fc-12d002c94268 sending to next pipeline
2026-03-27 22:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9af06c50-4ae2-57a9-b6fc-12d002c94268, identifier: 7010229auction111140
2026-03-27 22:12:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9af06c50-4ae2-57a9-b6fc-12d002c94268 with identifier: 7010229auction111140
2026-03-27 22:12:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9af06c50-4ae2-57a9-b6fc-12d002c94268 with identifier: 7010229auction111140
2026-03-27 22:12:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9af06c50-4ae2-57a9-b6fc-12d002c94268 with identifier: 7010229auction111140 to the API
2026-03-27 22:12:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:49 [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 22:12:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010229/photo_000/780x0__r.jpg?hash=1774622671>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '9af06c50-4ae2-57a9-b6fc-12d002c94268',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010229',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 126234,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16DA',
'transmission': 'automatic',
'trim': '1.5 SDRIVE16DA',
'vin': None,
'year': 2022}
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010229auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:49 [ecarstrade.be] INFO: Saving data for 7010229auction111140: {'created_time': 1774649569.176511, 'last_price_update_time': 1774649569.176521, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010229auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_002/780x0__r.jpg?hash=1774622440> (referer: https://ecarstrade.com/cars/7010175)
2026-03-27 22:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_001/780x0__r.jpg?hash=1774622439> (referer: https://ecarstrade.com/cars/7010175)
2026-03-27 22:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_000/780x0__r.jpg?hash=1774622439> (referer: https://ecarstrade.com/cars/7010175)
2026-03-27 22:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010541> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 579756df-831c-5350-a894-3afbfb767a99
2026-03-27 22:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 579756df-831c-5350-a894-3afbfb767a99
2026-03-27 22:12:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 579756df-831c-5350-a894-3afbfb767a99, skipping ID generation
2026-03-27 22:12:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 579756df-831c-5350-a894-3afbfb767a99 with scrape type 1
2026-03-27 22:12:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 579756df-831c-5350-a894-3afbfb767a99 sending to next pipeline
2026-03-27 22:12:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 579756df-831c-5350-a894-3afbfb767a99, identifier: 7010252auction111140
2026-03-27 22:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 27276eb9-cfdc-57b4-b577-455062ae52ef
2026-03-27 22:12:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 579756df-831c-5350-a894-3afbfb767a99 with identifier: 7010252auction111140
2026-03-27 22:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 579756df-831c-5350-a894-3afbfb767a99 with identifier: 7010252auction111140
2026-03-27 22:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 579756df-831c-5350-a894-3afbfb767a99 with identifier: 7010252auction111140 to the API
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:49 [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 22:12:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010252/photo_000/780x0__r.jpg?hash=1774622997>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '579756df-831c-5350-a894-3afbfb767a99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010252',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Puma',
'odometer': 52266,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-08',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM',
'transmission': 'manual',
'trim': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM',
'vin': None,
'year': 2022}
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010252auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:49 [ecarstrade.be] INFO: Saving data for 7010252auction111140: {'created_time': 1774649569.694654, 'last_price_update_time': 1774649569.694664, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010252auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_002/780x0__r.jpg?hash=1774624600> (referer: https://ecarstrade.com/cars/7010512)
2026-03-27 22:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_000/780x0__r.jpg?hash=1774624600> (referer: https://ecarstrade.com/cars/7010512)
2026-03-27 22:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_001/780x0__r.jpg?hash=1774624600> (referer: https://ecarstrade.com/cars/7010512)
2026-03-27 22:12:49 [ecarstrade.be] INFO: Extracting details for car 7010541auction111140
2026-03-27 22:12:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 27276eb9-cfdc-57b4-b577-455062ae52ef
2026-03-27 22:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 27276eb9-cfdc-57b4-b577-455062ae52ef
2026-03-27 22:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 27276eb9-cfdc-57b4-b577-455062ae52ef
2026-03-27 22:12:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27276eb9-cfdc-57b4-b577-455062ae52ef, skipping ID generation
2026-03-27 22:12:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27276eb9-cfdc-57b4-b577-455062ae52ef with scrape type 1
2026-03-27 22:12:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27276eb9-cfdc-57b4-b577-455062ae52ef sending to next pipeline
2026-03-27 22:12:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27276eb9-cfdc-57b4-b577-455062ae52ef, identifier: 7010175auction111140
2026-03-27 22:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27276eb9-cfdc-57b4-b577-455062ae52ef with identifier: 7010175auction111140
2026-03-27 22:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27276eb9-cfdc-57b4-b577-455062ae52ef with identifier: 7010175auction111140
2026-03-27 22:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27276eb9-cfdc-57b4-b577-455062ae52ef with identifier: 7010175auction111140 to the API
2026-03-27 22:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:50 [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 22:12:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010175/photo_000/780x0__r.jpg?hash=1774622439>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '27276eb9-cfdc-57b4-b577-455062ae52ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010175',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'BMW 216 Active Tourer',
'odometer': 72222,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES ACTIVE TOURER 1.5 216D ACTIVE TOURER',
'transmission': 'manual',
'trim': 'BMW 2 SERIES TIVE TOURER 1.5 216D TIVE TOURER',
'vin': None,
'year': 2021}
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010175auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:50 [ecarstrade.be] INFO: Saving data for 7010175auction111140: {'created_time': 1774649570.185309, 'last_price_update_time': 1774649570.185319, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010175auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdc965fa-a926-5cfe-9f63-3fab834ff5d1 with identifier: 7010541auction111140
2026-03-27 22:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc965fa-a926-5cfe-9f63-3fab834ff5d1 with scrape type 1
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cdc965fa-a926-5cfe-9f63-3fab834ff5d1
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010541%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625436%27 HTTP/1.1" 200 None
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_000/780x0__r.jpg?hash=1774625436 not downloaded yet
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010541%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625436%27 HTTP/1.1" 200 None
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_001/780x0__r.jpg?hash=1774625436 not downloaded yet
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c60cf443-8863-5683-b68b-ec0532d9c7dd
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c60cf443-8863-5683-b68b-ec0532d9c7dd
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c60cf443-8863-5683-b68b-ec0532d9c7dd
2026-03-27 22:12:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c60cf443-8863-5683-b68b-ec0532d9c7dd, skipping ID generation
2026-03-27 22:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c60cf443-8863-5683-b68b-ec0532d9c7dd with scrape type 1
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c60cf443-8863-5683-b68b-ec0532d9c7dd sending to next pipeline
2026-03-27 22:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c60cf443-8863-5683-b68b-ec0532d9c7dd, identifier: 7010512auction111140
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010541%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625436%27 HTTP/1.1" 200 None
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_002/780x0__r.jpg?hash=1774625436 not downloaded yet
2026-03-27 22:12:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c60cf443-8863-5683-b68b-ec0532d9c7dd with identifier: 7010512auction111140
2026-03-27 22:12:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c60cf443-8863-5683-b68b-ec0532d9c7dd with identifier: 7010512auction111140
2026-03-27 22:12:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c60cf443-8863-5683-b68b-ec0532d9c7dd with identifier: 7010512auction111140 to the API
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:12:50 [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 22:12:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010512/photo_001/780x0__r.jpg?hash=1774624600>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c60cf443-8863-5683-b68b-ec0532d9c7dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010512',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 60468,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL MOKKA 1.2 TURBO 96KW ELEGANCE AUTO',
'transmission': 'automatic',
'trim': 'OPEL MOKKA 1.2 TURBO 96KW ELEGANCE AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010512auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:12:50 [ecarstrade.be] INFO: Saving data for 7010512auction111140: {'created_time': 1774649570.682218, 'last_price_update_time': 1774649570.682228, 'auction_closing_time': 1775121000.0}
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010512auction111140') HTTP/1.1" 204 0
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010541%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625437%27 HTTP/1.1" 200 None
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_003/780x0__r.jpg?hash=1774625437 not downloaded yet
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010541%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625437%27 HTTP/1.1" 200 None
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_004/780x0__r.jpg?hash=1774625437 not downloaded yet
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010541%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625437%27 HTTP/1.1" 200 None
2026-03-27 22:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_005/780x0__r.jpg?hash=1774625437 not downloaded yet
2026-03-27 22:12:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010233> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:51 [ecarstrade.be] INFO: Extracting details for car 7010233auction111140
2026-03-27 22:12:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade with identifier: 7010233auction111140
2026-03-27 22:12:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade with scrape type 1
2026-03-27 22:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010233%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622729%27 HTTP/1.1" 200 None
2026-03-27 22:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_000/780x0__r.jpg?hash=1774622729 not downloaded yet
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010233%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622730%27 HTTP/1.1" 200 None
2026-03-27 22:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_001/780x0__r.jpg?hash=1774622730 not downloaded yet
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010233%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622730%27 HTTP/1.1" 200 None
2026-03-27 22:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_002/780x0__r.jpg?hash=1774622730 not downloaded yet
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010233%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622730%27 HTTP/1.1" 200 None
2026-03-27 22:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_003/780x0__r.jpg?hash=1774622730 not downloaded yet
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010233%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622730%27 HTTP/1.1" 200 None
2026-03-27 22:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_004/780x0__r.jpg?hash=1774622730 not downloaded yet
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010233%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622730%27 HTTP/1.1" 200 None
2026-03-27 22:12:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_005/780x0__r.jpg?hash=1774622730 not downloaded yet
2026-03-27 22:12:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010221> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:52 [ecarstrade.be] INFO: Extracting details for car 7010221auction111140
2026-03-27 22:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ee11d20-9f28-5e9d-a54c-b249cc00addd with identifier: 7010221auction111140
2026-03-27 22:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee11d20-9f28-5e9d-a54c-b249cc00addd with scrape type 1
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6ee11d20-9f28-5e9d-a54c-b249cc00addd
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010221%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622636%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_000/780x0__r.jpg?hash=1774622636 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010221%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622636%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_001/780x0__r.jpg?hash=1774622636 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010221%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622636%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_002/780x0__r.jpg?hash=1774622636 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010221%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622637%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_003/780x0__r.jpg?hash=1774622637 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010221%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622637%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_004/780x0__r.jpg?hash=1774622637 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010221%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622637%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_005/780x0__r.jpg?hash=1774622637 not downloaded yet
2026-03-27 22:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010551> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:52 [ecarstrade.be] INFO: Extracting details for car 7010551auction111140
2026-03-27 22:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a0104fd-7f29-5844-aeae-594006f10736 with identifier: 7010551auction111140
2026-03-27 22:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a0104fd-7f29-5844-aeae-594006f10736 with scrape type 1
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a0104fd-7f29-5844-aeae-594006f10736
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010551%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625524%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_000/780x0__r.jpg?hash=1774625524 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010551%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625524%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_001/780x0__r.jpg?hash=1774625524 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010551%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625524%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_002/780x0__r.jpg?hash=1774625524 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010551%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625525%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_003/780x0__r.jpg?hash=1774625525 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010551%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625525%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_004/780x0__r.jpg?hash=1774625525 not downloaded yet
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010551%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625525%27 HTTP/1.1" 200 None
2026-03-27 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_005/780x0__r.jpg?hash=1774625525 not downloaded yet
2026-03-27 22:12:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010263> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:56 [ecarstrade.be] INFO: Extracting details for car 7010263auction111140
2026-03-27 22:12:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd1e3910-a921-5e3d-bb09-7da655e7a0d6 with identifier: 7010263auction111140
2026-03-27 22:12:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd1e3910-a921-5e3d-bb09-7da655e7a0d6 with scrape type 1
2026-03-27 22:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dd1e3910-a921-5e3d-bb09-7da655e7a0d6
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010263%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623049%27 HTTP/1.1" 200 None
2026-03-27 22:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_000/780x0__r.jpg?hash=1774623049 not downloaded yet
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010263%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623049%27 HTTP/1.1" 200 None
2026-03-27 22:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_001/780x0__r.jpg?hash=1774623049 not downloaded yet
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010263%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623049%27 HTTP/1.1" 200 None
2026-03-27 22:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_002/780x0__r.jpg?hash=1774623049 not downloaded yet
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010263%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623049%27 HTTP/1.1" 200 None
2026-03-27 22:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_003/780x0__r.jpg?hash=1774623049 not downloaded yet
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010263%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623050%27 HTTP/1.1" 200 None
2026-03-27 22:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_004/780x0__r.jpg?hash=1774623050 not downloaded yet
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010263%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623050%27 HTTP/1.1" 200 None
2026-03-27 22:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_005/780x0__r.jpg?hash=1774623050 not downloaded yet
2026-03-27 22:12:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010524> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010179> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:57 [ecarstrade.be] INFO: Extracting details for car 7010524auction111140
2026-03-27 22:12:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87c569da-4560-5cf3-b707-1d57c85c0652 with identifier: 7010524auction111140
2026-03-27 22:12:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c569da-4560-5cf3-b707-1d57c85c0652 with scrape type 1
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 87c569da-4560-5cf3-b707-1d57c85c0652
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010524%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624999%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_000/780x0__r.jpg?hash=1774624999 not downloaded yet
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010524%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624999%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_001/780x0__r.jpg?hash=1774624999 not downloaded yet
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010524%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624999%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_002/780x0__r.jpg?hash=1774624999 not downloaded yet
2026-03-27 22:12:57 [ecarstrade.be] INFO: Extracting details for car 7010179auction111140
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010524%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624999%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_003/780x0__r.jpg?hash=1774624999 not downloaded yet
2026-03-27 22:12:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da0e6998-ebe9-5224-85f6-9bf8ef1a35ef with identifier: 7010179auction111140
2026-03-27 22:12:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef with scrape type 1
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010179%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622456%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_000/780x0__r.jpg?hash=1774622456 not downloaded yet
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010524%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624999%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_004/780x0__r.jpg?hash=1774624999 not downloaded yet
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010179%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622457%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_001/780x0__r.jpg?hash=1774622457 not downloaded yet
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010524%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624999%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_005/780x0__r.jpg?hash=1774624999 not downloaded yet
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010179%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622457%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_002/780x0__r.jpg?hash=1774622457 not downloaded yet
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010179%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622457%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_003/780x0__r.jpg?hash=1774622457 not downloaded yet
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010179%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622457%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_004/780x0__r.jpg?hash=1774622457 not downloaded yet
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010179%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622457%27 HTTP/1.1" 200 None
2026-03-27 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_005/780x0__r.jpg?hash=1774622457 not downloaded yet
2026-03-27 22:12:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010255> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:12:58 [ecarstrade.be] INFO: Extracting details for car 7010255auction111140
2026-03-27 22:12:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5 with identifier: 7010255auction111140
2026-03-27 22:12:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5 with scrape type 1
2026-03-27 22:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010255%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623018%27 HTTP/1.1" 200 None
2026-03-27 22:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_000/780x0__r.jpg?hash=1774623018 not downloaded yet
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010255%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623018%27 HTTP/1.1" 200 None
2026-03-27 22:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_001/780x0__r.jpg?hash=1774623018 not downloaded yet
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010255%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623018%27 HTTP/1.1" 200 None
2026-03-27 22:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_002/780x0__r.jpg?hash=1774623018 not downloaded yet
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010255%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623019%27 HTTP/1.1" 200 None
2026-03-27 22:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_003/780x0__r.jpg?hash=1774623019 not downloaded yet
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010255%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623019%27 HTTP/1.1" 200 None
2026-03-27 22:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_004/780x0__r.jpg?hash=1774623019 not downloaded yet
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010255%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623019%27 HTTP/1.1" 200 None
2026-03-27 22:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_005/780x0__r.jpg?hash=1774623019 not downloaded yet
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010248> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_005/780x0__r.jpg?hash=1774622519> (referer: https://ecarstrade.com/cars/7010197)
2026-03-27 22:12:59 [ecarstrade.be] INFO: Extracting details for car 7010248auction111140
2026-03-27 22:12:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a61bf681-0727-58df-9e35-f9c229373fd9 with identifier: 7010248auction111140
2026-03-27 22:12:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61bf681-0727-58df-9e35-f9c229373fd9 with scrape type 1
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a61bf681-0727-58df-9e35-f9c229373fd9
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010248%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622948%27 HTTP/1.1" 200 None
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_000/780x0__r.jpg?hash=1774622948 not downloaded yet
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010248%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622948%27 HTTP/1.1" 200 None
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_001/780x0__r.jpg?hash=1774622948 not downloaded yet
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010248%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622948%27 HTTP/1.1" 200 None
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_002/780x0__r.jpg?hash=1774622948 not downloaded yet
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_005/780x0__r.jpg?hash=1774625437> (referer: https://ecarstrade.com/cars/7010541)
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010248%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622951%27 HTTP/1.1" 200 None
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_003/780x0__r.jpg?hash=1774622951 not downloaded yet
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010248%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622951%27 HTTP/1.1" 200 None
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_004/780x0__r.jpg?hash=1774622951 not downloaded yet
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a23b66ea-f755-56f6-a79c-610b5510f152
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010248%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622951%27 HTTP/1.1" 200 None
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_005/780x0__r.jpg?hash=1774622951 not downloaded yet
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_005/780x0__r.jpg?hash=1774622730> (referer: https://ecarstrade.com/cars/7010233)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cdc965fa-a926-5cfe-9f63-3fab834ff5d1
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_005/780x0__r.jpg?hash=1774622637> (referer: https://ecarstrade.com/cars/7010221)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_005/780x0__r.jpg?hash=1774625525> (referer: https://ecarstrade.com/cars/7010551)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6ee11d20-9f28-5e9d-a54c-b249cc00addd
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_005/780x0__r.jpg?hash=1774623050> (referer: https://ecarstrade.com/cars/7010263)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a0104fd-7f29-5844-aeae-594006f10736
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_004/780x0__r.jpg?hash=1774623050> (referer: https://ecarstrade.com/cars/7010263)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dd1e3910-a921-5e3d-bb09-7da655e7a0d6
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_005/780x0__r.jpg?hash=1774622457> (referer: https://ecarstrade.com/cars/7010179)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dd1e3910-a921-5e3d-bb09-7da655e7a0d6
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_005/780x0__r.jpg?hash=1774623019> (referer: https://ecarstrade.com/cars/7010255)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_004/780x0__r.jpg?hash=1774623019> (referer: https://ecarstrade.com/cars/7010255)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_002/780x0__r.jpg?hash=1774622948> (referer: https://ecarstrade.com/cars/7010248)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5
2026-03-27 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_005/780x0__r.jpg?hash=1774622951> (referer: https://ecarstrade.com/cars/7010248)
2026-03-27 22:12:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a61bf681-0727-58df-9e35-f9c229373fd9
2026-03-27 22:13:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a61bf681-0727-58df-9e35-f9c229373fd9
2026-03-27 22:13:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_004/780x0__r.jpg?hash=1774622951> (referer: https://ecarstrade.com/cars/7010248)
2026-03-27 22:13:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_003/780x0__r.jpg?hash=1774622951> (referer: https://ecarstrade.com/cars/7010248)
2026-03-27 22:13:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a61bf681-0727-58df-9e35-f9c229373fd9
2026-03-27 22:13:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_001/780x0__r.jpg?hash=1774622948> (referer: https://ecarstrade.com/cars/7010248)
2026-03-27 22:13:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a61bf681-0727-58df-9e35-f9c229373fd9
2026-03-27 22:13:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_000/780x0__r.jpg?hash=1774622948> (referer: https://ecarstrade.com/cars/7010248)
2026-03-27 22:13:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a61bf681-0727-58df-9e35-f9c229373fd9
2026-03-27 22:13:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a61bf681-0727-58df-9e35-f9c229373fd9
2026-03-27 22:13:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a61bf681-0727-58df-9e35-f9c229373fd9, skipping ID generation
2026-03-27 22:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61bf681-0727-58df-9e35-f9c229373fd9 with scrape type 1
2026-03-27 22:13:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a61bf681-0727-58df-9e35-f9c229373fd9 sending to next pipeline
2026-03-27 22:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a61bf681-0727-58df-9e35-f9c229373fd9, identifier: 7010248auction111140
2026-03-27 22:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a61bf681-0727-58df-9e35-f9c229373fd9 with identifier: 7010248auction111140
2026-03-27 22:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a61bf681-0727-58df-9e35-f9c229373fd9 with identifier: 7010248auction111140
2026-03-27 22:13:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a61bf681-0727-58df-9e35-f9c229373fd9 with identifier: 7010248auction111140 to the API
2026-03-27 22:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:00 [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 22:13:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010248/photo_000/780x0__r.jpg?hash=1774622948>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a61bf681-0727-58df-9e35-f9c229373fd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010248',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Focus',
'odometer': 127830,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-13',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS 2.0 ECOBLUE 110KW AUTO ACTIVE X',
'transmission': 'automatic',
'trim': 'FORD FOCUS 2.0 ECOBLUE 110KW AUTO ACTIVE X',
'vin': None,
'year': 2021}
2026-03-27 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010248auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:01 [ecarstrade.be] INFO: Saving data for 7010248auction111140: {'created_time': 1774649581.012723, 'last_price_update_time': 1774649581.012733, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010248auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_003/780x0__r.jpg?hash=1774623019> (referer: https://ecarstrade.com/cars/7010255)
2026-03-27 22:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_002/780x0__r.jpg?hash=1774623018> (referer: https://ecarstrade.com/cars/7010255)
2026-03-27 22:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5
2026-03-27 22:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_001/780x0__r.jpg?hash=1774623018> (referer: https://ecarstrade.com/cars/7010255)
2026-03-27 22:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5
2026-03-27 22:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_000/780x0__r.jpg?hash=1774623018> (referer: https://ecarstrade.com/cars/7010255)
2026-03-27 22:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5
2026-03-27 22:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_004/780x0__r.jpg?hash=1774622457> (referer: https://ecarstrade.com/cars/7010179)
2026-03-27 22:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5
2026-03-27 22:13:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5, skipping ID generation
2026-03-27 22:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5 with scrape type 1
2026-03-27 22:13:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5 sending to next pipeline
2026-03-27 22:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5, identifier: 7010255auction111140
2026-03-27 22:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5 with identifier: 7010255auction111140
2026-03-27 22:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5 with identifier: 7010255auction111140
2026-03-27 22:13:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6bed9ebb-5738-5c07-8c28-fc64d6d48dc5 with identifier: 7010255auction111140 to the API
2026-03-27 22:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:01 [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 22:13:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010255/photo_000/780x0__r.jpg?hash=1774623018>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '6bed9ebb-5738-5c07-8c28-fc64d6d48dc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010255',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Puma',
'odometer': 68512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM DESIGN',
'transmission': 'manual',
'trim': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW TITANIUM DESIGN',
'vin': None,
'year': 2022}
2026-03-27 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010255auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:01 [ecarstrade.be] INFO: Saving data for 7010255auction111140: {'created_time': 1774649581.80388, 'last_price_update_time': 1774649581.803893, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010255auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_003/780x0__r.jpg?hash=1774622457> (referer: https://ecarstrade.com/cars/7010179)
2026-03-27 22:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef
2026-03-27 22:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_002/780x0__r.jpg?hash=1774622457> (referer: https://ecarstrade.com/cars/7010179)
2026-03-27 22:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef
2026-03-27 22:13:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef
2026-03-27 22:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_005/780x0__r.jpg?hash=1774624999> (referer: https://ecarstrade.com/cars/7010524)
2026-03-27 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_001/780x0__r.jpg?hash=1774622457> (referer: https://ecarstrade.com/cars/7010179)
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 87c569da-4560-5cf3-b707-1d57c85c0652
2026-03-27 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_004/780x0__r.jpg?hash=1774624999> (referer: https://ecarstrade.com/cars/7010524)
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef
2026-03-27 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_000/780x0__r.jpg?hash=1774622456> (referer: https://ecarstrade.com/cars/7010179)
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 87c569da-4560-5cf3-b707-1d57c85c0652
2026-03-27 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_003/780x0__r.jpg?hash=1774624999> (referer: https://ecarstrade.com/cars/7010524)
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef
2026-03-27 22:13:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da0e6998-ebe9-5224-85f6-9bf8ef1a35ef, skipping ID generation
2026-03-27 22:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef with scrape type 1
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da0e6998-ebe9-5224-85f6-9bf8ef1a35ef sending to next pipeline
2026-03-27 22:13:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da0e6998-ebe9-5224-85f6-9bf8ef1a35ef, identifier: 7010179auction111140
2026-03-27 22:13:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da0e6998-ebe9-5224-85f6-9bf8ef1a35ef with identifier: 7010179auction111140
2026-03-27 22:13:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da0e6998-ebe9-5224-85f6-9bf8ef1a35ef with identifier: 7010179auction111140
2026-03-27 22:13:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da0e6998-ebe9-5224-85f6-9bf8ef1a35ef with identifier: 7010179auction111140 to the API
2026-03-27 22:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:02 [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 22:13:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010179/photo_000/780x0__r.jpg?hash=1774622456>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'da0e6998-ebe9-5224-85f6-9bf8ef1a35ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010179',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'BMW 216 Active Tourer',
'odometer': 102866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 SERIES ACTIVE TOURER 1.5 216D ACTIVE TOURER',
'transmission': 'manual',
'trim': 'BMW 2 SERIES TIVE TOURER 1.5 216D TIVE TOURER',
'vin': None,
'year': 2021}
2026-03-27 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010179auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:02 [ecarstrade.be] INFO: Saving data for 7010179auction111140: {'created_time': 1774649582.787733, 'last_price_update_time': 1774649582.787743, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010179auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_002/780x0__r.jpg?hash=1774624999> (referer: https://ecarstrade.com/cars/7010524)
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 87c569da-4560-5cf3-b707-1d57c85c0652
2026-03-27 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010520> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_001/780x0__r.jpg?hash=1774624999> (referer: https://ecarstrade.com/cars/7010524)
2026-03-27 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_000/780x0__r.jpg?hash=1774624999> (referer: https://ecarstrade.com/cars/7010524)
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 87c569da-4560-5cf3-b707-1d57c85c0652
2026-03-27 22:13:02 [ecarstrade.be] INFO: Extracting details for car 7010520auction111140
2026-03-27 22:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1bccb33-3eb9-5720-a9c0-7cb250beb2eb with identifier: 7010520auction111140
2026-03-27 22:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb with scrape type 1
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb
2026-03-27 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010520%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624965%27 HTTP/1.1" 200 None
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_000/780x0__r.jpg?hash=1774624965 not downloaded yet
2026-03-27 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_003/780x0__r.jpg?hash=1774623049> (referer: https://ecarstrade.com/cars/7010263)
2026-03-27 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010520%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624965%27 HTTP/1.1" 200 None
2026-03-27 22:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_001/780x0__r.jpg?hash=1774624965 not downloaded yet
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010520%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624966%27 HTTP/1.1" 200 None
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_002/780x0__r.jpg?hash=1774624966 not downloaded yet
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 87c569da-4560-5cf3-b707-1d57c85c0652
2026-03-27 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_002/780x0__r.jpg?hash=1774623049> (referer: https://ecarstrade.com/cars/7010263)
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010520%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624966%27 HTTP/1.1" 200 None
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_003/780x0__r.jpg?hash=1774624966 not downloaded yet
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 87c569da-4560-5cf3-b707-1d57c85c0652
2026-03-27 22:13:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 87c569da-4560-5cf3-b707-1d57c85c0652, skipping ID generation
2026-03-27 22:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87c569da-4560-5cf3-b707-1d57c85c0652 with scrape type 1
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 87c569da-4560-5cf3-b707-1d57c85c0652 sending to next pipeline
2026-03-27 22:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87c569da-4560-5cf3-b707-1d57c85c0652, identifier: 7010524auction111140
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010520%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624966%27 HTTP/1.1" 200 None
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_004/780x0__r.jpg?hash=1774624966 not downloaded yet
2026-03-27 22:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87c569da-4560-5cf3-b707-1d57c85c0652 with identifier: 7010524auction111140
2026-03-27 22:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87c569da-4560-5cf3-b707-1d57c85c0652 with identifier: 7010524auction111140
2026-03-27 22:13:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87c569da-4560-5cf3-b707-1d57c85c0652 with identifier: 7010524auction111140 to the API
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:03 [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 22:13:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010524/photo_000/780x0__r.jpg?hash=1774624999>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '87c569da-4560-5cf3-b707-1d57c85c0652',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010524',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '5008',
'odometer': 189870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-02',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.6 PURETECH 180 AUTO GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.6 PURETECH 180 AUTO GT',
'vin': None,
'year': 2021}
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010524auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:03 [ecarstrade.be] INFO: Saving data for 7010524auction111140: {'created_time': 1774649583.441808, 'last_price_update_time': 1774649583.441818, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010524auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_001/780x0__r.jpg?hash=1774623049> (referer: https://ecarstrade.com/cars/7010263)
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010520%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624966%27 HTTP/1.1" 200 None
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_005/780x0__r.jpg?hash=1774624966 not downloaded yet
2026-03-27 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010552> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dd1e3910-a921-5e3d-bb09-7da655e7a0d6
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dd1e3910-a921-5e3d-bb09-7da655e7a0d6
2026-03-27 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_000/780x0__r.jpg?hash=1774623049> (referer: https://ecarstrade.com/cars/7010263)
2026-03-27 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010547> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_001/780x0__r.jpg?hash=1774625524> (referer: https://ecarstrade.com/cars/7010551)
2026-03-27 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_004/780x0__r.jpg?hash=1774625525> (referer: https://ecarstrade.com/cars/7010551)
2026-03-27 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_002/780x0__r.jpg?hash=1774625524> (referer: https://ecarstrade.com/cars/7010551)
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dd1e3910-a921-5e3d-bb09-7da655e7a0d6
2026-03-27 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_003/780x0__r.jpg?hash=1774625525> (referer: https://ecarstrade.com/cars/7010551)
2026-03-27 22:13:03 [ecarstrade.be] INFO: Extracting details for car 7010552auction111140
2026-03-27 22:13:03 [ecarstrade.be] INFO: Extracting details for car 7010547auction111140
2026-03-27 22:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cb3232a-f49d-5604-b83c-60e3617182d9 with identifier: 7010552auction111140
2026-03-27 22:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cb3232a-f49d-5604-b83c-60e3617182d9 with scrape type 1
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1cb3232a-f49d-5604-b83c-60e3617182d9
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010552%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625537%27 HTTP/1.1" 200 None
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_000/780x0__r.jpg?hash=1774625537 not downloaded yet
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dd1e3910-a921-5e3d-bb09-7da655e7a0d6
2026-03-27 22:13:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dd1e3910-a921-5e3d-bb09-7da655e7a0d6, skipping ID generation
2026-03-27 22:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd1e3910-a921-5e3d-bb09-7da655e7a0d6 with scrape type 1
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dd1e3910-a921-5e3d-bb09-7da655e7a0d6 sending to next pipeline
2026-03-27 22:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd1e3910-a921-5e3d-bb09-7da655e7a0d6, identifier: 7010263auction111140
2026-03-27 22:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8058c5a-1f5d-588f-8dc5-84ec1f6788b2 with identifier: 7010547auction111140
2026-03-27 22:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2 with scrape type 1
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010547%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625474%27 HTTP/1.1" 200 None
2026-03-27 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_000/780x0__r.jpg?hash=1774625474 not downloaded yet
2026-03-27 22:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd1e3910-a921-5e3d-bb09-7da655e7a0d6 with identifier: 7010263auction111140
2026-03-27 22:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd1e3910-a921-5e3d-bb09-7da655e7a0d6 with identifier: 7010263auction111140
2026-03-27 22:13:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd1e3910-a921-5e3d-bb09-7da655e7a0d6 with identifier: 7010263auction111140 to the API
2026-03-27 22:13:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:03 [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 22:13:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010263/photo_000/780x0__r.jpg?hash=1774623049>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'dd1e3910-a921-5e3d-bb09-7da655e7a0d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010263',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 72707,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-10',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend STOCK',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend STOCK',
'vin': None,
'year': 2018}
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010263auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [ecarstrade.be] INFO: Saving data for 7010263auction111140: {'created_time': 1774649584.067824, 'last_price_update_time': 1774649584.067839, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010263auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_000/780x0__r.jpg?hash=1774625524> (referer: https://ecarstrade.com/cars/7010551)
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_000/780x0__r.jpg?hash=1774624965> (referer: https://ecarstrade.com/cars/7010520)
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_004/780x0__r.jpg?hash=1774622637> (referer: https://ecarstrade.com/cars/7010221)
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_002/780x0__r.jpg?hash=1774624966> (referer: https://ecarstrade.com/cars/7010520)
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010552%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625537%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_001/780x0__r.jpg?hash=1774625537 not downloaded yet
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010547%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625474%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_001/780x0__r.jpg?hash=1774625474 not downloaded yet
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009957> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010552%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625537%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_002/780x0__r.jpg?hash=1774625537 not downloaded yet
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010547%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625474%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_002/780x0__r.jpg?hash=1774625474 not downloaded yet
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a0104fd-7f29-5844-aeae-594006f10736
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a0104fd-7f29-5844-aeae-594006f10736
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a0104fd-7f29-5844-aeae-594006f10736
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a0104fd-7f29-5844-aeae-594006f10736
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_004/780x0__r.jpg?hash=1774624966> (referer: https://ecarstrade.com/cars/7010520)
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_003/780x0__r.jpg?hash=1774624966> (referer: https://ecarstrade.com/cars/7010520)
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_001/780x0__r.jpg?hash=1774624965> (referer: https://ecarstrade.com/cars/7010520)
2026-03-27 22:13:04 [ecarstrade.be] INFO: Extracting details for car 7009957auction111140
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_005/780x0__r.jpg?hash=1774624966> (referer: https://ecarstrade.com/cars/7010520)
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010552%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625538%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_003/780x0__r.jpg?hash=1774625538 not downloaded yet
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010547%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625474%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_003/780x0__r.jpg?hash=1774625474 not downloaded yet
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a0104fd-7f29-5844-aeae-594006f10736
2026-03-27 22:13:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a0104fd-7f29-5844-aeae-594006f10736, skipping ID generation
2026-03-27 22:13:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a0104fd-7f29-5844-aeae-594006f10736 with scrape type 1
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a0104fd-7f29-5844-aeae-594006f10736 sending to next pipeline
2026-03-27 22:13:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a0104fd-7f29-5844-aeae-594006f10736, identifier: 7010551auction111140
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6ee11d20-9f28-5e9d-a54c-b249cc00addd
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb
2026-03-27 22:13:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86d9f31d-5340-583c-88e5-a33c9eadd1b4 with identifier: 7009957auction111140
2026-03-27 22:13:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86d9f31d-5340-583c-88e5-a33c9eadd1b4 with scrape type 1
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 86d9f31d-5340-583c-88e5-a33c9eadd1b4
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009957%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621909%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_000/780x0__r.jpg?hash=1774621909 not downloaded yet
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_003/780x0__r.jpg?hash=1774622637> (referer: https://ecarstrade.com/cars/7010221)
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010552%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625538%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_004/780x0__r.jpg?hash=1774625538 not downloaded yet
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010547%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625475%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_004/780x0__r.jpg?hash=1774625475 not downloaded yet
2026-03-27 22:13:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a0104fd-7f29-5844-aeae-594006f10736 with identifier: 7010551auction111140
2026-03-27 22:13:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a0104fd-7f29-5844-aeae-594006f10736 with identifier: 7010551auction111140
2026-03-27 22:13:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a0104fd-7f29-5844-aeae-594006f10736 with identifier: 7010551auction111140 to the API
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:04 [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 22:13:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010551/photo_000/780x0__r.jpg?hash=1774625524>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5a0104fd-7f29-5844-aeae-594006f10736',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010551',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Seat',
'model': 'Leon',
'odometer': 99535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON 1.0 TSI 110 MOVE!',
'transmission': 'manual',
'trim': 'SEAT LEON 1.0 TSI 110 MOVE!',
'vin': None,
'year': 2022}
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010551auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [ecarstrade.be] INFO: Saving data for 7010551auction111140: {'created_time': 1774649584.893829, 'last_price_update_time': 1774649584.893839, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010551auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_000/780x0__r.jpg?hash=1774622636> (referer: https://ecarstrade.com/cars/7010221)
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_002/780x0__r.jpg?hash=1774622636> (referer: https://ecarstrade.com/cars/7010221)
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_001/780x0__r.jpg?hash=1774622636> (referer: https://ecarstrade.com/cars/7010221)
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009957%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621909%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_001/780x0__r.jpg?hash=1774621909 not downloaded yet
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010552%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625538%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_005/780x0__r.jpg?hash=1774625538 not downloaded yet
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010547%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625475%27 HTTP/1.1" 200 None
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_005/780x0__r.jpg?hash=1774625475 not downloaded yet
2026-03-27 22:13:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010244> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb
2026-03-27 22:13:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b1bccb33-3eb9-5720-a9c0-7cb250beb2eb, skipping ID generation
2026-03-27 22:13:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb with scrape type 1
2026-03-27 22:13:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b1bccb33-3eb9-5720-a9c0-7cb250beb2eb sending to next pipeline
2026-03-27 22:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1bccb33-3eb9-5720-a9c0-7cb250beb2eb, identifier: 7010520auction111140
2026-03-27 22:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_000/780x0__r.jpg?hash=1774625474> (referer: https://ecarstrade.com/cars/7010547)
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009957%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621909%27 HTTP/1.1" 200 None
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_002/780x0__r.jpg?hash=1774621909 not downloaded yet
2026-03-27 22:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1bccb33-3eb9-5720-a9c0-7cb250beb2eb with identifier: 7010520auction111140
2026-03-27 22:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1bccb33-3eb9-5720-a9c0-7cb250beb2eb with identifier: 7010520auction111140
2026-03-27 22:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1bccb33-3eb9-5720-a9c0-7cb250beb2eb with identifier: 7010520auction111140 to the API
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:05 [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 22:13:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010520/photo_005/780x0__r.jpg?hash=1774624966>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b1bccb33-3eb9-5720-a9c0-7cb250beb2eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010520',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '3008',
'odometer': 69491,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 DIESEL - 2016 1.5 BlueHDi Active (EU6.2)',
'transmission': 'manual',
'trim': 'PEUGEOT DIESEL - 2016 1.5 BlueHDi Active (EU6.2)',
'vin': None,
'year': 2020}
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010520auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:05 [ecarstrade.be] INFO: Saving data for 7010520auction111140: {'created_time': 1774649585.435004, 'last_price_update_time': 1774649585.435013, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010520auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_000/780x0__r.jpg?hash=1774625537> (referer: https://ecarstrade.com/cars/7010552)
2026-03-27 22:13:05 [ecarstrade.be] INFO: Extracting details for car 7010244auction111140
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6ee11d20-9f28-5e9d-a54c-b249cc00addd
2026-03-27 22:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_003/780x0__r.jpg?hash=1774622730> (referer: https://ecarstrade.com/cars/7010233)
2026-03-27 22:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_004/780x0__r.jpg?hash=1774622730> (referer: https://ecarstrade.com/cars/7010233)
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009957%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621909%27 HTTP/1.1" 200 None
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_003/780x0__r.jpg?hash=1774621909 not downloaded yet
2026-03-27 22:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_001/780x0__r.jpg?hash=1774625474> (referer: https://ecarstrade.com/cars/7010547)
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009957%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621910%27 HTTP/1.1" 200 None
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_004/780x0__r.jpg?hash=1774621910 not downloaded yet
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6ee11d20-9f28-5e9d-a54c-b249cc00addd
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6ee11d20-9f28-5e9d-a54c-b249cc00addd
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6ee11d20-9f28-5e9d-a54c-b249cc00addd
2026-03-27 22:13:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ee11d20-9f28-5e9d-a54c-b249cc00addd, skipping ID generation
2026-03-27 22:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee11d20-9f28-5e9d-a54c-b249cc00addd with scrape type 1
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ee11d20-9f28-5e9d-a54c-b249cc00addd sending to next pipeline
2026-03-27 22:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ee11d20-9f28-5e9d-a54c-b249cc00addd, identifier: 7010221auction111140
2026-03-27 22:13:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7c9ade3-c570-5037-a2db-b2e123bfb21a with identifier: 7010244auction111140
2026-03-27 22:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7c9ade3-c570-5037-a2db-b2e123bfb21a with scrape type 1
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e7c9ade3-c570-5037-a2db-b2e123bfb21a
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010244%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622920%27 HTTP/1.1" 200 None
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_000/780x0__r.jpg?hash=1774622920 not downloaded yet
2026-03-27 22:13:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2
2026-03-27 22:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ee11d20-9f28-5e9d-a54c-b249cc00addd with identifier: 7010221auction111140
2026-03-27 22:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ee11d20-9f28-5e9d-a54c-b249cc00addd with identifier: 7010221auction111140
2026-03-27 22:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ee11d20-9f28-5e9d-a54c-b249cc00addd with identifier: 7010221auction111140 to the API
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:05 [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 22:13:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010221/photo_001/780x0__r.jpg?hash=1774622636>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6ee11d20-9f28-5e9d-a54c-b249cc00addd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010221',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 97807,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010221auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:05 [ecarstrade.be] INFO: Saving data for 7010221auction111140: {'created_time': 1774649585.983017, 'last_price_update_time': 1774649585.983027, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010221auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_001/780x0__r.jpg?hash=1774625537> (referer: https://ecarstrade.com/cars/7010552)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_002/780x0__r.jpg?hash=1774622730> (referer: https://ecarstrade.com/cars/7010233)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_001/780x0__r.jpg?hash=1774622730> (referer: https://ecarstrade.com/cars/7010233)
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009957%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621910%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_005/780x0__r.jpg?hash=1774621910 not downloaded yet
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010244%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622920%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_001/780x0__r.jpg?hash=1774622920 not downloaded yet
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010510> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_004/780x0__r.jpg?hash=1774625475> (referer: https://ecarstrade.com/cars/7010547)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_003/780x0__r.jpg?hash=1774625474> (referer: https://ecarstrade.com/cars/7010547)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_002/780x0__r.jpg?hash=1774625474> (referer: https://ecarstrade.com/cars/7010547)
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010244%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622921%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_002/780x0__r.jpg?hash=1774622921 not downloaded yet
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1cb3232a-f49d-5604-b83c-60e3617182d9
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010244%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622921%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_003/780x0__r.jpg?hash=1774622921 not downloaded yet
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_003/780x0__r.jpg?hash=1774625538> (referer: https://ecarstrade.com/cars/7010552)
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010244%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622921%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_004/780x0__r.jpg?hash=1774622921 not downloaded yet
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_002/780x0__r.jpg?hash=1774621909> (referer: https://ecarstrade.com/cars/7009957)
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010244%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622921%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_005/780x0__r.jpg?hash=1774622921 not downloaded yet
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_005/780x0__r.jpg?hash=1774625538> (referer: https://ecarstrade.com/cars/7010552)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_005/780x0__r.jpg?hash=1774625475> (referer: https://ecarstrade.com/cars/7010547)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_004/780x0__r.jpg?hash=1774625538> (referer: https://ecarstrade.com/cars/7010552)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_001/780x0__r.jpg?hash=1774621909> (referer: https://ecarstrade.com/cars/7009957)
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1cb3232a-f49d-5604-b83c-60e3617182d9
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_000/780x0__r.jpg?hash=1774621909> (referer: https://ecarstrade.com/cars/7009957)
2026-03-27 22:13:06 [ecarstrade.be] INFO: Extracting details for car 7010510auction111140
2026-03-27 22:13:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4df088b-3f76-58bf-9a29-bff568d5f259 with identifier: 7010510auction111140
2026-03-27 22:13:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4df088b-3f76-58bf-9a29-bff568d5f259 with scrape type 1
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d4df088b-3f76-58bf-9a29-bff568d5f259
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010510%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624576%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_000/780x0__r.jpg?hash=1774624576 not downloaded yet
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_003/780x0__r.jpg?hash=1774621909> (referer: https://ecarstrade.com/cars/7009957)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_000/780x0__r.jpg?hash=1774622920> (referer: https://ecarstrade.com/cars/7010244)
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010510%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624576%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_001/780x0__r.jpg?hash=1774624576 not downloaded yet
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_004/780x0__r.jpg?hash=1774621910> (referer: https://ecarstrade.com/cars/7009957)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_004/780x0__r.jpg?hash=1774625437> (referer: https://ecarstrade.com/cars/7010541)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_002/780x0__r.jpg?hash=1774625537> (referer: https://ecarstrade.com/cars/7010552)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_003/780x0__r.jpg?hash=1774625437> (referer: https://ecarstrade.com/cars/7010541)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_000/780x0__r.jpg?hash=1774622729> (referer: https://ecarstrade.com/cars/7010233)
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010510%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624576%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_002/780x0__r.jpg?hash=1774624576 not downloaded yet
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010510%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624576%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_003/780x0__r.jpg?hash=1774624576 not downloaded yet
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1cb3232a-f49d-5604-b83c-60e3617182d9
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010510%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624576%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_004/780x0__r.jpg?hash=1774624576 not downloaded yet
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 86d9f31d-5340-583c-88e5-a33c9eadd1b4
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_004/780x0__r.jpg?hash=1774622921> (referer: https://ecarstrade.com/cars/7010244)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_005/780x0__r.jpg?hash=1774622921> (referer: https://ecarstrade.com/cars/7010244)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_002/780x0__r.jpg?hash=1774625436> (referer: https://ecarstrade.com/cars/7010541)
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010510%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624576%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_005/780x0__r.jpg?hash=1774624576 not downloaded yet
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_003/780x0__r.jpg?hash=1774622921> (referer: https://ecarstrade.com/cars/7010244)
2026-03-27 22:13:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1cb3232a-f49d-5604-b83c-60e3617182d9
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2
2026-03-27 22:13:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c8058c5a-1f5d-588f-8dc5-84ec1f6788b2, skipping ID generation
2026-03-27 22:13:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2 with scrape type 1
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c8058c5a-1f5d-588f-8dc5-84ec1f6788b2 sending to next pipeline
2026-03-27 22:13:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8058c5a-1f5d-588f-8dc5-84ec1f6788b2, identifier: 7010547auction111140
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1cb3232a-f49d-5604-b83c-60e3617182d9
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 86d9f31d-5340-583c-88e5-a33c9eadd1b4
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 86d9f31d-5340-583c-88e5-a33c9eadd1b4
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_002/780x0__r.jpg?hash=1774622921> (referer: https://ecarstrade.com/cars/7010244)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_001/780x0__r.jpg?hash=1774622920> (referer: https://ecarstrade.com/cars/7010244)
2026-03-27 22:13:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8058c5a-1f5d-588f-8dc5-84ec1f6788b2 with identifier: 7010547auction111140
2026-03-27 22:13:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8058c5a-1f5d-588f-8dc5-84ec1f6788b2 with identifier: 7010547auction111140
2026-03-27 22:13:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8058c5a-1f5d-588f-8dc5-84ec1f6788b2 with identifier: 7010547auction111140 to the API
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:06 [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 22:13:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010547/photo_005/780x0__r.jpg?hash=1774625475>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c8058c5a-1f5d-588f-8dc5-84ec1f6788b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010547',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Megane',
'odometer': 60373,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE GRANDTOUR 1.3 TCE 140 TECHNO',
'transmission': 'manual',
'trim': 'RENAULT MEGANE GRANDTOUR 1.3 TCE 140 TECHNO',
'vin': None,
'year': 2023}
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010547auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:06 [ecarstrade.be] INFO: Saving data for 7010547auction111140: {'created_time': 1774649586.731836, 'last_price_update_time': 1774649586.731847, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010547auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_001/780x0__r.jpg?hash=1774625436> (referer: https://ecarstrade.com/cars/7010541)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_005/780x0__r.jpg?hash=1774621910> (referer: https://ecarstrade.com/cars/7009957)
2026-03-27 22:13:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_000/780x0__r.jpg?hash=1774624576> (referer: https://ecarstrade.com/cars/7010510)
2026-03-27 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_000/780x0__r.jpg?hash=1774625436> (referer: https://ecarstrade.com/cars/7010541)
2026-03-27 22:13:06 [scrapy.extensions.logstats] INFO: Crawled 675 pages (at 65 pages/min), scraped 422 items (at 41 items/min)
2026-03-27 22:13:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 86d9f31d-5340-583c-88e5-a33c9eadd1b4
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e7c9ade3-c570-5037-a2db-b2e123bfb21a
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 86d9f31d-5340-583c-88e5-a33c9eadd1b4
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cdc965fa-a926-5cfe-9f63-3fab834ff5d1
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1cb3232a-f49d-5604-b83c-60e3617182d9
2026-03-27 22:13:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1cb3232a-f49d-5604-b83c-60e3617182d9, skipping ID generation
2026-03-27 22:13:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cb3232a-f49d-5604-b83c-60e3617182d9 with scrape type 1
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1cb3232a-f49d-5604-b83c-60e3617182d9 sending to next pipeline
2026-03-27 22:13:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1cb3232a-f49d-5604-b83c-60e3617182d9, identifier: 7010552auction111140
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cdc965fa-a926-5cfe-9f63-3fab834ff5d1
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade
2026-03-27 22:13:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade, skipping ID generation
2026-03-27 22:13:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade with scrape type 1
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade sending to next pipeline
2026-03-27 22:13:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade, identifier: 7010233auction111140
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e7c9ade3-c570-5037-a2db-b2e123bfb21a
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e7c9ade3-c570-5037-a2db-b2e123bfb21a
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cdc965fa-a926-5cfe-9f63-3fab834ff5d1
2026-03-27 22:13:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e7c9ade3-c570-5037-a2db-b2e123bfb21a
2026-03-27 22:13:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1cb3232a-f49d-5604-b83c-60e3617182d9 with identifier: 7010552auction111140
2026-03-27 22:13:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1cb3232a-f49d-5604-b83c-60e3617182d9 with identifier: 7010552auction111140
2026-03-27 22:13:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1cb3232a-f49d-5604-b83c-60e3617182d9 with identifier: 7010552auction111140 to the API
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:07 [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 22:13:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010552/photo_002/780x0__r.jpg?hash=1774625537>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '1cb3232a-f49d-5604-b83c-60e3617182d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010552',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 91554,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 1.0 TSI 81KW CLEVER',
'transmission': 'manual',
'trim': 'SKODA OCTAVIA COMBI 1.0 TSI 81KW CLEVER',
'vin': None,
'year': 2021}
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010552auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:07 [ecarstrade.be] INFO: Saving data for 7010552auction111140: {'created_time': 1774649587.276922, 'last_price_update_time': 1774649587.276932, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010552auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade with identifier: 7010233auction111140
2026-03-27 22:13:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade with identifier: 7010233auction111140
2026-03-27 22:13:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade with identifier: 7010233auction111140 to the API
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:07 [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 22:13:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010233/photo_000/780x0__r.jpg?hash=1774622729>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b5504ab0-6c84-57a8-9e8e-b7ce4d5b8ade',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010233',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 123315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2019 1.5 dA sDrive16 AdBlue',
'transmission': 'automatic',
'trim': 'DIESEL - 2019 1.5 dA sDrive16 AdBlue',
'vin': None,
'year': 2020}
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010233auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:07 [ecarstrade.be] INFO: Saving data for 7010233auction111140: {'created_time': 1774649587.621675, 'last_price_update_time': 1774649587.621686, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010233auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_004/780x0__r.jpg?hash=1774622519> (referer: https://ecarstrade.com/cars/7010197)
2026-03-27 22:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_001/780x0__r.jpg?hash=1774624576> (referer: https://ecarstrade.com/cars/7010510)
2026-03-27 22:13:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e7c9ade3-c570-5037-a2db-b2e123bfb21a
2026-03-27 22:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e7c9ade3-c570-5037-a2db-b2e123bfb21a
2026-03-27 22:13:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7c9ade3-c570-5037-a2db-b2e123bfb21a, skipping ID generation
2026-03-27 22:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7c9ade3-c570-5037-a2db-b2e123bfb21a with scrape type 1
2026-03-27 22:13:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7c9ade3-c570-5037-a2db-b2e123bfb21a sending to next pipeline
2026-03-27 22:13:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7c9ade3-c570-5037-a2db-b2e123bfb21a, identifier: 7010244auction111140
2026-03-27 22:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_003/780x0__r.jpg?hash=1774622519> (referer: https://ecarstrade.com/cars/7010197)
2026-03-27 22:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_003/780x0__r.jpg?hash=1774624576> (referer: https://ecarstrade.com/cars/7010510)
2026-03-27 22:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_004/780x0__r.jpg?hash=1774624576> (referer: https://ecarstrade.com/cars/7010510)
2026-03-27 22:13:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7c9ade3-c570-5037-a2db-b2e123bfb21a with identifier: 7010244auction111140
2026-03-27 22:13:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7c9ade3-c570-5037-a2db-b2e123bfb21a with identifier: 7010244auction111140
2026-03-27 22:13:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7c9ade3-c570-5037-a2db-b2e123bfb21a with identifier: 7010244auction111140 to the API
2026-03-27 22:13:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:08 [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 22:13:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010244/photo_001/780x0__r.jpg?hash=1774622920>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e7c9ade3-c570-5037-a2db-b2e123bfb21a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010244',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'DS Automobiles',
'model': 'DS4',
'odometer': 121416,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'DS AUTOMOBILES DS 4 1.5 BLUEHDI 130 BASTILLE + AUTO',
'transmission': 'automatic',
'trim': 'DS AUTOMOBILES DS 4 1.5 BLUEHDI 130 BASTILLE + AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010244auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:08 [ecarstrade.be] INFO: Saving data for 7010244auction111140: {'created_time': 1774649588.157469, 'last_price_update_time': 1774649588.157479, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010244auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cdc965fa-a926-5cfe-9f63-3fab834ff5d1
2026-03-27 22:13:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 86d9f31d-5340-583c-88e5-a33c9eadd1b4
2026-03-27 22:13:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86d9f31d-5340-583c-88e5-a33c9eadd1b4, skipping ID generation
2026-03-27 22:13:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86d9f31d-5340-583c-88e5-a33c9eadd1b4 with scrape type 1
2026-03-27 22:13:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 86d9f31d-5340-583c-88e5-a33c9eadd1b4 sending to next pipeline
2026-03-27 22:13:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86d9f31d-5340-583c-88e5-a33c9eadd1b4, identifier: 7009957auction111140
2026-03-27 22:13:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d4df088b-3f76-58bf-9a29-bff568d5f259
2026-03-27 22:13:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cdc965fa-a926-5cfe-9f63-3fab834ff5d1
2026-03-27 22:13:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdc965fa-a926-5cfe-9f63-3fab834ff5d1, skipping ID generation
2026-03-27 22:13:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc965fa-a926-5cfe-9f63-3fab834ff5d1 with scrape type 1
2026-03-27 22:13:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdc965fa-a926-5cfe-9f63-3fab834ff5d1 sending to next pipeline
2026-03-27 22:13:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdc965fa-a926-5cfe-9f63-3fab834ff5d1, identifier: 7010541auction111140
2026-03-27 22:13:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86d9f31d-5340-583c-88e5-a33c9eadd1b4 with identifier: 7009957auction111140
2026-03-27 22:13:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86d9f31d-5340-583c-88e5-a33c9eadd1b4 with identifier: 7009957auction111140
2026-03-27 22:13:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86d9f31d-5340-583c-88e5-a33c9eadd1b4 with identifier: 7009957auction111140 to the API
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:08 [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 22:13:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009957/photo_005/780x0__r.jpg?hash=1774621910>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '86d9f31d-5340-583c-88e5-a33c9eadd1b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009957',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 174397,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 1.4 40 TFSI E S TRONIC SPORTBACK',
'transmission': 'automatic',
'trim': 'AUDI 1.4 40 TFSI E S TRONIC SPORTBACK',
'vin': None,
'year': 2021}
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009957auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:08 [ecarstrade.be] INFO: Saving data for 7009957auction111140: {'created_time': 1774649588.703447, 'last_price_update_time': 1774649588.703459, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009957auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdc965fa-a926-5cfe-9f63-3fab834ff5d1 with identifier: 7010541auction111140
2026-03-27 22:13:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdc965fa-a926-5cfe-9f63-3fab834ff5d1 with identifier: 7010541auction111140
2026-03-27 22:13:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdc965fa-a926-5cfe-9f63-3fab834ff5d1 with identifier: 7010541auction111140 to the API
2026-03-27 22:13:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:08 [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 22:13:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010541/photo_000/780x0__r.jpg?hash=1774625436>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cdc965fa-a926-5cfe-9f63-3fab834ff5d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010541',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Megane',
'odometer': 48319,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE BERLINE 1.6 E-TECH 160 PHEV INTENS',
'transmission': 'automatic',
'trim': 'RENAULT MEGANE BERLINE 1.6 E-TECH 160 PHEV INTENS',
'vin': None,
'year': 2021}
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010541auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:09 [ecarstrade.be] INFO: Saving data for 7010541auction111140: {'created_time': 1774649589.05201, 'last_price_update_time': 1774649589.05202, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010541auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_002/780x0__r.jpg?hash=1774624576> (referer: https://ecarstrade.com/cars/7010510)
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a23b66ea-f755-56f6-a79c-610b5510f152
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d4df088b-3f76-58bf-9a29-bff568d5f259
2026-03-27 22:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_005/780x0__r.jpg?hash=1774624576> (referer: https://ecarstrade.com/cars/7010510)
2026-03-27 22:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010240> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_002/780x0__r.jpg?hash=1774622519> (referer: https://ecarstrade.com/cars/7010197)
2026-03-27 22:13:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a23b66ea-f755-56f6-a79c-610b5510f152
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d4df088b-3f76-58bf-9a29-bff568d5f259
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d4df088b-3f76-58bf-9a29-bff568d5f259
2026-03-27 22:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_001/780x0__r.jpg?hash=1774622519> (referer: https://ecarstrade.com/cars/7010197)
2026-03-27 22:13:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d4df088b-3f76-58bf-9a29-bff568d5f259
2026-03-27 22:13:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_000/780x0__r.jpg?hash=1774622519> (referer: https://ecarstrade.com/cars/7010197)
2026-03-27 22:13:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d4df088b-3f76-58bf-9a29-bff568d5f259
2026-03-27 22:13:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d4df088b-3f76-58bf-9a29-bff568d5f259, skipping ID generation
2026-03-27 22:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4df088b-3f76-58bf-9a29-bff568d5f259 with scrape type 1
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d4df088b-3f76-58bf-9a29-bff568d5f259 sending to next pipeline
2026-03-27 22:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4df088b-3f76-58bf-9a29-bff568d5f259, identifier: 7010510auction111140
2026-03-27 22:13:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4df088b-3f76-58bf-9a29-bff568d5f259 with identifier: 7010510auction111140
2026-03-27 22:13:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4df088b-3f76-58bf-9a29-bff568d5f259 with identifier: 7010510auction111140
2026-03-27 22:13:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4df088b-3f76-58bf-9a29-bff568d5f259 with identifier: 7010510auction111140 to the API
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:09 [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 22:13:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010510/photo_005/780x0__r.jpg?hash=1774624576>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd4df088b-3f76-58bf-9a29-bff568d5f259',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010510',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 58479,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-27',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CROSSLAND 1.2 81KW TURBO S-S GS Driving School Double '
'Pedal',
'transmission': 'manual',
'trim': 'OPEL CROSSLAND 1.2 81KW TURBO S-S GS Driving School Double Pedal',
'vin': None,
'year': 2023}
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010510auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:09 [ecarstrade.be] INFO: Saving data for 7010510auction111140: {'created_time': 1774649589.572907, 'last_price_update_time': 1774649589.572917, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010510auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:09 [ecarstrade.be] INFO: Extracting details for car 7010240auction111140
2026-03-27 22:13:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d733169-20c5-5230-96d0-065482e9f083 with identifier: 7010240auction111140
2026-03-27 22:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d733169-20c5-5230-96d0-065482e9f083 with scrape type 1
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7d733169-20c5-5230-96d0-065482e9f083
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010240%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622838%27 HTTP/1.1" 200 None
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_000/780x0__r.jpg?hash=1774622838 not downloaded yet
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a23b66ea-f755-56f6-a79c-610b5510f152
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a23b66ea-f755-56f6-a79c-610b5510f152
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a23b66ea-f755-56f6-a79c-610b5510f152
2026-03-27 22:13:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a23b66ea-f755-56f6-a79c-610b5510f152, skipping ID generation
2026-03-27 22:13:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a23b66ea-f755-56f6-a79c-610b5510f152 with scrape type 1
2026-03-27 22:13:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a23b66ea-f755-56f6-a79c-610b5510f152 sending to next pipeline
2026-03-27 22:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a23b66ea-f755-56f6-a79c-610b5510f152, identifier: 7010197auction111140
2026-03-27 22:13:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a23b66ea-f755-56f6-a79c-610b5510f152 with identifier: 7010197auction111140
2026-03-27 22:13:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a23b66ea-f755-56f6-a79c-610b5510f152 with identifier: 7010197auction111140
2026-03-27 22:13:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a23b66ea-f755-56f6-a79c-610b5510f152 with identifier: 7010197auction111140 to the API
2026-03-27 22:13:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:09 [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 22:13:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010197/photo_000/780x0__r.jpg?hash=1774622519>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a23b66ea-f755-56f6-a79c-610b5510f152',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010197',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 198535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 318DA (110KW) TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 DA (110KW) TOURING',
'vin': None,
'year': 2021}
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010197auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:10 [ecarstrade.be] INFO: Saving data for 7010197auction111140: {'created_time': 1774649590.070014, 'last_price_update_time': 1774649590.070025, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010197auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010240%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622838%27 HTTP/1.1" 200 None
2026-03-27 22:13:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_001/780x0__r.jpg?hash=1774622838 not downloaded yet
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010240%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622838%27 HTTP/1.1" 200 None
2026-03-27 22:13:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_002/780x0__r.jpg?hash=1774622838 not downloaded yet
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010240%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622839%27 HTTP/1.1" 200 None
2026-03-27 22:13:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_003/780x0__r.jpg?hash=1774622839 not downloaded yet
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010240%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622839%27 HTTP/1.1" 200 None
2026-03-27 22:13:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_004/780x0__r.jpg?hash=1774622839 not downloaded yet
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010240%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622839%27 HTTP/1.1" 200 None
2026-03-27 22:13:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_005/780x0__r.jpg?hash=1774622839 not downloaded yet
2026-03-27 22:13:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_003/780x0__r.jpg?hash=1774625850> (referer: https://ecarstrade.com/cars/7010573)
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010162auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010162auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010162auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010554auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010554auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010554auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010104auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010104auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010104auction111140: 1
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_003/780x0__r.jpg?hash=1774622547> (referer: https://ecarstrade.com/cars/7010204)
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010550auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010550auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010550auction111140: 1
2026-03-27 22:13:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010509auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010509auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010509auction111140: 1
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010166auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010166auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010166auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010257auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010257auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010257auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010268auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010268auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010268auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010532auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010532auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010532auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010503auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010503auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010503auction111140: 1
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 03131957-a05a-527e-bd79-ff66876152ee
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010528auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010528auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010528auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010576auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010576auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010576auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010504auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010504auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010504auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010505auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010505auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010505auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010242auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010242auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010242auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010502auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010502auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010502auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010516auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010516auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010516auction111140: 1
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010171> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010247auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010247auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010247auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010511auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010511auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010511auction111140: 1
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010533> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:16 [ecarstrade.be] INFO: Found listing with ID: 7010508auction111140
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010508auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [ecarstrade.be] INFO: Scrape type for 7010508auction111140: 1
2026-03-27 22:13:16 [ecarstrade.be] INFO: Extracting details for car 7010171auction111140
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_002/780x0__r.jpg?hash=1774625850> (referer: https://ecarstrade.com/cars/7010573)
2026-03-27 22:13:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7952205-ef4a-5c8c-abcd-104087f86684 with identifier: 7010171auction111140
2026-03-27 22:13:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7952205-ef4a-5c8c-abcd-104087f86684 with scrape type 1
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d7952205-ef4a-5c8c-abcd-104087f86684
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010171%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622422%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_000/780x0__r.jpg?hash=1774622422 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010171%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622422%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_001/780x0__r.jpg?hash=1774622422 not downloaded yet
2026-03-27 22:13:16 [ecarstrade.be] INFO: Extracting details for car 7010533auction111140
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_002/780x0__r.jpg?hash=1774622547> (referer: https://ecarstrade.com/cars/7010204)
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010171%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622422%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_002/780x0__r.jpg?hash=1774622422 not downloaded yet
2026-03-27 22:13:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41 with identifier: 7010533auction111140
2026-03-27 22:13:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41 with scrape type 1
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010533%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625183%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_000/780x0__r.jpg?hash=1774625183 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010171%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622422%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_003/780x0__r.jpg?hash=1774622422 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010533%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625183%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_001/780x0__r.jpg?hash=1774625183 not downloaded yet
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010534> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010171%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622423%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_004/780x0__r.jpg?hash=1774622423 not downloaded yet
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_006/780x0__r.jpg?hash=1774625998> (referer: https://ecarstrade.com/cars/7010580)
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010533%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625183%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_002/780x0__r.jpg?hash=1774625183 not downloaded yet
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010171%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622423%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_005/780x0__r.jpg?hash=1774622423 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010533%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625183%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_003/780x0__r.jpg?hash=1774625183 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010533%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625183%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_004/780x0__r.jpg?hash=1774625183 not downloaded yet
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 03131957-a05a-527e-bd79-ff66876152ee
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_005/780x0__r.jpg?hash=1774622839> (referer: https://ecarstrade.com/cars/7010240)
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010533%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625183%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_005/780x0__r.jpg?hash=1774625183 not downloaded yet
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_001/780x0__r.jpg?hash=1774625850> (referer: https://ecarstrade.com/cars/7010573)
2026-03-27 22:13:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:16 [ecarstrade.be] INFO: Extracting details for car 7010534auction111140
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010517> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09ef3f38-17a7-5803-a956-fc1413d7d9f0 with identifier: 7010534auction111140
2026-03-27 22:13:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09ef3f38-17a7-5803-a956-fc1413d7d9f0 with scrape type 1
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 09ef3f38-17a7-5803-a956-fc1413d7d9f0
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010534%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625202%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_000/780x0__r.jpg?hash=1774625202 not downloaded yet
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a411d14b-1f89-596c-921b-6c66fbb23388
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010534%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625203%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_001/780x0__r.jpg?hash=1774625203 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010534%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625203%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_002/780x0__r.jpg?hash=1774625203 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010534%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625203%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_003/780x0__r.jpg?hash=1774625203 not downloaded yet
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_004/780x0__r.jpg?hash=1774622839> (referer: https://ecarstrade.com/cars/7010240)
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010534%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625203%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_004/780x0__r.jpg?hash=1774625203 not downloaded yet
2026-03-27 22:13:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7d733169-20c5-5230-96d0-065482e9f083
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010534%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625203%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_005/780x0__r.jpg?hash=1774625203 not downloaded yet
2026-03-27 22:13:16 [ecarstrade.be] INFO: Extracting details for car 7010517auction111140
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc
2026-03-27 22:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010566> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with identifier: 7010517auction111140
2026-03-27 22:13:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with scrape type 1
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0ae17e67-b8f6-584b-a507-dfb3df4a9090
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010517%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624893%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_000/780x0__r.jpg?hash=1774624893 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010517%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624893%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_001/780x0__r.jpg?hash=1774624893 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010517%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624893%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_002/780x0__r.jpg?hash=1774624893 not downloaded yet
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7d733169-20c5-5230-96d0-065482e9f083
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010517%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624893%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_003/780x0__r.jpg?hash=1774624893 not downloaded yet
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010517%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624893%27 HTTP/1.1" 200 None
2026-03-27 22:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_004/780x0__r.jpg?hash=1774624893 not downloaded yet
2026-03-27 22:13:17 [ecarstrade.be] INFO: Extracting details for car 7010566auction111140
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010517%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624893%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_005/780x0__r.jpg?hash=1774624893 not downloaded yet
2026-03-27 22:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c45e02f8-acee-544b-848f-001328b65c34 with identifier: 7010566auction111140
2026-03-27 22:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c45e02f8-acee-544b-848f-001328b65c34 with scrape type 1
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c45e02f8-acee-544b-848f-001328b65c34
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010566%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625781%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_000/780x0__r.jpg?hash=1774625781 not downloaded yet
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010566%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625781%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_001/780x0__r.jpg?hash=1774625781 not downloaded yet
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010566%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625781%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_002/780x0__r.jpg?hash=1774625781 not downloaded yet
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010566%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625782%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_003/780x0__r.jpg?hash=1774625782 not downloaded yet
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010566%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625782%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_004/780x0__r.jpg?hash=1774625782 not downloaded yet
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010566%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625782%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_005/780x0__r.jpg?hash=1774625782 not downloaded yet
2026-03-27 22:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010568> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_001/780x0__r.jpg?hash=1774622422> (referer: https://ecarstrade.com/cars/7010171)
2026-03-27 22:13:17 [ecarstrade.be] INFO: Extracting details for car 7010568auction111140
2026-03-27 22:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1fcdc01-3ade-52a3-9d72-1b417e904518 with identifier: 7010568auction111140
2026-03-27 22:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1fcdc01-3ade-52a3-9d72-1b417e904518 with scrape type 1
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f1fcdc01-3ade-52a3-9d72-1b417e904518
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010568%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625815%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_000/780x0__r.jpg?hash=1774625815 not downloaded yet
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010568%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625815%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_001/780x0__r.jpg?hash=1774625815 not downloaded yet
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010568%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625815%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_002/780x0__r.jpg?hash=1774625815 not downloaded yet
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010568%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625815%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_003/780x0__r.jpg?hash=1774625815 not downloaded yet
2026-03-27 22:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_001/780x0__r.jpg?hash=1774625183> (referer: https://ecarstrade.com/cars/7010533)
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010568%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625815%27 HTTP/1.1" 200 None
2026-03-27 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_004/780x0__r.jpg?hash=1774625815 not downloaded yet
2026-03-27 22:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010568%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625815%27 HTTP/1.1" 200 None
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_005/780x0__r.jpg?hash=1774625815 not downloaded yet
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d7952205-ef4a-5c8c-abcd-104087f86684
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_003/780x0__r.jpg?hash=1774622422> (referer: https://ecarstrade.com/cars/7010171)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_004/780x0__r.jpg?hash=1774625183> (referer: https://ecarstrade.com/cars/7010533)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d7952205-ef4a-5c8c-abcd-104087f86684
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_005/780x0__r.jpg?hash=1774625183> (referer: https://ecarstrade.com/cars/7010533)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_003/780x0__r.jpg?hash=1774625183> (referer: https://ecarstrade.com/cars/7010533)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_003/780x0__r.jpg?hash=1774625203> (referer: https://ecarstrade.com/cars/7010534)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_005/780x0__r.jpg?hash=1774625203> (referer: https://ecarstrade.com/cars/7010534)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 09ef3f38-17a7-5803-a956-fc1413d7d9f0
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_005/780x0__r.jpg?hash=1774625782> (referer: https://ecarstrade.com/cars/7010566)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 09ef3f38-17a7-5803-a956-fc1413d7d9f0
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_004/780x0__r.jpg?hash=1774625782> (referer: https://ecarstrade.com/cars/7010566)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c45e02f8-acee-544b-848f-001328b65c34
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_003/780x0__r.jpg?hash=1774625815> (referer: https://ecarstrade.com/cars/7010568)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c45e02f8-acee-544b-848f-001328b65c34
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_005/780x0__r.jpg?hash=1774625815> (referer: https://ecarstrade.com/cars/7010568)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f1fcdc01-3ade-52a3-9d72-1b417e904518
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_004/780x0__r.jpg?hash=1774625815> (referer: https://ecarstrade.com/cars/7010568)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f1fcdc01-3ade-52a3-9d72-1b417e904518
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_002/780x0__r.jpg?hash=1774625815> (referer: https://ecarstrade.com/cars/7010568)
2026-03-27 22:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f1fcdc01-3ade-52a3-9d72-1b417e904518
2026-03-27 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_001/780x0__r.jpg?hash=1774625815> (referer: https://ecarstrade.com/cars/7010568)
2026-03-27 22:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f1fcdc01-3ade-52a3-9d72-1b417e904518
2026-03-27 22:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_000/780x0__r.jpg?hash=1774625815> (referer: https://ecarstrade.com/cars/7010568)
2026-03-27 22:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f1fcdc01-3ade-52a3-9d72-1b417e904518
2026-03-27 22:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_003/780x0__r.jpg?hash=1774625782> (referer: https://ecarstrade.com/cars/7010566)
2026-03-27 22:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f1fcdc01-3ade-52a3-9d72-1b417e904518
2026-03-27 22:13:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f1fcdc01-3ade-52a3-9d72-1b417e904518, skipping ID generation
2026-03-27 22:13:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1fcdc01-3ade-52a3-9d72-1b417e904518 with scrape type 1
2026-03-27 22:13:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f1fcdc01-3ade-52a3-9d72-1b417e904518 sending to next pipeline
2026-03-27 22:13:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1fcdc01-3ade-52a3-9d72-1b417e904518, identifier: 7010568auction111140
2026-03-27 22:13:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1fcdc01-3ade-52a3-9d72-1b417e904518 with identifier: 7010568auction111140
2026-03-27 22:13:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1fcdc01-3ade-52a3-9d72-1b417e904518 with identifier: 7010568auction111140
2026-03-27 22:13:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1fcdc01-3ade-52a3-9d72-1b417e904518 with identifier: 7010568auction111140 to the API
2026-03-27 22:13:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:19 [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 22:13:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010568/photo_000/780x0__r.jpg?hash=1774625815>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'f1fcdc01-3ade-52a3-9d72-1b417e904518',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010568',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 58787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 TSI Life OPF',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF VIII 1.0 TSI Life OPF',
'vin': None,
'year': 2021}
2026-03-27 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010568auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:19 [ecarstrade.be] INFO: Saving data for 7010568auction111140: {'created_time': 1774649599.699616, 'last_price_update_time': 1774649599.699627, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010568auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_002/780x0__r.jpg?hash=1774625781> (referer: https://ecarstrade.com/cars/7010566)
2026-03-27 22:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c45e02f8-acee-544b-848f-001328b65c34
2026-03-27 22:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010170> (referer: https://ecarstrade.com/search/page216?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_001/780x0__r.jpg?hash=1774625781> (referer: https://ecarstrade.com/cars/7010566)
2026-03-27 22:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c45e02f8-acee-544b-848f-001328b65c34
2026-03-27 22:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_000/780x0__r.jpg?hash=1774625781> (referer: https://ecarstrade.com/cars/7010566)
2026-03-27 22:13:19 [ecarstrade.be] INFO: Extracting details for car 7010170auction111140
2026-03-27 22:13:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90e662b0-9321-5f32-8437-6b29e41c0251 with identifier: 7010170auction111140
2026-03-27 22:13:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90e662b0-9321-5f32-8437-6b29e41c0251 with scrape type 1
2026-03-27 22:13:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 90e662b0-9321-5f32-8437-6b29e41c0251
2026-03-27 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010170%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622414%27 HTTP/1.1" 200 None
2026-03-27 22:13:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_000/780x0__r.jpg?hash=1774622414 not downloaded yet
2026-03-27 22:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_005/780x0__r.jpg?hash=1774624893> (referer: https://ecarstrade.com/cars/7010517)
2026-03-27 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010170%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622414%27 HTTP/1.1" 200 None
2026-03-27 22:13:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_001/780x0__r.jpg?hash=1774622414 not downloaded yet
2026-03-27 22:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_004/780x0__r.jpg?hash=1774624893> (referer: https://ecarstrade.com/cars/7010517)
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010170%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622414%27 HTTP/1.1" 200 None
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_002/780x0__r.jpg?hash=1774622414 not downloaded yet
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010170%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622415%27 HTTP/1.1" 200 None
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_003/780x0__r.jpg?hash=1774622415 not downloaded yet
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010170%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622415%27 HTTP/1.1" 200 None
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_004/780x0__r.jpg?hash=1774622415 not downloaded yet
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c45e02f8-acee-544b-848f-001328b65c34
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010170%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622415%27 HTTP/1.1" 200 None
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_005/780x0__r.jpg?hash=1774622415 not downloaded yet
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c45e02f8-acee-544b-848f-001328b65c34
2026-03-27 22:13:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c45e02f8-acee-544b-848f-001328b65c34, skipping ID generation
2026-03-27 22:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c45e02f8-acee-544b-848f-001328b65c34 with scrape type 1
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c45e02f8-acee-544b-848f-001328b65c34 sending to next pipeline
2026-03-27 22:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c45e02f8-acee-544b-848f-001328b65c34, identifier: 7010566auction111140
2026-03-27 22:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_003/780x0__r.jpg?hash=1774624893> (referer: https://ecarstrade.com/cars/7010517)
2026-03-27 22:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c45e02f8-acee-544b-848f-001328b65c34 with identifier: 7010566auction111140
2026-03-27 22:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c45e02f8-acee-544b-848f-001328b65c34 with identifier: 7010566auction111140
2026-03-27 22:13:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c45e02f8-acee-544b-848f-001328b65c34 with identifier: 7010566auction111140 to the API
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:20 [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 22:13:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010566/photo_000/780x0__r.jpg?hash=1774625781>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c45e02f8-acee-544b-848f-001328b65c34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010566',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 113503,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 TSI 81KW LIFE',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF VIII 1.0 TSI 81KW LIFE',
'vin': None,
'year': 2021}
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010566auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:20 [ecarstrade.be] INFO: Saving data for 7010566auction111140: {'created_time': 1774649600.506581, 'last_price_update_time': 1774649600.506592, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010566auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_002/780x0__r.jpg?hash=1774624893> (referer: https://ecarstrade.com/cars/7010517)
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0ae17e67-b8f6-584b-a507-dfb3df4a9090
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0ae17e67-b8f6-584b-a507-dfb3df4a9090
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0ae17e67-b8f6-584b-a507-dfb3df4a9090
2026-03-27 22:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_001/780x0__r.jpg?hash=1774624893> (referer: https://ecarstrade.com/cars/7010517)
2026-03-27 22:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_000/780x0__r.jpg?hash=1774624893> (referer: https://ecarstrade.com/cars/7010517)
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0ae17e67-b8f6-584b-a507-dfb3df4a9090
2026-03-27 22:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_004/780x0__r.jpg?hash=1774625203> (referer: https://ecarstrade.com/cars/7010534)
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0ae17e67-b8f6-584b-a507-dfb3df4a9090
2026-03-27 22:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_002/780x0__r.jpg?hash=1774625203> (referer: https://ecarstrade.com/cars/7010534)
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0ae17e67-b8f6-584b-a507-dfb3df4a9090
2026-03-27 22:13:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ae17e67-b8f6-584b-a507-dfb3df4a9090, skipping ID generation
2026-03-27 22:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with scrape type 1
2026-03-27 22:13:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ae17e67-b8f6-584b-a507-dfb3df4a9090 sending to next pipeline
2026-03-27 22:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ae17e67-b8f6-584b-a507-dfb3df4a9090, identifier: 7010517auction111140
2026-03-27 22:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with identifier: 7010517auction111140
2026-03-27 22:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with identifier: 7010517auction111140
2026-03-27 22:13:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ae17e67-b8f6-584b-a507-dfb3df4a9090 with identifier: 7010517auction111140 to the API
2026-03-27 22:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:21 [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 22:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010517/photo_000/780x0__r.jpg?hash=1774624893>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Electric',
'id': '0ae17e67-b8f6-584b-a507-dfb3df4a9090',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010517',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '208',
'odometer': 44650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 50 KWH ELECTRIQUE E-208 AUTO ACTIVE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 50 KWH ELECTRIQUE E- AUTO ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-27 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010517auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:21 [ecarstrade.be] INFO: Saving data for 7010517auction111140: {'created_time': 1774649601.106081, 'last_price_update_time': 1774649601.106091, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010517auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_001/780x0__r.jpg?hash=1774625203> (referer: https://ecarstrade.com/cars/7010534)
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_000/780x0__r.jpg?hash=1774625202> (referer: https://ecarstrade.com/cars/7010534)
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 09ef3f38-17a7-5803-a956-fc1413d7d9f0
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 09ef3f38-17a7-5803-a956-fc1413d7d9f0
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_000/780x0__r.jpg?hash=1774622414> (referer: https://ecarstrade.com/cars/7010170)
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_001/780x0__r.jpg?hash=1774622414> (referer: https://ecarstrade.com/cars/7010170)
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 09ef3f38-17a7-5803-a956-fc1413d7d9f0
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 09ef3f38-17a7-5803-a956-fc1413d7d9f0
2026-03-27 22:13:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 09ef3f38-17a7-5803-a956-fc1413d7d9f0, skipping ID generation
2026-03-27 22:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09ef3f38-17a7-5803-a956-fc1413d7d9f0 with scrape type 1
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 09ef3f38-17a7-5803-a956-fc1413d7d9f0 sending to next pipeline
2026-03-27 22:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09ef3f38-17a7-5803-a956-fc1413d7d9f0, identifier: 7010534auction111140
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_005/780x0__r.jpg?hash=1774622415> (referer: https://ecarstrade.com/cars/7010170)
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_004/780x0__r.jpg?hash=1774622415> (referer: https://ecarstrade.com/cars/7010170)
2026-03-27 22:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09ef3f38-17a7-5803-a956-fc1413d7d9f0 with identifier: 7010534auction111140
2026-03-27 22:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09ef3f38-17a7-5803-a956-fc1413d7d9f0 with identifier: 7010534auction111140
2026-03-27 22:13:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09ef3f38-17a7-5803-a956-fc1413d7d9f0 with identifier: 7010534auction111140 to the API
2026-03-27 22:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:21 [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 22:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010534/photo_000/780x0__r.jpg?hash=1774625202>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '09ef3f38-17a7-5803-a956-fc1413d7d9f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010534',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Megane',
'odometer': 83752,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE BERLINE 1.3 TCE 140 TECHNO',
'transmission': 'manual',
'trim': 'RENAULT MEGANE BERLINE 1.3 TCE 140 TECHNO',
'vin': None,
'year': 2023}
2026-03-27 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010534auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:21 [ecarstrade.be] INFO: Saving data for 7010534auction111140: {'created_time': 1774649601.692786, 'last_price_update_time': 1774649601.692796, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010534auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 90e662b0-9321-5f32-8437-6b29e41c0251
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 90e662b0-9321-5f32-8437-6b29e41c0251
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 90e662b0-9321-5f32-8437-6b29e41c0251
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 90e662b0-9321-5f32-8437-6b29e41c0251
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_003/780x0__r.jpg?hash=1774622415> (referer: https://ecarstrade.com/cars/7010170)
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_002/780x0__r.jpg?hash=1774622414> (referer: https://ecarstrade.com/cars/7010170)
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_002/780x0__r.jpg?hash=1774625183> (referer: https://ecarstrade.com/cars/7010533)
2026-03-27 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_005/780x0__r.jpg?hash=1774622423> (referer: https://ecarstrade.com/cars/7010171)
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 90e662b0-9321-5f32-8437-6b29e41c0251
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 90e662b0-9321-5f32-8437-6b29e41c0251
2026-03-27 22:13:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 90e662b0-9321-5f32-8437-6b29e41c0251, skipping ID generation
2026-03-27 22:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90e662b0-9321-5f32-8437-6b29e41c0251 with scrape type 1
2026-03-27 22:13:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 90e662b0-9321-5f32-8437-6b29e41c0251 sending to next pipeline
2026-03-27 22:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 90e662b0-9321-5f32-8437-6b29e41c0251, identifier: 7010170auction111140
2026-03-27 22:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 90e662b0-9321-5f32-8437-6b29e41c0251 with identifier: 7010170auction111140
2026-03-27 22:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 90e662b0-9321-5f32-8437-6b29e41c0251 with identifier: 7010170auction111140
2026-03-27 22:13:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 90e662b0-9321-5f32-8437-6b29e41c0251 with identifier: 7010170auction111140 to the API
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:22 [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 22:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010170/photo_002/780x0__r.jpg?hash=1774622414>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '90e662b0-9321-5f32-8437-6b29e41c0251',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010170',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '118',
'odometer': 95278,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-23',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 118I (100KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 I (100KW)',
'vin': None,
'year': 2021}
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010170auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:22 [ecarstrade.be] INFO: Saving data for 7010170auction111140: {'created_time': 1774649602.323753, 'last_price_update_time': 1774649602.323764, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010170auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_004/780x0__r.jpg?hash=1774622423> (referer: https://ecarstrade.com/cars/7010171)
2026-03-27 22:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_000/780x0__r.jpg?hash=1774625183> (referer: https://ecarstrade.com/cars/7010533)
2026-03-27 22:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41
2026-03-27 22:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d7952205-ef4a-5c8c-abcd-104087f86684
2026-03-27 22:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_002/780x0__r.jpg?hash=1774622422> (referer: https://ecarstrade.com/cars/7010171)
2026-03-27 22:13:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_000/780x0__r.jpg?hash=1774622422> (referer: https://ecarstrade.com/cars/7010171)
2026-03-27 22:13:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d7952205-ef4a-5c8c-abcd-104087f86684
2026-03-27 22:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41
2026-03-27 22:13:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41, skipping ID generation
2026-03-27 22:13:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41 with scrape type 1
2026-03-27 22:13:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41 sending to next pipeline
2026-03-27 22:13:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41, identifier: 7010533auction111140
2026-03-27 22:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41 with identifier: 7010533auction111140
2026-03-27 22:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41 with identifier: 7010533auction111140
2026-03-27 22:13:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41 with identifier: 7010533auction111140 to the API
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:22 [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 22:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010533/photo_000/780x0__r.jpg?hash=1774625183>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.3L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '84fc0cbd-a17f-5330-9c9a-05f6f9a7ac41',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010533',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Megane',
'odometer': 46177,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT MEGANE BERLINE 1.3 TCE 140 EQUILIBRE',
'transmission': 'manual',
'trim': 'RENAULT MEGANE BERLINE 1.3 TCE 140 EQUILIBRE',
'vin': None,
'year': 2022}
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010533auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:22 [ecarstrade.be] INFO: Saving data for 7010533auction111140: {'created_time': 1774649602.853425, 'last_price_update_time': 1774649602.853438, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010533auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d7952205-ef4a-5c8c-abcd-104087f86684
2026-03-27 22:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d7952205-ef4a-5c8c-abcd-104087f86684
2026-03-27 22:13:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d7952205-ef4a-5c8c-abcd-104087f86684, skipping ID generation
2026-03-27 22:13:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7952205-ef4a-5c8c-abcd-104087f86684 with scrape type 1
2026-03-27 22:13:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d7952205-ef4a-5c8c-abcd-104087f86684 sending to next pipeline
2026-03-27 22:13:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7952205-ef4a-5c8c-abcd-104087f86684, identifier: 7010171auction111140
2026-03-27 22:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7952205-ef4a-5c8c-abcd-104087f86684 with identifier: 7010171auction111140
2026-03-27 22:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7952205-ef4a-5c8c-abcd-104087f86684 with identifier: 7010171auction111140
2026-03-27 22:13:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7952205-ef4a-5c8c-abcd-104087f86684 with identifier: 7010171auction111140 to the API
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:23 [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 22:13:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010171/photo_000/780x0__r.jpg?hash=1774622422>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd7952205-ef4a-5c8c-abcd-104087f86684',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010171',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 126990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-02',
'seats_number': 7,
'seller_name': None,
'title': 'BMW 2 Active Tourer 1.5 216D GRAN TOURER',
'transmission': 'manual',
'trim': 'BMW 2 Active Tourer 1.5 216D GRAN TOURER',
'vin': None,
'year': 2021}
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010171auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:23 [ecarstrade.be] INFO: Saving data for 7010171auction111140: {'created_time': 1774649603.309724, 'last_price_update_time': 1774649603.309734, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010171auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010567> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:23 [ecarstrade.be] INFO: Extracting details for car 7010567auction111140
2026-03-27 22:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 196abaa3-74bf-535b-930e-a8398f5a9dc9 with identifier: 7010567auction111140
2026-03-27 22:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196abaa3-74bf-535b-930e-a8398f5a9dc9 with scrape type 1
2026-03-27 22:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 196abaa3-74bf-535b-930e-a8398f5a9dc9
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010567%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625800%27 HTTP/1.1" 200 None
2026-03-27 22:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_000/780x0__r.jpg?hash=1774625800 not downloaded yet
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010567%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625800%27 HTTP/1.1" 200 None
2026-03-27 22:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_001/780x0__r.jpg?hash=1774625800 not downloaded yet
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010567%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625800%27 HTTP/1.1" 200 None
2026-03-27 22:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_002/780x0__r.jpg?hash=1774625800 not downloaded yet
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010567%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625801%27 HTTP/1.1" 200 None
2026-03-27 22:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_003/780x0__r.jpg?hash=1774625801 not downloaded yet
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010567%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625801%27 HTTP/1.1" 200 None
2026-03-27 22:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_004/780x0__r.jpg?hash=1774625801 not downloaded yet
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010567%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625801%27 HTTP/1.1" 200 None
2026-03-27 22:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_005/780x0__r.jpg?hash=1774625801 not downloaded yet
2026-03-27 22:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010516> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:24 [ecarstrade.be] INFO: Extracting details for car 7010516auction111140
2026-03-27 22:13:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc36ce8-7377-5c71-90db-41c1e409f82a with identifier: 7010516auction111140
2026-03-27 22:13:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc36ce8-7377-5c71-90db-41c1e409f82a with scrape type 1
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8cc36ce8-7377-5c71-90db-41c1e409f82a
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010516%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624867%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_000/780x0__r.jpg?hash=1774624867 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010516%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624867%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_001/780x0__r.jpg?hash=1774624867 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010516%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624867%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_002/780x0__r.jpg?hash=1774624867 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010516%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624868%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_003/780x0__r.jpg?hash=1774624868 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010516%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624873%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_005/780x0__r.jpg?hash=1774624873 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010516%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774624873%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_006/780x0__r.jpg?hash=1774624873 not downloaded yet
2026-03-27 22:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010225> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:24 [ecarstrade.be] INFO: Extracting details for car 7010225auction111140
2026-03-27 22:13:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5069a47a-31be-55c5-8b41-f2a1dca8ebc4 with identifier: 7010225auction111140
2026-03-27 22:13:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4 with scrape type 1
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010225%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622650%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_000/780x0__r.jpg?hash=1774622650 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010225%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622650%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_001/780x0__r.jpg?hash=1774622650 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010225%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622650%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_002/780x0__r.jpg?hash=1774622650 not downloaded yet
2026-03-27 22:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010508> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010225%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622650%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_003/780x0__r.jpg?hash=1774622650 not downloaded yet
2026-03-27 22:13:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010225%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622650%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_004/780x0__r.jpg?hash=1774622650 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010225%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622650%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_005/780x0__r.jpg?hash=1774622650 not downloaded yet
2026-03-27 22:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010511> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:24 [ecarstrade.be] INFO: Extracting details for car 7010508auction111140
2026-03-27 22:13:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72ef314c-9dd3-569a-bf6c-b42f4e399ad2 with identifier: 7010508auction111140
2026-03-27 22:13:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2 with scrape type 1
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010508%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624546%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_000/780x0__r.jpg?hash=1774624546 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010508%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624546%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_001/780x0__r.jpg?hash=1774624546 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010508%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624546%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_002/780x0__r.jpg?hash=1774624546 not downloaded yet
2026-03-27 22:13:24 [ecarstrade.be] INFO: Extracting details for car 7010511auction111140
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010508%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624546%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_003/780x0__r.jpg?hash=1774624546 not downloaded yet
2026-03-27 22:13:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3210e665-9c70-5ddb-8aed-03205ae6e11f with identifier: 7010511auction111140
2026-03-27 22:13:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3210e665-9c70-5ddb-8aed-03205ae6e11f with scrape type 1
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3210e665-9c70-5ddb-8aed-03205ae6e11f
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010511%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624589%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_000/780x0__r.jpg?hash=1774624589 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010508%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624546%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_004/780x0__r.jpg?hash=1774624546 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010511%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624589%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_001/780x0__r.jpg?hash=1774624589 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010508%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624546%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_005/780x0__r.jpg?hash=1774624546 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010511%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624589%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_002/780x0__r.jpg?hash=1774624589 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010511%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624590%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_003/780x0__r.jpg?hash=1774624590 not downloaded yet
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010511%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624590%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_004/780x0__r.jpg?hash=1774624590 not downloaded yet
2026-03-27 22:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010104> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010511%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624590%27 HTTP/1.1" 200 None
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_005/780x0__r.jpg?hash=1774624590 not downloaded yet
2026-03-27 22:13:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:24 [ecarstrade.be] INFO: Extracting details for car 7010104auction111140
2026-03-27 22:13:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bc84bd0-a245-52d5-b626-04c0db7243c4 with identifier: 7010104auction111140
2026-03-27 22:13:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bc84bd0-a245-52d5-b626-04c0db7243c4 with scrape type 1
2026-03-27 22:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9bc84bd0-a245-52d5-b626-04c0db7243c4
2026-03-27 22:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010104%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621979%27 HTTP/1.1" 200 None
2026-03-27 22:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_000/780x0__r.jpg?hash=1774621979 not downloaded yet
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010104%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621980%27 HTTP/1.1" 200 None
2026-03-27 22:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_001/780x0__r.jpg?hash=1774621980 not downloaded yet
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010104%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621980%27 HTTP/1.1" 200 None
2026-03-27 22:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_002/780x0__r.jpg?hash=1774621980 not downloaded yet
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010104%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621980%27 HTTP/1.1" 200 None
2026-03-27 22:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_003/780x0__r.jpg?hash=1774621980 not downloaded yet
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010104%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621980%27 HTTP/1.1" 200 None
2026-03-27 22:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_004/780x0__r.jpg?hash=1774621980 not downloaded yet
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010104%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621980%27 HTTP/1.1" 200 None
2026-03-27 22:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_005/780x0__r.jpg?hash=1774621980 not downloaded yet
2026-03-27 22:13:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010247> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:29 [ecarstrade.be] INFO: Extracting details for car 7010247auction111140
2026-03-27 22:13:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4c4e127-8614-5587-8263-69c5c9a45320 with identifier: 7010247auction111140
2026-03-27 22:13:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4c4e127-8614-5587-8263-69c5c9a45320 with scrape type 1
2026-03-27 22:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b4c4e127-8614-5587-8263-69c5c9a45320
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010247%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622943%27 HTTP/1.1" 200 None
2026-03-27 22:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_000/780x0__r.jpg?hash=1774622943 not downloaded yet
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010247%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622944%27 HTTP/1.1" 200 None
2026-03-27 22:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_001/780x0__r.jpg?hash=1774622944 not downloaded yet
2026-03-27 22:13:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010502> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010247%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622944%27 HTTP/1.1" 200 None
2026-03-27 22:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_002/780x0__r.jpg?hash=1774622944 not downloaded yet
2026-03-27 22:13:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010247%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622944%27 HTTP/1.1" 200 None
2026-03-27 22:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_003/780x0__r.jpg?hash=1774622944 not downloaded yet
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010247%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622944%27 HTTP/1.1" 200 None
2026-03-27 22:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_004/780x0__r.jpg?hash=1774622944 not downloaded yet
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010247%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622944%27 HTTP/1.1" 200 None
2026-03-27 22:13:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_005/780x0__r.jpg?hash=1774622944 not downloaded yet
2026-03-27 22:13:30 [ecarstrade.be] INFO: Extracting details for car 7010502auction111140
2026-03-27 22:13:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b with identifier: 7010502auction111140
2026-03-27 22:13:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b with scrape type 1
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010502%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624424%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_000/780x0__r.jpg?hash=1774624424 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010502%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624424%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_001/780x0__r.jpg?hash=1774624424 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010502%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624424%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_002/780x0__r.jpg?hash=1774624424 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010502%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624424%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_003/780x0__r.jpg?hash=1774624424 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010502%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624424%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_004/780x0__r.jpg?hash=1774624424 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010502%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624424%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_005/780x0__r.jpg?hash=1774624424 not downloaded yet
2026-03-27 22:13:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010505> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:30 [ecarstrade.be] INFO: Extracting details for car 7010505auction111140
2026-03-27 22:13:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 661dc3d9-8cd9-5b33-8846-002a3da0aa20 with identifier: 7010505auction111140
2026-03-27 22:13:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 661dc3d9-8cd9-5b33-8846-002a3da0aa20 with scrape type 1
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 661dc3d9-8cd9-5b33-8846-002a3da0aa20
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010505%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624488%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_000/780x0__r.jpg?hash=1774624488 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010505%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624488%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_001/780x0__r.jpg?hash=1774624488 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010505%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624488%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_002/780x0__r.jpg?hash=1774624488 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010505%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624488%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_003/780x0__r.jpg?hash=1774624488 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010505%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624488%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_004/780x0__r.jpg?hash=1774624488 not downloaded yet
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010505%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624488%27 HTTP/1.1" 200 None
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_005/780x0__r.jpg?hash=1774624488 not downloaded yet
2026-03-27 22:13:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010504> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_005/780x0__r.jpg?hash=1774625801> (referer: https://ecarstrade.com/cars/7010567)
2026-03-27 22:13:30 [ecarstrade.be] INFO: Extracting details for car 7010504auction111140
2026-03-27 22:13:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7 with identifier: 7010504auction111140
2026-03-27 22:13:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7 with scrape type 1
2026-03-27 22:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7
2026-03-27 22:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010504%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624453%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_000/780x0__r.jpg?hash=1774624453 not downloaded yet
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010504%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624453%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_001/780x0__r.jpg?hash=1774624453 not downloaded yet
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_006/780x0__r.jpg?hash=1774624873> (referer: https://ecarstrade.com/cars/7010516)
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010504%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624453%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_002/780x0__r.jpg?hash=1774624453 not downloaded yet
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 196abaa3-74bf-535b-930e-a8398f5a9dc9
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010504%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624453%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_003/780x0__r.jpg?hash=1774624453 not downloaded yet
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010504%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624454%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_004/780x0__r.jpg?hash=1774624454 not downloaded yet
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010504%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624454%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_005/780x0__r.jpg?hash=1774624454 not downloaded yet
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_002/780x0__r.jpg?hash=1774622650> (referer: https://ecarstrade.com/cars/7010225)
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8cc36ce8-7377-5c71-90db-41c1e409f82a
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_005/780x0__r.jpg?hash=1774622650> (referer: https://ecarstrade.com/cars/7010225)
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_004/780x0__r.jpg?hash=1774624590> (referer: https://ecarstrade.com/cars/7010511)
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010528> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_005/780x0__r.jpg?hash=1774621980> (referer: https://ecarstrade.com/cars/7010104)
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3210e665-9c70-5ddb-8aed-03205ae6e11f
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_001/780x0__r.jpg?hash=1774622944> (referer: https://ecarstrade.com/cars/7010247)
2026-03-27 22:13:31 [ecarstrade.be] INFO: Extracting details for car 7010528auction111140
2026-03-27 22:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04cfb43b-e569-597f-b3b6-9c1ac71f7072 with identifier: 7010528auction111140
2026-03-27 22:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04cfb43b-e569-597f-b3b6-9c1ac71f7072 with scrape type 1
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 04cfb43b-e569-597f-b3b6-9c1ac71f7072
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010528%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625087%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_000/780x0__r.jpg?hash=1774625087 not downloaded yet
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010528%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625087%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_001/780x0__r.jpg?hash=1774625087 not downloaded yet
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010528%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625087%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_002/780x0__r.jpg?hash=1774625087 not downloaded yet
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_005/780x0__r.jpg?hash=1774624488> (referer: https://ecarstrade.com/cars/7010505)
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_005/780x0__r.jpg?hash=1774624424> (referer: https://ecarstrade.com/cars/7010502)
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010528%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625088%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_003/780x0__r.jpg?hash=1774625088 not downloaded yet
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010528%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625088%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_004/780x0__r.jpg?hash=1774625088 not downloaded yet
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9bc84bd0-a245-52d5-b626-04c0db7243c4
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010528%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625088%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_005/780x0__r.jpg?hash=1774625088 not downloaded yet
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b4c4e127-8614-5587-8263-69c5c9a45320
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_001/780x0__r.jpg?hash=1774624453> (referer: https://ecarstrade.com/cars/7010504)
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 661dc3d9-8cd9-5b33-8846-002a3da0aa20
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_004/780x0__r.jpg?hash=1774624488> (referer: https://ecarstrade.com/cars/7010505)
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_005/780x0__r.jpg?hash=1774624454> (referer: https://ecarstrade.com/cars/7010504)
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_004/780x0__r.jpg?hash=1774624454> (referer: https://ecarstrade.com/cars/7010504)
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_003/780x0__r.jpg?hash=1774624453> (referer: https://ecarstrade.com/cars/7010504)
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 661dc3d9-8cd9-5b33-8846-002a3da0aa20
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_002/780x0__r.jpg?hash=1774624453> (referer: https://ecarstrade.com/cars/7010504)
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010576> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_000/780x0__r.jpg?hash=1774624453> (referer: https://ecarstrade.com/cars/7010504)
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_003/780x0__r.jpg?hash=1774624488> (referer: https://ecarstrade.com/cars/7010505)
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_002/780x0__r.jpg?hash=1774625087> (referer: https://ecarstrade.com/cars/7010528)
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_001/780x0__r.jpg?hash=1774625087> (referer: https://ecarstrade.com/cars/7010528)
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_005/780x0__r.jpg?hash=1774625088> (referer: https://ecarstrade.com/cars/7010528)
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_004/780x0__r.jpg?hash=1774625088> (referer: https://ecarstrade.com/cars/7010528)
2026-03-27 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010503> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:31 [ecarstrade.be] INFO: Extracting details for car 7010576auction111140
2026-03-27 22:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de7e2ce2-9e9b-5801-8772-474231a263ad with identifier: 7010576auction111140
2026-03-27 22:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de7e2ce2-9e9b-5801-8772-474231a263ad with scrape type 1
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item de7e2ce2-9e9b-5801-8772-474231a263ad
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010576%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625893%27 HTTP/1.1" 200 None
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_000/780x0__r.jpg?hash=1774625893 not downloaded yet
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7
2026-03-27 22:13:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7, skipping ID generation
2026-03-27 22:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7 with scrape type 1
2026-03-27 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7 sending to next pipeline
2026-03-27 22:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7, identifier: 7010504auction111140
2026-03-27 22:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7 with identifier: 7010504auction111140
2026-03-27 22:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7 with identifier: 7010504auction111140
2026-03-27 22:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7 with identifier: 7010504auction111140 to the API
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:32 [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 22:13:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010504/photo_000/780x0__r.jpg?hash=1774624453>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'e9f0feaa-1dcd-5e05-a90a-0dd3d3f924c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010504',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 48067,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': 'NISSAN MICRA 1.0 IG-T ACENTA',
'vin': None,
'year': 2023}
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010504auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [ecarstrade.be] INFO: Saving data for 7010504auction111140: {'created_time': 1774649612.418415, 'last_price_update_time': 1774649612.418426, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010504auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_002/780x0__r.jpg?hash=1774624488> (referer: https://ecarstrade.com/cars/7010505)
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_000/780x0__r.jpg?hash=1774625087> (referer: https://ecarstrade.com/cars/7010528)
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_003/780x0__r.jpg?hash=1774625088> (referer: https://ecarstrade.com/cars/7010528)
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_001/780x0__r.jpg?hash=1774624488> (referer: https://ecarstrade.com/cars/7010505)
2026-03-27 22:13:32 [ecarstrade.be] INFO: Extracting details for car 7010503auction111140
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010576%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625894%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_001/780x0__r.jpg?hash=1774625894 not downloaded yet
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010576%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625894%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_002/780x0__r.jpg?hash=1774625894 not downloaded yet
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 661dc3d9-8cd9-5b33-8846-002a3da0aa20
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 04cfb43b-e569-597f-b3b6-9c1ac71f7072
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 04cfb43b-e569-597f-b3b6-9c1ac71f7072
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 04cfb43b-e569-597f-b3b6-9c1ac71f7072
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 04cfb43b-e569-597f-b3b6-9c1ac71f7072
2026-03-27 22:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d2840b0-d9f8-5a4c-8b97-6d0642a15549 with identifier: 7010503auction111140
2026-03-27 22:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549 with scrape type 1
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010503%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624444%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_000/780x0__r.jpg?hash=1774624444 not downloaded yet
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010576%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625894%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_003/780x0__r.jpg?hash=1774625894 not downloaded yet
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_003/780x0__r.jpg?hash=1774624424> (referer: https://ecarstrade.com/cars/7010502)
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_002/780x0__r.jpg?hash=1774624424> (referer: https://ecarstrade.com/cars/7010502)
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010503%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624444%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_001/780x0__r.jpg?hash=1774624444 not downloaded yet
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_000/780x0__r.jpg?hash=1774624488> (referer: https://ecarstrade.com/cars/7010505)
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010576%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625894%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_004/780x0__r.jpg?hash=1774625894 not downloaded yet
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010503%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624444%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_002/780x0__r.jpg?hash=1774624444 not downloaded yet
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_004/780x0__r.jpg?hash=1774624424> (referer: https://ecarstrade.com/cars/7010502)
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010576%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625894%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_005/780x0__r.jpg?hash=1774625894 not downloaded yet
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 661dc3d9-8cd9-5b33-8846-002a3da0aa20
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 04cfb43b-e569-597f-b3b6-9c1ac71f7072
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 04cfb43b-e569-597f-b3b6-9c1ac71f7072
2026-03-27 22:13:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 04cfb43b-e569-597f-b3b6-9c1ac71f7072, skipping ID generation
2026-03-27 22:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04cfb43b-e569-597f-b3b6-9c1ac71f7072 with scrape type 1
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 04cfb43b-e569-597f-b3b6-9c1ac71f7072 sending to next pipeline
2026-03-27 22:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04cfb43b-e569-597f-b3b6-9c1ac71f7072, identifier: 7010528auction111140
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 661dc3d9-8cd9-5b33-8846-002a3da0aa20
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_000/780x0__r.jpg?hash=1774624424> (referer: https://ecarstrade.com/cars/7010502)
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_001/780x0__r.jpg?hash=1774624424> (referer: https://ecarstrade.com/cars/7010502)
2026-03-27 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_005/780x0__r.jpg?hash=1774622944> (referer: https://ecarstrade.com/cars/7010247)
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010503%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624444%27 HTTP/1.1" 200 None
2026-03-27 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_003/780x0__r.jpg?hash=1774624444 not downloaded yet
2026-03-27 22:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04cfb43b-e569-597f-b3b6-9c1ac71f7072 with identifier: 7010528auction111140
2026-03-27 22:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04cfb43b-e569-597f-b3b6-9c1ac71f7072 with identifier: 7010528auction111140
2026-03-27 22:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04cfb43b-e569-597f-b3b6-9c1ac71f7072 with identifier: 7010528auction111140 to the API
2026-03-27 22:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:33 [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 22:13:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010528/photo_003/780x0__r.jpg?hash=1774625088>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '04cfb43b-e569-597f-b3b6-9c1ac71f7072',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010528',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Captur',
'odometer': 83558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-13',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CAPTUR 1.0 TCE 90 TECHNO',
'transmission': 'manual',
'trim': 'RENAULT CAPTUR 1.0 TCE 90 TECHNO',
'vin': None,
'year': 2022}
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010528auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:33 [ecarstrade.be] INFO: Saving data for 7010528auction111140: {'created_time': 1774649613.17607, 'last_price_update_time': 1774649613.176081, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010528auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_004/780x0__r.jpg?hash=1774622944> (referer: https://ecarstrade.com/cars/7010247)
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010503%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624444%27 HTTP/1.1" 200 None
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_004/780x0__r.jpg?hash=1774624444 not downloaded yet
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 661dc3d9-8cd9-5b33-8846-002a3da0aa20
2026-03-27 22:13:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 661dc3d9-8cd9-5b33-8846-002a3da0aa20, skipping ID generation
2026-03-27 22:13:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 661dc3d9-8cd9-5b33-8846-002a3da0aa20 with scrape type 1
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 661dc3d9-8cd9-5b33-8846-002a3da0aa20 sending to next pipeline
2026-03-27 22:13:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 661dc3d9-8cd9-5b33-8846-002a3da0aa20, identifier: 7010505auction111140
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b
2026-03-27 22:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 661dc3d9-8cd9-5b33-8846-002a3da0aa20 with identifier: 7010505auction111140
2026-03-27 22:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 661dc3d9-8cd9-5b33-8846-002a3da0aa20 with identifier: 7010505auction111140
2026-03-27 22:13:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 661dc3d9-8cd9-5b33-8846-002a3da0aa20 with identifier: 7010505auction111140 to the API
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:33 [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 22:13:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010505/photo_000/780x0__r.jpg?hash=1774624488>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '661dc3d9-8cd9-5b33-8846-002a3da0aa20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010505',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 52643,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': 'NISSAN MICRA 1.0 IG-T ACENTA',
'vin': None,
'year': 2022}
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010505auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:33 [ecarstrade.be] INFO: Saving data for 7010505auction111140: {'created_time': 1774649613.636719, 'last_price_update_time': 1774649613.636731, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010505auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_003/780x0__r.jpg?hash=1774622944> (referer: https://ecarstrade.com/cars/7010247)
2026-03-27 22:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_002/780x0__r.jpg?hash=1774622944> (referer: https://ecarstrade.com/cars/7010247)
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010503%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624444%27 HTTP/1.1" 200 None
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_005/780x0__r.jpg?hash=1774624444 not downloaded yet
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b
2026-03-27 22:13:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b, skipping ID generation
2026-03-27 22:13:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b with scrape type 1
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b sending to next pipeline
2026-03-27 22:13:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b, identifier: 7010502auction111140
2026-03-27 22:13:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b4c4e127-8614-5587-8263-69c5c9a45320
2026-03-27 22:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_000/780x0__r.jpg?hash=1774622943> (referer: https://ecarstrade.com/cars/7010247)
2026-03-27 22:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_000/780x0__r.jpg?hash=1774625893> (referer: https://ecarstrade.com/cars/7010576)
2026-03-27 22:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b with identifier: 7010502auction111140
2026-03-27 22:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b with identifier: 7010502auction111140
2026-03-27 22:13:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 35e40a6b-5223-5b3d-ba10-8fc084d8cc6b with identifier: 7010502auction111140 to the API
2026-03-27 22:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:33 [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 22:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010502/photo_001/780x0__r.jpg?hash=1774624424>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '35e40a6b-5223-5b3d-ba10-8fc084d8cc6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010502',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 31078,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': 'NISSAN MICRA 1.0 IG-T ACENTA',
'vin': None,
'year': 2022}
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010502auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:34 [ecarstrade.be] INFO: Saving data for 7010502auction111140: {'created_time': 1774649614.075056, 'last_price_update_time': 1774649614.075067, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010502auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b4c4e127-8614-5587-8263-69c5c9a45320
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_000/780x0__r.jpg?hash=1774624444> (referer: https://ecarstrade.com/cars/7010503)
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b4c4e127-8614-5587-8263-69c5c9a45320
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b4c4e127-8614-5587-8263-69c5c9a45320
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_003/780x0__r.jpg?hash=1774625894> (referer: https://ecarstrade.com/cars/7010576)
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b4c4e127-8614-5587-8263-69c5c9a45320
2026-03-27 22:13:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4c4e127-8614-5587-8263-69c5c9a45320, skipping ID generation
2026-03-27 22:13:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4c4e127-8614-5587-8263-69c5c9a45320 with scrape type 1
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4c4e127-8614-5587-8263-69c5c9a45320 sending to next pipeline
2026-03-27 22:13:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4c4e127-8614-5587-8263-69c5c9a45320, identifier: 7010247auction111140
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item de7e2ce2-9e9b-5801-8772-474231a263ad
2026-03-27 22:13:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4c4e127-8614-5587-8263-69c5c9a45320 with identifier: 7010247auction111140
2026-03-27 22:13:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4c4e127-8614-5587-8263-69c5c9a45320 with identifier: 7010247auction111140
2026-03-27 22:13:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4c4e127-8614-5587-8263-69c5c9a45320 with identifier: 7010247auction111140 to the API
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:34 [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 22:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010247/photo_000/780x0__r.jpg?hash=1774622943>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b4c4e127-8614-5587-8263-69c5c9a45320',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010247',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Focus',
'odometer': 106736,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-10',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Focus 1.0I ECOBOOST 74KW CONNECTED',
'transmission': 'manual',
'trim': 'FORD 1.0I ECOBOOST 74KW CONNECTED',
'vin': None,
'year': 2021}
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010247auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:34 [ecarstrade.be] INFO: Saving data for 7010247auction111140: {'created_time': 1774649614.506335, 'last_price_update_time': 1774649614.506346, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010247auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_002/780x0__r.jpg?hash=1774624444> (referer: https://ecarstrade.com/cars/7010503)
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_001/780x0__r.jpg?hash=1774624444> (referer: https://ecarstrade.com/cars/7010503)
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_004/780x0__r.jpg?hash=1774625894> (referer: https://ecarstrade.com/cars/7010576)
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_002/780x0__r.jpg?hash=1774625894> (referer: https://ecarstrade.com/cars/7010576)
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item de7e2ce2-9e9b-5801-8772-474231a263ad
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_003/780x0__r.jpg?hash=1774624444> (referer: https://ecarstrade.com/cars/7010503)
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_005/780x0__r.jpg?hash=1774625894> (referer: https://ecarstrade.com/cars/7010576)
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_001/780x0__r.jpg?hash=1774625894> (referer: https://ecarstrade.com/cars/7010576)
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_004/780x0__r.jpg?hash=1774624444> (referer: https://ecarstrade.com/cars/7010503)
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item de7e2ce2-9e9b-5801-8772-474231a263ad
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item de7e2ce2-9e9b-5801-8772-474231a263ad
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_004/780x0__r.jpg?hash=1774621980> (referer: https://ecarstrade.com/cars/7010104)
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_003/780x0__r.jpg?hash=1774621980> (referer: https://ecarstrade.com/cars/7010104)
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_001/780x0__r.jpg?hash=1774621980> (referer: https://ecarstrade.com/cars/7010104)
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_005/780x0__r.jpg?hash=1774624444> (referer: https://ecarstrade.com/cars/7010503)
2026-03-27 22:13:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_002/780x0__r.jpg?hash=1774621980> (referer: https://ecarstrade.com/cars/7010104)
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item de7e2ce2-9e9b-5801-8772-474231a263ad
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item de7e2ce2-9e9b-5801-8772-474231a263ad
2026-03-27 22:13:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de7e2ce2-9e9b-5801-8772-474231a263ad, skipping ID generation
2026-03-27 22:13:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de7e2ce2-9e9b-5801-8772-474231a263ad with scrape type 1
2026-03-27 22:13:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de7e2ce2-9e9b-5801-8772-474231a263ad sending to next pipeline
2026-03-27 22:13:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de7e2ce2-9e9b-5801-8772-474231a263ad, identifier: 7010576auction111140
2026-03-27 22:13:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de7e2ce2-9e9b-5801-8772-474231a263ad with identifier: 7010576auction111140
2026-03-27 22:13:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de7e2ce2-9e9b-5801-8772-474231a263ad with identifier: 7010576auction111140
2026-03-27 22:13:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de7e2ce2-9e9b-5801-8772-474231a263ad with identifier: 7010576auction111140 to the API
2026-03-27 22:13:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:35 [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 22:13:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010576/photo_001/780x0__r.jpg?hash=1774625894>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'de7e2ce2-9e9b-5801-8772-474231a263ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010576',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 164546,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT DIESEL - 2019 1.6 TDi SCR Style Business '
'DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT VARIANT DIESEL - 2019 1.6 TDi SCR Style Business '
'DSG',
'vin': None,
'year': 2019}
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010576auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:35 [ecarstrade.be] INFO: Saving data for 7010576auction111140: {'created_time': 1774649615.146597, 'last_price_update_time': 1774649615.146608, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010576auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_002/780x0__r.jpg?hash=1774624589> (referer: https://ecarstrade.com/cars/7010511)
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_005/780x0__r.jpg?hash=1774624590> (referer: https://ecarstrade.com/cars/7010511)
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_003/780x0__r.jpg?hash=1774624590> (referer: https://ecarstrade.com/cars/7010511)
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_000/780x0__r.jpg?hash=1774621979> (referer: https://ecarstrade.com/cars/7010104)
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010242> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9bc84bd0-a245-52d5-b626-04c0db7243c4
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9bc84bd0-a245-52d5-b626-04c0db7243c4
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9bc84bd0-a245-52d5-b626-04c0db7243c4
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549
2026-03-27 22:13:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1d2840b0-d9f8-5a4c-8b97-6d0642a15549, skipping ID generation
2026-03-27 22:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549 with scrape type 1
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1d2840b0-d9f8-5a4c-8b97-6d0642a15549 sending to next pipeline
2026-03-27 22:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d2840b0-d9f8-5a4c-8b97-6d0642a15549, identifier: 7010503auction111140
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9bc84bd0-a245-52d5-b626-04c0db7243c4
2026-03-27 22:13:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d2840b0-d9f8-5a4c-8b97-6d0642a15549 with identifier: 7010503auction111140
2026-03-27 22:13:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d2840b0-d9f8-5a4c-8b97-6d0642a15549 with identifier: 7010503auction111140
2026-03-27 22:13:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d2840b0-d9f8-5a4c-8b97-6d0642a15549 with identifier: 7010503auction111140 to the API
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:35 [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 22:13:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010503/photo_005/780x0__r.jpg?hash=1774624444>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '1d2840b0-d9f8-5a4c-8b97-6d0642a15549',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010503',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 38545,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-19',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN MICRA 1.0 IG-T ACENTA',
'transmission': 'manual',
'trim': 'NISSAN MICRA 1.0 IG-T ACENTA',
'vin': None,
'year': 2022}
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010503auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:35 [ecarstrade.be] INFO: Saving data for 7010503auction111140: {'created_time': 1774649615.592814, 'last_price_update_time': 1774649615.592825, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010503auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_005/780x0__r.jpg?hash=1774624546> (referer: https://ecarstrade.com/cars/7010508)
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_001/780x0__r.jpg?hash=1774624589> (referer: https://ecarstrade.com/cars/7010511)
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_004/780x0__r.jpg?hash=1774624546> (referer: https://ecarstrade.com/cars/7010508)
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_003/780x0__r.jpg?hash=1774624546> (referer: https://ecarstrade.com/cars/7010508)
2026-03-27 22:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_000/780x0__r.jpg?hash=1774624589> (referer: https://ecarstrade.com/cars/7010511)
2026-03-27 22:13:35 [ecarstrade.be] INFO: Extracting details for car 7010242auction111140
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3210e665-9c70-5ddb-8aed-03205ae6e11f
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3210e665-9c70-5ddb-8aed-03205ae6e11f
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3210e665-9c70-5ddb-8aed-03205ae6e11f
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9bc84bd0-a245-52d5-b626-04c0db7243c4
2026-03-27 22:13:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9bc84bd0-a245-52d5-b626-04c0db7243c4, skipping ID generation
2026-03-27 22:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bc84bd0-a245-52d5-b626-04c0db7243c4 with scrape type 1
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9bc84bd0-a245-52d5-b626-04c0db7243c4 sending to next pipeline
2026-03-27 22:13:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9bc84bd0-a245-52d5-b626-04c0db7243c4, identifier: 7010104auction111140
2026-03-27 22:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27388bd0-8d08-5a10-a541-c5718d3cff55 with identifier: 7010242auction111140
2026-03-27 22:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27388bd0-8d08-5a10-a541-c5718d3cff55 with scrape type 1
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 27388bd0-8d08-5a10-a541-c5718d3cff55
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010242%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622876%27 HTTP/1.1" 200 None
2026-03-27 22:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_000/780x0__r.jpg?hash=1774622876 not downloaded yet
2026-03-27 22:13:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9bc84bd0-a245-52d5-b626-04c0db7243c4 with identifier: 7010104auction111140
2026-03-27 22:13:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9bc84bd0-a245-52d5-b626-04c0db7243c4 with identifier: 7010104auction111140
2026-03-27 22:13:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9bc84bd0-a245-52d5-b626-04c0db7243c4 with identifier: 7010104auction111140 to the API
2026-03-27 22:13:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:35 [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 22:13:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010104/photo_000/780x0__r.jpg?hash=1774621979>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9bc84bd0-a245-52d5-b626-04c0db7243c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010104',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 81245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK - 2017 30 TFSI (EU6d-TEMP) STOCK',
'transmission': 'manual',
'trim': 'AUDI SPORTBACK - 2017 30 TFSI (EU6d-TEMP) STOCK',
'vin': None,
'year': 2020}
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010104auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:36 [ecarstrade.be] INFO: Saving data for 7010104auction111140: {'created_time': 1774649616.052318, 'last_price_update_time': 1774649616.052328, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010104auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_004/780x0__r.jpg?hash=1774622650> (referer: https://ecarstrade.com/cars/7010225)
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_000/780x0__r.jpg?hash=1774624546> (referer: https://ecarstrade.com/cars/7010508)
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_001/780x0__r.jpg?hash=1774624546> (referer: https://ecarstrade.com/cars/7010508)
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_002/780x0__r.jpg?hash=1774624546> (referer: https://ecarstrade.com/cars/7010508)
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010242%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622876%27 HTTP/1.1" 200 None
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_001/780x0__r.jpg?hash=1774622876 not downloaded yet
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_003/780x0__r.jpg?hash=1774622650> (referer: https://ecarstrade.com/cars/7010225)
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3210e665-9c70-5ddb-8aed-03205ae6e11f
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3210e665-9c70-5ddb-8aed-03205ae6e11f
2026-03-27 22:13:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3210e665-9c70-5ddb-8aed-03205ae6e11f, skipping ID generation
2026-03-27 22:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3210e665-9c70-5ddb-8aed-03205ae6e11f with scrape type 1
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3210e665-9c70-5ddb-8aed-03205ae6e11f sending to next pipeline
2026-03-27 22:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3210e665-9c70-5ddb-8aed-03205ae6e11f, identifier: 7010511auction111140
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010242%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622876%27 HTTP/1.1" 200 None
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_002/780x0__r.jpg?hash=1774622876 not downloaded yet
2026-03-27 22:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3210e665-9c70-5ddb-8aed-03205ae6e11f with identifier: 7010511auction111140
2026-03-27 22:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3210e665-9c70-5ddb-8aed-03205ae6e11f with identifier: 7010511auction111140
2026-03-27 22:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3210e665-9c70-5ddb-8aed-03205ae6e11f with identifier: 7010511auction111140 to the API
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:36 [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 22:13:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010511/photo_000/780x0__r.jpg?hash=1774624589>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '3210e665-9c70-5ddb-8aed-03205ae6e11f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010511',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 69344,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-22',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL GRANDLAND X 1.2 Turbo Edition (EU6.2) STOCK',
'transmission': 'automatic',
'trim': 'OPEL GRANDLAND X 1.2 Turbo Edition (EU6.2) STOCK',
'vin': None,
'year': 2019}
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010511auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:36 [ecarstrade.be] INFO: Saving data for 7010511auction111140: {'created_time': 1774649616.534919, 'last_price_update_time': 1774649616.534931, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010511auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010532> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_001/780x0__r.jpg?hash=1774622650> (referer: https://ecarstrade.com/cars/7010225)
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010242%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622876%27 HTTP/1.1" 200 None
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_003/780x0__r.jpg?hash=1774622876 not downloaded yet
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_000/780x0__r.jpg?hash=1774622650> (referer: https://ecarstrade.com/cars/7010225)
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_003/780x0__r.jpg?hash=1774624868> (referer: https://ecarstrade.com/cars/7010516)
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_002/780x0__r.jpg?hash=1774624867> (referer: https://ecarstrade.com/cars/7010516)
2026-03-27 22:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_005/780x0__r.jpg?hash=1774624873> (referer: https://ecarstrade.com/cars/7010516)
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010242%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622876%27 HTTP/1.1" 200 None
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_004/780x0__r.jpg?hash=1774622876 not downloaded yet
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2
2026-03-27 22:13:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 72ef314c-9dd3-569a-bf6c-b42f4e399ad2, skipping ID generation
2026-03-27 22:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2 with scrape type 1
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 72ef314c-9dd3-569a-bf6c-b42f4e399ad2 sending to next pipeline
2026-03-27 22:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72ef314c-9dd3-569a-bf6c-b42f4e399ad2, identifier: 7010508auction111140
2026-03-27 22:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4
2026-03-27 22:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72ef314c-9dd3-569a-bf6c-b42f4e399ad2 with identifier: 7010508auction111140
2026-03-27 22:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72ef314c-9dd3-569a-bf6c-b42f4e399ad2 with identifier: 7010508auction111140
2026-03-27 22:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72ef314c-9dd3-569a-bf6c-b42f4e399ad2 with identifier: 7010508auction111140 to the API
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:36 [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 22:13:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010508/photo_002/780x0__r.jpg?hash=1774624546>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '72ef314c-9dd3-569a-bf6c-b42f4e399ad2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010508',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 102330,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-10',
'seats_number': 7,
'seller_name': None,
'title': 'OPEL COMBO LIFE SWB 1.2 T L1H1 Edition S-S (EU6.3)',
'transmission': 'manual',
'trim': 'OPEL COMBO LIFE SWB 1.2 T L1H1 Edition S-S (EU6.3)',
'vin': None,
'year': 2020}
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010508auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:36 [ecarstrade.be] INFO: Saving data for 7010508auction111140: {'created_time': 1774649616.993506, 'last_price_update_time': 1774649616.993517, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010508auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:37 [ecarstrade.be] INFO: Extracting details for car 7010532auction111140
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010242%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622876%27 HTTP/1.1" 200 None
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_005/780x0__r.jpg?hash=1774622876 not downloaded yet
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_003/780x0__r.jpg?hash=1774625801> (referer: https://ecarstrade.com/cars/7010567)
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_004/780x0__r.jpg?hash=1774625801> (referer: https://ecarstrade.com/cars/7010567)
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_002/780x0__r.jpg?hash=1774625800> (referer: https://ecarstrade.com/cars/7010567)
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_000/780x0__r.jpg?hash=1774622876> (referer: https://ecarstrade.com/cars/7010242)
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_001/780x0__r.jpg?hash=1774624867> (referer: https://ecarstrade.com/cars/7010516)
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_000/780x0__r.jpg?hash=1774624867> (referer: https://ecarstrade.com/cars/7010516)
2026-03-27 22:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010257> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ab9e223-002d-5975-bc16-1fbe494f6b8f with identifier: 7010532auction111140
2026-03-27 22:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ab9e223-002d-5975-bc16-1fbe494f6b8f with scrape type 1
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7ab9e223-002d-5975-bc16-1fbe494f6b8f
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010532%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625157%27 HTTP/1.1" 200 None
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_000/780x0__r.jpg?hash=1774625157 not downloaded yet
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4
2026-03-27 22:13:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5069a47a-31be-55c5-8b41-f2a1dca8ebc4, skipping ID generation
2026-03-27 22:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4 with scrape type 1
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5069a47a-31be-55c5-8b41-f2a1dca8ebc4 sending to next pipeline
2026-03-27 22:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5069a47a-31be-55c5-8b41-f2a1dca8ebc4, identifier: 7010225auction111140
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8cc36ce8-7377-5c71-90db-41c1e409f82a
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8cc36ce8-7377-5c71-90db-41c1e409f82a
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8cc36ce8-7377-5c71-90db-41c1e409f82a
2026-03-27 22:13:37 [ecarstrade.be] INFO: Extracting details for car 7010257auction111140
2026-03-27 22:13:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5069a47a-31be-55c5-8b41-f2a1dca8ebc4 with identifier: 7010225auction111140
2026-03-27 22:13:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5069a47a-31be-55c5-8b41-f2a1dca8ebc4 with identifier: 7010225auction111140
2026-03-27 22:13:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5069a47a-31be-55c5-8b41-f2a1dca8ebc4 with identifier: 7010225auction111140 to the API
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:37 [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 22:13:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010225/photo_000/780x0__r.jpg?hash=1774622650>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5069a47a-31be-55c5-8b41-f2a1dca8ebc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010225',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 118622,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010225auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:37 [ecarstrade.be] INFO: Saving data for 7010225auction111140: {'created_time': 1774649617.5311, 'last_price_update_time': 1774649617.53111, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010225auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_001/780x0__r.jpg?hash=1774622876> (referer: https://ecarstrade.com/cars/7010242)
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_002/780x0__r.jpg?hash=1774622876> (referer: https://ecarstrade.com/cars/7010242)
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_003/780x0__r.jpg?hash=1774622876> (referer: https://ecarstrade.com/cars/7010242)
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_000/780x0__r.jpg?hash=1774625800> (referer: https://ecarstrade.com/cars/7010567)
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_001/780x0__r.jpg?hash=1774625800> (referer: https://ecarstrade.com/cars/7010567)
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010532%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625157%27 HTTP/1.1" 200 None
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_001/780x0__r.jpg?hash=1774625157 not downloaded yet
2026-03-27 22:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010268> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 196abaa3-74bf-535b-930e-a8398f5a9dc9
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 196abaa3-74bf-535b-930e-a8398f5a9dc9
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 196abaa3-74bf-535b-930e-a8398f5a9dc9
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 27388bd0-8d08-5a10-a541-c5718d3cff55
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8cc36ce8-7377-5c71-90db-41c1e409f82a
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8cc36ce8-7377-5c71-90db-41c1e409f82a
2026-03-27 22:13:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8cc36ce8-7377-5c71-90db-41c1e409f82a, skipping ID generation
2026-03-27 22:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc36ce8-7377-5c71-90db-41c1e409f82a with scrape type 1
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8cc36ce8-7377-5c71-90db-41c1e409f82a sending to next pipeline
2026-03-27 22:13:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cc36ce8-7377-5c71-90db-41c1e409f82a, identifier: 7010516auction111140
2026-03-27 22:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 648c422b-0ab3-57e6-bbb8-0d2133c896ee with identifier: 7010257auction111140
2026-03-27 22:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 648c422b-0ab3-57e6-bbb8-0d2133c896ee with scrape type 1
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 648c422b-0ab3-57e6-bbb8-0d2133c896ee
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010257%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623029%27 HTTP/1.1" 200 None
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_001/780x0__r.jpg?hash=1774623029 not downloaded yet
2026-03-27 22:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_004/780x0__r.jpg?hash=1774622876> (referer: https://ecarstrade.com/cars/7010242)
2026-03-27 22:13:37 [ecarstrade.be] INFO: Extracting details for car 7010268auction111140
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010532%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625157%27 HTTP/1.1" 200 None
2026-03-27 22:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_002/780x0__r.jpg?hash=1774625157 not downloaded yet
2026-03-27 22:13:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cc36ce8-7377-5c71-90db-41c1e409f82a with identifier: 7010516auction111140
2026-03-27 22:13:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cc36ce8-7377-5c71-90db-41c1e409f82a with identifier: 7010516auction111140
2026-03-27 22:13:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cc36ce8-7377-5c71-90db-41c1e409f82a with identifier: 7010516auction111140 to the API
2026-03-27 22:13:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:38 [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 22:13:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010516/photo_000/780x0__r.jpg?hash=1774624867>
{'auction_title': '',
'c_o_2_emission_value': 87,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8cc36ce8-7377-5c71-90db-41c1e409f82a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010516',
'listing': 'auction',
'location': 'Belgium - "DELIVERY"',
'make': 'Peugeot',
'model': '208',
'odometer': 71078,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-06',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.5 BLUEHDI 75KW S-S ACTIVE PACK',
'transmission': 'manual',
'trim': 'PEUGEOT 1.5 BLUEHDI 75KW S-S ACTIVE PACK',
'vin': None,
'year': 2021}
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010516auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [ecarstrade.be] INFO: Saving data for 7010516auction111140: {'created_time': 1774649618.172565, 'last_price_update_time': 1774649618.172576, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010516auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010257%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623029%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_002/780x0__r.jpg?hash=1774623029 not downloaded yet
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010532%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625157%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_003/780x0__r.jpg?hash=1774625157 not downloaded yet
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 27388bd0-8d08-5a10-a541-c5718d3cff55
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 27388bd0-8d08-5a10-a541-c5718d3cff55
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 27388bd0-8d08-5a10-a541-c5718d3cff55
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 196abaa3-74bf-535b-930e-a8398f5a9dc9
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 196abaa3-74bf-535b-930e-a8398f5a9dc9
2026-03-27 22:13:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 196abaa3-74bf-535b-930e-a8398f5a9dc9, skipping ID generation
2026-03-27 22:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196abaa3-74bf-535b-930e-a8398f5a9dc9 with scrape type 1
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 196abaa3-74bf-535b-930e-a8398f5a9dc9 sending to next pipeline
2026-03-27 22:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 196abaa3-74bf-535b-930e-a8398f5a9dc9, identifier: 7010567auction111140
2026-03-27 22:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f06e9b4-f8ad-50f5-a16d-7ad711198323 with identifier: 7010268auction111140
2026-03-27 22:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f06e9b4-f8ad-50f5-a16d-7ad711198323 with scrape type 1
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5f06e9b4-f8ad-50f5-a16d-7ad711198323
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010268%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623074%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_000/780x0__r.jpg?hash=1774623074 not downloaded yet
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010257%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623029%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_003/780x0__r.jpg?hash=1774623029 not downloaded yet
2026-03-27 22:13:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 196abaa3-74bf-535b-930e-a8398f5a9dc9 with identifier: 7010567auction111140
2026-03-27 22:13:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 196abaa3-74bf-535b-930e-a8398f5a9dc9 with identifier: 7010567auction111140
2026-03-27 22:13:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 196abaa3-74bf-535b-930e-a8398f5a9dc9 with identifier: 7010567auction111140 to the API
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:38 [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 22:13:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010567/photo_001/780x0__r.jpg?hash=1774625800>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '196abaa3-74bf-535b-930e-a8398f5a9dc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010567',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 53883,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.0 TSI Life OPF',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF VIII 1.0 TSI Life OPF',
'vin': None,
'year': 2021}
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010567auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [ecarstrade.be] INFO: Saving data for 7010567auction111140: {'created_time': 1774649618.6709, 'last_price_update_time': 1774649618.670911, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010567auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_003/780x0__r.jpg?hash=1774622839> (referer: https://ecarstrade.com/cars/7010240)
2026-03-27 22:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_002/780x0__r.jpg?hash=1774622838> (referer: https://ecarstrade.com/cars/7010240)
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010532%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625157%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_004/780x0__r.jpg?hash=1774625157 not downloaded yet
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010268%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623074%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_001/780x0__r.jpg?hash=1774623074 not downloaded yet
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 27388bd0-8d08-5a10-a541-c5718d3cff55
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010257%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623030%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_004/780x0__r.jpg?hash=1774623030 not downloaded yet
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010532%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625157%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_005/780x0__r.jpg?hash=1774625157 not downloaded yet
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010268%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623074%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_002/780x0__r.jpg?hash=1774623074 not downloaded yet
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010257%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623030%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_005/780x0__r.jpg?hash=1774623030 not downloaded yet
2026-03-27 22:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_005/780x0__r.jpg?hash=1774622876> (referer: https://ecarstrade.com/cars/7010242)
2026-03-27 22:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_000/780x0__r.jpg?hash=1774625157> (referer: https://ecarstrade.com/cars/7010532)
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010268%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623074%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_003/780x0__r.jpg?hash=1774623074 not downloaded yet
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010257%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623030%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_006/780x0__r.jpg?hash=1774623030 not downloaded yet
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010268%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623074%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_004/780x0__r.jpg?hash=1774623074 not downloaded yet
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7d733169-20c5-5230-96d0-065482e9f083
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7d733169-20c5-5230-96d0-065482e9f083
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010268%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623074%27 HTTP/1.1" 200 None
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_005/780x0__r.jpg?hash=1774623074 not downloaded yet
2026-03-27 22:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_001/780x0__r.jpg?hash=1774622838> (referer: https://ecarstrade.com/cars/7010240)
2026-03-27 22:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_000/780x0__r.jpg?hash=1774622838> (referer: https://ecarstrade.com/cars/7010240)
2026-03-27 22:13:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 27388bd0-8d08-5a10-a541-c5718d3cff55
2026-03-27 22:13:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27388bd0-8d08-5a10-a541-c5718d3cff55, skipping ID generation
2026-03-27 22:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27388bd0-8d08-5a10-a541-c5718d3cff55 with scrape type 1
2026-03-27 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27388bd0-8d08-5a10-a541-c5718d3cff55 sending to next pipeline
2026-03-27 22:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27388bd0-8d08-5a10-a541-c5718d3cff55, identifier: 7010242auction111140
2026-03-27 22:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27388bd0-8d08-5a10-a541-c5718d3cff55 with identifier: 7010242auction111140
2026-03-27 22:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27388bd0-8d08-5a10-a541-c5718d3cff55 with identifier: 7010242auction111140
2026-03-27 22:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27388bd0-8d08-5a10-a541-c5718d3cff55 with identifier: 7010242auction111140 to the API
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:39 [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 22:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010242/photo_005/780x0__r.jpg?hash=1774622876>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '27388bd0-8d08-5a10-a541-c5718d3cff55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010242',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Citroen',
'model': 'C4',
'odometer': 124569,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C4 1.5 BLUEHDI 110 S&S BUSINESS LOUNGE',
'transmission': 'manual',
'trim': 'CITROAu2039N 1.5 BLUEHDI 110 S&S BUSINESS LOUNGE',
'vin': None,
'year': 2022}
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010242auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:39 [ecarstrade.be] INFO: Saving data for 7010242auction111140: {'created_time': 1774649619.417739, 'last_price_update_time': 1774649619.41775, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010242auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_001/780x0__r.jpg?hash=1774622547> (referer: https://ecarstrade.com/cars/7010204)
2026-03-27 22:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7ab9e223-002d-5975-bc16-1fbe494f6b8f
2026-03-27 22:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7d733169-20c5-5230-96d0-065482e9f083
2026-03-27 22:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7d733169-20c5-5230-96d0-065482e9f083
2026-03-27 22:13:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d733169-20c5-5230-96d0-065482e9f083, skipping ID generation
2026-03-27 22:13:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d733169-20c5-5230-96d0-065482e9f083 with scrape type 1
2026-03-27 22:13:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d733169-20c5-5230-96d0-065482e9f083 sending to next pipeline
2026-03-27 22:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d733169-20c5-5230-96d0-065482e9f083, identifier: 7010240auction111140
2026-03-27 22:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d733169-20c5-5230-96d0-065482e9f083 with identifier: 7010240auction111140
2026-03-27 22:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d733169-20c5-5230-96d0-065482e9f083 with identifier: 7010240auction111140
2026-03-27 22:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d733169-20c5-5230-96d0-065482e9f083 with identifier: 7010240auction111140 to the API
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:39 [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 22:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010240/photo_000/780x0__r.jpg?hash=1774622838>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '7d733169-20c5-5230-96d0-065482e9f083',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010240',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Citroen',
'model': 'C4',
'odometer': 47660,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-20',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C4 1.2 PURETECH 100 S&S FEEL',
'transmission': 'manual',
'trim': 'CITROAu2039N 1.2 PURETECH 100 S&S FEEL',
'vin': None,
'year': 2023}
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010240auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:39 [ecarstrade.be] INFO: Saving data for 7010240auction111140: {'created_time': 1774649619.891618, 'last_price_update_time': 1774649619.891631, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010240auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_001/780x0__r.jpg?hash=1774625157> (referer: https://ecarstrade.com/cars/7010532)
2026-03-27 22:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 03131957-a05a-527e-bd79-ff66876152ee
2026-03-27 22:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_005/780x0__r.jpg?hash=1774625998> (referer: https://ecarstrade.com/cars/7010580)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7ab9e223-002d-5975-bc16-1fbe494f6b8f
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_000/780x0__r.jpg?hash=1774623074> (referer: https://ecarstrade.com/cars/7010268)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a411d14b-1f89-596c-921b-6c66fbb23388
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_003/780x0__r.jpg?hash=1774625157> (referer: https://ecarstrade.com/cars/7010532)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5f06e9b4-f8ad-50f5-a16d-7ad711198323
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_002/780x0__r.jpg?hash=1774623074> (referer: https://ecarstrade.com/cars/7010268)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7ab9e223-002d-5975-bc16-1fbe494f6b8f
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_005/780x0__r.jpg?hash=1774625157> (referer: https://ecarstrade.com/cars/7010532)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5f06e9b4-f8ad-50f5-a16d-7ad711198323
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_005/780x0__r.jpg?hash=1774623074> (referer: https://ecarstrade.com/cars/7010268)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7ab9e223-002d-5975-bc16-1fbe494f6b8f
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_004/780x0__r.jpg?hash=1774623074> (referer: https://ecarstrade.com/cars/7010268)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5f06e9b4-f8ad-50f5-a16d-7ad711198323
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5f06e9b4-f8ad-50f5-a16d-7ad711198323
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_006/780x0__r.jpg?hash=1774623030> (referer: https://ecarstrade.com/cars/7010257)
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_003/780x0__r.jpg?hash=1774623074> (referer: https://ecarstrade.com/cars/7010268)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 648c422b-0ab3-57e6-bbb8-0d2133c896ee
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_005/780x0__r.jpg?hash=1774623030> (referer: https://ecarstrade.com/cars/7010257)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5f06e9b4-f8ad-50f5-a16d-7ad711198323
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_004/780x0__r.jpg?hash=1774623030> (referer: https://ecarstrade.com/cars/7010257)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 648c422b-0ab3-57e6-bbb8-0d2133c896ee
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_001/780x0__r.jpg?hash=1774623074> (referer: https://ecarstrade.com/cars/7010268)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 648c422b-0ab3-57e6-bbb8-0d2133c896ee
2026-03-27 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_004/780x0__r.jpg?hash=1774625157> (referer: https://ecarstrade.com/cars/7010532)
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5f06e9b4-f8ad-50f5-a16d-7ad711198323
2026-03-27 22:13:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5f06e9b4-f8ad-50f5-a16d-7ad711198323, skipping ID generation
2026-03-27 22:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f06e9b4-f8ad-50f5-a16d-7ad711198323 with scrape type 1
2026-03-27 22:13:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5f06e9b4-f8ad-50f5-a16d-7ad711198323 sending to next pipeline
2026-03-27 22:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f06e9b4-f8ad-50f5-a16d-7ad711198323, identifier: 7010268auction111140
2026-03-27 22:13:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f06e9b4-f8ad-50f5-a16d-7ad711198323 with identifier: 7010268auction111140
2026-03-27 22:13:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f06e9b4-f8ad-50f5-a16d-7ad711198323 with identifier: 7010268auction111140
2026-03-27 22:13:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f06e9b4-f8ad-50f5-a16d-7ad711198323 with identifier: 7010268auction111140 to the API
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:41 [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 22:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010268/photo_001/780x0__r.jpg?hash=1774623074>
{'auction_title': '',
'c_o_2_emission_value': 179,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5f06e9b4-f8ad-50f5-a16d-7ad711198323',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010268',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 99521,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-09',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend STOCK',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend STOCK',
'vin': None,
'year': 2019}
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010268auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:41 [ecarstrade.be] INFO: Saving data for 7010268auction111140: {'created_time': 1774649621.288438, 'last_price_update_time': 1774649621.288449, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010268auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_003/780x0__r.jpg?hash=1774623029> (referer: https://ecarstrade.com/cars/7010257)
2026-03-27 22:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7ab9e223-002d-5975-bc16-1fbe494f6b8f
2026-03-27 22:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_002/780x0__r.jpg?hash=1774623029> (referer: https://ecarstrade.com/cars/7010257)
2026-03-27 22:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 648c422b-0ab3-57e6-bbb8-0d2133c896ee
2026-03-27 22:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_002/780x0__r.jpg?hash=1774625157> (referer: https://ecarstrade.com/cars/7010532)
2026-03-27 22:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 648c422b-0ab3-57e6-bbb8-0d2133c896ee
2026-03-27 22:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_001/780x0__r.jpg?hash=1774623029> (referer: https://ecarstrade.com/cars/7010257)
2026-03-27 22:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7ab9e223-002d-5975-bc16-1fbe494f6b8f
2026-03-27 22:13:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7ab9e223-002d-5975-bc16-1fbe494f6b8f, skipping ID generation
2026-03-27 22:13:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ab9e223-002d-5975-bc16-1fbe494f6b8f with scrape type 1
2026-03-27 22:13:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7ab9e223-002d-5975-bc16-1fbe494f6b8f sending to next pipeline
2026-03-27 22:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ab9e223-002d-5975-bc16-1fbe494f6b8f, identifier: 7010532auction111140
2026-03-27 22:13:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ab9e223-002d-5975-bc16-1fbe494f6b8f with identifier: 7010532auction111140
2026-03-27 22:13:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ab9e223-002d-5975-bc16-1fbe494f6b8f with identifier: 7010532auction111140
2026-03-27 22:13:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ab9e223-002d-5975-bc16-1fbe494f6b8f with identifier: 7010532auction111140 to the API
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:41 [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 22:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010532/photo_002/780x0__r.jpg?hash=1774625157>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '7ab9e223-002d-5975-bc16-1fbe494f6b8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010532',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Master',
'odometer': 97065,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-21',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT MASTER 35 FOU MWB MHR DSL - 20 2.3 dCi 35 L2H2 En.Tw.Turbo '
'Confort Qui. STOCK',
'transmission': 'manual',
'trim': 'RENAULT MASTER 35 FOU MWB MHR DSL - 20 2.3 dCi 35 L2H2 En.Tw.Turbo '
'Confort Qui. STOCK',
'vin': None,
'year': 2020}
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010532auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:41 [ecarstrade.be] INFO: Saving data for 7010532auction111140: {'created_time': 1774649621.978979, 'last_price_update_time': 1774649621.97899, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010532auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_000/780x0__r.jpg?hash=1774625850> (referer: https://ecarstrade.com/cars/7010573)
2026-03-27 22:13:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 648c422b-0ab3-57e6-bbb8-0d2133c896ee
2026-03-27 22:13:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 648c422b-0ab3-57e6-bbb8-0d2133c896ee, skipping ID generation
2026-03-27 22:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 648c422b-0ab3-57e6-bbb8-0d2133c896ee with scrape type 1
2026-03-27 22:13:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 648c422b-0ab3-57e6-bbb8-0d2133c896ee sending to next pipeline
2026-03-27 22:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 648c422b-0ab3-57e6-bbb8-0d2133c896ee, identifier: 7010257auction111140
2026-03-27 22:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 648c422b-0ab3-57e6-bbb8-0d2133c896ee with identifier: 7010257auction111140
2026-03-27 22:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 648c422b-0ab3-57e6-bbb8-0d2133c896ee with identifier: 7010257auction111140
2026-03-27 22:13:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 648c422b-0ab3-57e6-bbb8-0d2133c896ee with identifier: 7010257auction111140 to the API
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:42 [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 22:13:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010257/photo_001/780x0__r.jpg?hash=1774623029>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '648c422b-0ab3-57e6-bbb8-0d2133c896ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010257',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit',
'odometer': 65647,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-10',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'transmission': 'manual',
'trim': 'FORD TRANSIT 2T 350M FOU MWB HR DSL 2.0 TDCi L2H2 Trend',
'vin': None,
'year': 2018}
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010257auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:42 [ecarstrade.be] INFO: Saving data for 7010257auction111140: {'created_time': 1774649622.402562, 'last_price_update_time': 1774649622.402573, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010257auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_000/780x0__r.jpg?hash=1774622546> (referer: https://ecarstrade.com/cars/7010204)
2026-03-27 22:13:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc
2026-03-27 22:13:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc, skipping ID generation
2026-03-27 22:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc with scrape type 1
2026-03-27 22:13:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc sending to next pipeline
2026-03-27 22:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc, identifier: 7010573auction111140
2026-03-27 22:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc with identifier: 7010573auction111140
2026-03-27 22:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc with identifier: 7010573auction111140
2026-03-27 22:13:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc with identifier: 7010573auction111140 to the API
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:42 [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 22:13:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010573/photo_000/780x0__r.jpg?hash=1774625850>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dffe8dd8-bca5-5a96-9c93-bde4b7aed7fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010573',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 61847,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-23',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'vin': None,
'year': 2023}
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010573auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:42 [ecarstrade.be] INFO: Saving data for 7010573auction111140: {'created_time': 1774649622.829185, 'last_price_update_time': 1774649622.829196, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010573auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 03131957-a05a-527e-bd79-ff66876152ee
2026-03-27 22:13:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 03131957-a05a-527e-bd79-ff66876152ee, skipping ID generation
2026-03-27 22:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03131957-a05a-527e-bd79-ff66876152ee with scrape type 1
2026-03-27 22:13:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 03131957-a05a-527e-bd79-ff66876152ee sending to next pipeline
2026-03-27 22:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03131957-a05a-527e-bd79-ff66876152ee, identifier: 7010204auction111140
2026-03-27 22:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03131957-a05a-527e-bd79-ff66876152ee with identifier: 7010204auction111140
2026-03-27 22:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03131957-a05a-527e-bd79-ff66876152ee with identifier: 7010204auction111140
2026-03-27 22:13:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03131957-a05a-527e-bd79-ff66876152ee with identifier: 7010204auction111140 to the API
2026-03-27 22:13:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:43 [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 22:13:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010204/photo_000/780x0__r.jpg?hash=1774622546>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '03131957-a05a-527e-bd79-ff66876152ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010204',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 151136,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES TOURING 2.0 320E TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 E TOURING',
'vin': None,
'year': 2022}
2026-03-27 22:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010204auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:43 [ecarstrade.be] INFO: Saving data for 7010204auction111140: {'created_time': 1774649623.235669, 'last_price_update_time': 1774649623.235679, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010204auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010166> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_004/780x0__r.jpg?hash=1774625998> (referer: https://ecarstrade.com/cars/7010580)
2026-03-27 22:13:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:45 [ecarstrade.be] INFO: Extracting details for car 7010166auction111140
2026-03-27 22:13:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38d39e50-4730-5fd7-921c-a2027012a596 with identifier: 7010166auction111140
2026-03-27 22:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38d39e50-4730-5fd7-921c-a2027012a596 with scrape type 1
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 38d39e50-4730-5fd7-921c-a2027012a596
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010166%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622366%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_000/780x0__r.jpg?hash=1774622366 not downloaded yet
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010166%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622366%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_001/780x0__r.jpg?hash=1774622366 not downloaded yet
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010166%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622366%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_002/780x0__r.jpg?hash=1774622366 not downloaded yet
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010166%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622366%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_003/780x0__r.jpg?hash=1774622366 not downloaded yet
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a411d14b-1f89-596c-921b-6c66fbb23388
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010166%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622366%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_004/780x0__r.jpg?hash=1774622366 not downloaded yet
2026-03-27 22:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010162> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010166%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622367%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_005/780x0__r.jpg?hash=1774622367 not downloaded yet
2026-03-27 22:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_002/780x0__r.jpg?hash=1774625993> (referer: https://ecarstrade.com/cars/7010580)
2026-03-27 22:13:45 [ecarstrade.be] INFO: Extracting details for car 7010162auction111140
2026-03-27 22:13:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb1d7607-622e-5587-b25f-a5c23955eccf with identifier: 7010162auction111140
2026-03-27 22:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb1d7607-622e-5587-b25f-a5c23955eccf with scrape type 1
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bb1d7607-622e-5587-b25f-a5c23955eccf
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010162%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622293%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_000/780x0__r.jpg?hash=1774622293 not downloaded yet
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010162%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622294%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_001/780x0__r.jpg?hash=1774622294 not downloaded yet
2026-03-27 22:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_001/780x0__r.jpg?hash=1774625993> (referer: https://ecarstrade.com/cars/7010580)
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010162%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622294%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_002/780x0__r.jpg?hash=1774622294 not downloaded yet
2026-03-27 22:13:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010162%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622294%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_003/780x0__r.jpg?hash=1774622294 not downloaded yet
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010530auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010530auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010530auction111140: 1
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010162%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622294%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_004/780x0__r.jpg?hash=1774622294 not downloaded yet
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010565auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010565auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010565auction111140: 1
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a411d14b-1f89-596c-921b-6c66fbb23388
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010162%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622294%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_005/780x0__r.jpg?hash=1774622294 not downloaded yet
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010527auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010527auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010527auction111140: 1
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010531auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010531auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010531auction111140: 1
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a411d14b-1f89-596c-921b-6c66fbb23388
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010564auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010564auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010564auction111140: 1
2026-03-27 22:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010550> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010241auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010241auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010241auction111140: 1
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010529auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010529auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010529auction111140: 1
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010239auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010239auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010239auction111140: 1
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010507auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010507auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010507auction111140: 1
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010514auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010514auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010514auction111140: 1
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010243auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010243auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010243auction111140: 1
2026-03-27 22:13:45 [ecarstrade.be] INFO: Extracting details for car 7010550auction111140
2026-03-27 22:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_000/780x0__r.jpg?hash=1774625993> (referer: https://ecarstrade.com/cars/7010580)
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010515auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010515auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010515auction111140: 1
2026-03-27 22:13:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9575ee09-907d-5be7-b447-9c08cb7e692f with identifier: 7010550auction111140
2026-03-27 22:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9575ee09-907d-5be7-b447-9c08cb7e692f with scrape type 1
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9575ee09-907d-5be7-b447-9c08cb7e692f
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010550%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625508%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_000/780x0__r.jpg?hash=1774625508 not downloaded yet
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010526auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010526auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010526auction111140: 1
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010550%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625508%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_001/780x0__r.jpg?hash=1774625508 not downloaded yet
2026-03-27 22:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010167> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010548auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010548auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010548auction111140: 1
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010550%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625509%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_002/780x0__r.jpg?hash=1774625509 not downloaded yet
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 7010549auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010549auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 7010549auction111140: 1
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010550%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625509%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_003/780x0__r.jpg?hash=1774625509 not downloaded yet
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 6988429auction110870
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [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-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 6988429auction110870: 0
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 6988433auction110870
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988433auction110870%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 6988433auction110870: 0
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 6988437auction110870
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988437auction110870%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 6988437auction110870: 0
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 6988442auction110870
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988442auction110870%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 6988442auction110870: 0
2026-03-27 22:13:45 [ecarstrade.be] INFO: Found listing with ID: 6988444auction110870
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988444auction110870%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [ecarstrade.be] INFO: Scrape type for 6988444auction110870: 0
2026-03-27 22:13:45 [ecarstrade.be] INFO: Extracting details for car 7010167auction111140
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010550%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625509%27 HTTP/1.1" 200 None
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_004/780x0__r.jpg?hash=1774625509 not downloaded yet
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a411d14b-1f89-596c-921b-6c66fbb23388
2026-03-27 22:13:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a411d14b-1f89-596c-921b-6c66fbb23388, skipping ID generation
2026-03-27 22:13:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a411d14b-1f89-596c-921b-6c66fbb23388 with scrape type 1
2026-03-27 22:13:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a411d14b-1f89-596c-921b-6c66fbb23388 sending to next pipeline
2026-03-27 22:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a411d14b-1f89-596c-921b-6c66fbb23388, identifier: 7010580auction111140
2026-03-27 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_005/780x0__r.jpg?hash=1774622088> (referer: https://ecarstrade.com/cars/7010128)
2026-03-27 22:13:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a411d14b-1f89-596c-921b-6c66fbb23388 with identifier: 7010580auction111140
2026-03-27 22:13:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a411d14b-1f89-596c-921b-6c66fbb23388 with identifier: 7010580auction111140
2026-03-27 22:13:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a411d14b-1f89-596c-921b-6c66fbb23388 with identifier: 7010580auction111140 to the API
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:46 [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 22:13:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010580/photo_000/780x0__r.jpg?hash=1774625993>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a411d14b-1f89-596c-921b-6c66fbb23388',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010580',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 145801,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN 2.0 TDI 110KW LIFE DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TIGUAN 2.0 TDI 110KW LIFE DSG',
'vin': None,
'year': 2022}
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010580auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [ecarstrade.be] INFO: Saving data for 7010580auction111140: {'created_time': 1774649626.377599, 'last_price_update_time': 1774649626.377609, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010580auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010550%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625509%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_005/780x0__r.jpg?hash=1774625509 not downloaded yet
2026-03-27 22:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1f4bea9-69f6-582b-9b06-35ca34f9b6c3 with identifier: 7010167auction111140
2026-03-27 22:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3 with scrape type 1
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010167%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622398%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_000/780x0__r.jpg?hash=1774622398 not downloaded yet
2026-03-27 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010509> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010167%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622398%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_001/780x0__r.jpg?hash=1774622398 not downloaded yet
2026-03-27 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010554> (referer: https://ecarstrade.com/search/page217?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 183b77bd-8827-58a8-884d-ffeee86fff55
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010167%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622399%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_002/780x0__r.jpg?hash=1774622399 not downloaded yet
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010167%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622399%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_003/780x0__r.jpg?hash=1774622399 not downloaded yet
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010167%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622399%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_004/780x0__r.jpg?hash=1774622399 not downloaded yet
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010167%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622399%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_005/780x0__r.jpg?hash=1774622399 not downloaded yet
2026-03-27 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_003/780x0__r.jpg?hash=1774622088> (referer: https://ecarstrade.com/cars/7010128)
2026-03-27 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_005/780x0__r.jpg?hash=1774622367> (referer: https://ecarstrade.com/cars/7010166)
2026-03-27 22:13:46 [ecarstrade.be] INFO: Extracting details for car 7010509auction111140
2026-03-27 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_004/780x0__r.jpg?hash=1774622366> (referer: https://ecarstrade.com/cars/7010166)
2026-03-27 22:13:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:46 [ecarstrade.be] INFO: Extracting details for car 7010554auction111140
2026-03-27 22:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e21dbd5c-f17e-5a83-bd38-d3af6708df0f with identifier: 7010509auction111140
2026-03-27 22:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e21dbd5c-f17e-5a83-bd38-d3af6708df0f with scrape type 1
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e21dbd5c-f17e-5a83-bd38-d3af6708df0f
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010509%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624549%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_000/780x0__r.jpg?hash=1774624549 not downloaded yet
2026-03-27 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_003/780x0__r.jpg?hash=1774622366> (referer: https://ecarstrade.com/cars/7010166)
2026-03-27 22:13:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010509%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624549%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_001/780x0__r.jpg?hash=1774624549 not downloaded yet
2026-03-27 22:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d56bbce4-9038-5fdb-a152-4e3f947e55c9 with identifier: 7010554auction111140
2026-03-27 22:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d56bbce4-9038-5fdb-a152-4e3f947e55c9 with scrape type 1
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d56bbce4-9038-5fdb-a152-4e3f947e55c9
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010554%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625570%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_000/780x0__r.jpg?hash=1774625570 not downloaded yet
2026-03-27 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_001/780x0__r.jpg?hash=1774622294> (referer: https://ecarstrade.com/cars/7010162)
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010509%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624549%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_002/780x0__r.jpg?hash=1774624549 not downloaded yet
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010554%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625570%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_001/780x0__r.jpg?hash=1774625570 not downloaded yet
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010509%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624549%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_003/780x0__r.jpg?hash=1774624549 not downloaded yet
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010554%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625570%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_002/780x0__r.jpg?hash=1774625570 not downloaded yet
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010509%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624549%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_004/780x0__r.jpg?hash=1774624549 not downloaded yet
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010554%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625570%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_003/780x0__r.jpg?hash=1774625570 not downloaded yet
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 183b77bd-8827-58a8-884d-ffeee86fff55
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 38d39e50-4730-5fd7-921c-a2027012a596
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 38d39e50-4730-5fd7-921c-a2027012a596
2026-03-27 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_001/780x0__r.jpg?hash=1774625508> (referer: https://ecarstrade.com/cars/7010550)
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010509%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624549%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_005/780x0__r.jpg?hash=1774624549 not downloaded yet
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010554%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625570%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_004/780x0__r.jpg?hash=1774625570 not downloaded yet
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 38d39e50-4730-5fd7-921c-a2027012a596
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bb1d7607-622e-5587-b25f-a5c23955eccf
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010554%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625570%27 HTTP/1.1" 200 None
2026-03-27 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_005/780x0__r.jpg?hash=1774625570 not downloaded yet
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9575ee09-907d-5be7-b447-9c08cb7e692f
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_004/780x0__r.jpg?hash=1774625509> (referer: https://ecarstrade.com/cars/7010550)
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_000/780x0__r.jpg?hash=1774622398> (referer: https://ecarstrade.com/cars/7010167)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9575ee09-907d-5be7-b447-9c08cb7e692f
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_005/780x0__r.jpg?hash=1774625509> (referer: https://ecarstrade.com/cars/7010550)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_004/780x0__r.jpg?hash=1774622399> (referer: https://ecarstrade.com/cars/7010167)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9575ee09-907d-5be7-b447-9c08cb7e692f
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_005/780x0__r.jpg?hash=1774622399> (referer: https://ecarstrade.com/cars/7010167)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_003/780x0__r.jpg?hash=1774622399> (referer: https://ecarstrade.com/cars/7010167)
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_000/780x0__r.jpg?hash=1774624549> (referer: https://ecarstrade.com/cars/7010509)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_000/780x0__r.jpg?hash=1774625570> (referer: https://ecarstrade.com/cars/7010554)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e21dbd5c-f17e-5a83-bd38-d3af6708df0f
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_003/780x0__r.jpg?hash=1774625570> (referer: https://ecarstrade.com/cars/7010554)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d56bbce4-9038-5fdb-a152-4e3f947e55c9
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_005/780x0__r.jpg?hash=1774625570> (referer: https://ecarstrade.com/cars/7010554)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d56bbce4-9038-5fdb-a152-4e3f947e55c9
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_004/780x0__r.jpg?hash=1774625570> (referer: https://ecarstrade.com/cars/7010554)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d56bbce4-9038-5fdb-a152-4e3f947e55c9
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_005/780x0__r.jpg?hash=1774624549> (referer: https://ecarstrade.com/cars/7010509)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d56bbce4-9038-5fdb-a152-4e3f947e55c9
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_004/780x0__r.jpg?hash=1774624549> (referer: https://ecarstrade.com/cars/7010509)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e21dbd5c-f17e-5a83-bd38-d3af6708df0f
2026-03-27 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_002/780x0__r.jpg?hash=1774625570> (referer: https://ecarstrade.com/cars/7010554)
2026-03-27 22:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e21dbd5c-f17e-5a83-bd38-d3af6708df0f
2026-03-27 22:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_003/780x0__r.jpg?hash=1774624549> (referer: https://ecarstrade.com/cars/7010509)
2026-03-27 22:13:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d56bbce4-9038-5fdb-a152-4e3f947e55c9
2026-03-27 22:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_001/780x0__r.jpg?hash=1774625570> (referer: https://ecarstrade.com/cars/7010554)
2026-03-27 22:13:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e21dbd5c-f17e-5a83-bd38-d3af6708df0f
2026-03-27 22:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_002/780x0__r.jpg?hash=1774624549> (referer: https://ecarstrade.com/cars/7010509)
2026-03-27 22:13:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d56bbce4-9038-5fdb-a152-4e3f947e55c9
2026-03-27 22:13:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d56bbce4-9038-5fdb-a152-4e3f947e55c9, skipping ID generation
2026-03-27 22:13:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d56bbce4-9038-5fdb-a152-4e3f947e55c9 with scrape type 1
2026-03-27 22:13:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d56bbce4-9038-5fdb-a152-4e3f947e55c9 sending to next pipeline
2026-03-27 22:13:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d56bbce4-9038-5fdb-a152-4e3f947e55c9, identifier: 7010554auction111140
2026-03-27 22:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d56bbce4-9038-5fdb-a152-4e3f947e55c9 with identifier: 7010554auction111140
2026-03-27 22:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d56bbce4-9038-5fdb-a152-4e3f947e55c9 with identifier: 7010554auction111140
2026-03-27 22:13:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d56bbce4-9038-5fdb-a152-4e3f947e55c9 with identifier: 7010554auction111140 to the API
2026-03-27 22:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:48 [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 22:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010554/photo_001/780x0__r.jpg?hash=1774625570>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'd56bbce4-9038-5fdb-a152-4e3f947e55c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010554',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 108188,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SCALA 1.0 TSI 70KW CLEVER',
'transmission': 'manual',
'trim': 'SKODA SCALA 1.0 TSI 70KW CLEVER',
'vin': None,
'year': 2021}
2026-03-27 22:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010554auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:48 [ecarstrade.be] INFO: Saving data for 7010554auction111140: {'created_time': 1774649628.624823, 'last_price_update_time': 1774649628.624835, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010554auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_001/780x0__r.jpg?hash=1774624549> (referer: https://ecarstrade.com/cars/7010509)
2026-03-27 22:13:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e21dbd5c-f17e-5a83-bd38-d3af6708df0f
2026-03-27 22:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_002/780x0__r.jpg?hash=1774622399> (referer: https://ecarstrade.com/cars/7010167)
2026-03-27 22:13:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e21dbd5c-f17e-5a83-bd38-d3af6708df0f
2026-03-27 22:13:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e21dbd5c-f17e-5a83-bd38-d3af6708df0f, skipping ID generation
2026-03-27 22:13:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e21dbd5c-f17e-5a83-bd38-d3af6708df0f with scrape type 1
2026-03-27 22:13:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e21dbd5c-f17e-5a83-bd38-d3af6708df0f sending to next pipeline
2026-03-27 22:13:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e21dbd5c-f17e-5a83-bd38-d3af6708df0f, identifier: 7010509auction111140
2026-03-27 22:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e21dbd5c-f17e-5a83-bd38-d3af6708df0f with identifier: 7010509auction111140
2026-03-27 22:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e21dbd5c-f17e-5a83-bd38-d3af6708df0f with identifier: 7010509auction111140
2026-03-27 22:13:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e21dbd5c-f17e-5a83-bd38-d3af6708df0f with identifier: 7010509auction111140 to the API
2026-03-27 22:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:49 [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 22:13:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010509/photo_001/780x0__r.jpg?hash=1774624549>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'e21dbd5c-f17e-5a83-bd38-d3af6708df0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010509',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 43926,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 TURBO 74KW S-S ELEGANCE',
'transmission': 'manual',
'trim': 'OPEL CORSA 1.2 TURBO 74KW S-S ELEGANCE',
'vin': None,
'year': 2022}
2026-03-27 22:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010509auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:49 [ecarstrade.be] INFO: Saving data for 7010509auction111140: {'created_time': 1774649629.918681, 'last_price_update_time': 1774649629.91869, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010509auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_001/780x0__r.jpg?hash=1774622398> (referer: https://ecarstrade.com/cars/7010167)
2026-03-27 22:13:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3
2026-03-27 22:13:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b1f4bea9-69f6-582b-9b06-35ca34f9b6c3, skipping ID generation
2026-03-27 22:13:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3 with scrape type 1
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b1f4bea9-69f6-582b-9b06-35ca34f9b6c3 sending to next pipeline
2026-03-27 22:13:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1f4bea9-69f6-582b-9b06-35ca34f9b6c3, identifier: 7010167auction111140
2026-03-27 22:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1f4bea9-69f6-582b-9b06-35ca34f9b6c3 with identifier: 7010167auction111140
2026-03-27 22:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1f4bea9-69f6-582b-9b06-35ca34f9b6c3 with identifier: 7010167auction111140
2026-03-27 22:13:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1f4bea9-69f6-582b-9b06-35ca34f9b6c3 with identifier: 7010167auction111140 to the API
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:50 [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 22:13:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010167/photo_001/780x0__r.jpg?hash=1774622398>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b1f4bea9-69f6-582b-9b06-35ca34f9b6c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010167',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '116',
'odometer': 91007,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-19',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116I (80KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 I (80KW)',
'vin': None,
'year': 2023}
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010167auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:50 [ecarstrade.be] INFO: Saving data for 7010167auction111140: {'created_time': 1774649630.45769, 'last_price_update_time': 1774649630.457701, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010167auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_003/780x0__r.jpg?hash=1774625509> (referer: https://ecarstrade.com/cars/7010550)
2026-03-27 22:13:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010117> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9575ee09-907d-5be7-b447-9c08cb7e692f
2026-03-27 22:13:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_002/780x0__r.jpg?hash=1774625509> (referer: https://ecarstrade.com/cars/7010550)
2026-03-27 22:13:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:50 [ecarstrade.be] INFO: Extracting details for car 7010117auction111140
2026-03-27 22:13:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 611d303b-d00c-5fce-b4d3-4ba2101fee9b with identifier: 7010117auction111140
2026-03-27 22:13:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 611d303b-d00c-5fce-b4d3-4ba2101fee9b with scrape type 1
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 611d303b-d00c-5fce-b4d3-4ba2101fee9b
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010117%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622011%27 HTTP/1.1" 200 None
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_000/780x0__r.jpg?hash=1774622011 not downloaded yet
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010117%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622011%27 HTTP/1.1" 200 None
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_001/780x0__r.jpg?hash=1774622011 not downloaded yet
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010117%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622011%27 HTTP/1.1" 200 None
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_002/780x0__r.jpg?hash=1774622011 not downloaded yet
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010117%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622011%27 HTTP/1.1" 200 None
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_003/780x0__r.jpg?hash=1774622011 not downloaded yet
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010117%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622011%27 HTTP/1.1" 200 None
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_004/780x0__r.jpg?hash=1774622011 not downloaded yet
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9575ee09-907d-5be7-b447-9c08cb7e692f
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010117%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622012%27 HTTP/1.1" 200 None
2026-03-27 22:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_005/780x0__r.jpg?hash=1774622012 not downloaded yet
2026-03-27 22:13:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010165> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:51 [ecarstrade.be] INFO: Extracting details for car 7010165auction111140
2026-03-27 22:13:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 709f2f53-ead2-533a-b624-c06e37c49afd with identifier: 7010165auction111140
2026-03-27 22:13:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 709f2f53-ead2-533a-b624-c06e37c49afd with scrape type 1
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 709f2f53-ead2-533a-b624-c06e37c49afd
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010165%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622334%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_000/780x0__r.jpg?hash=1774622334 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010165%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622335%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_001/780x0__r.jpg?hash=1774622335 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010165%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622335%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_002/780x0__r.jpg?hash=1774622335 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010165%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622335%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_003/780x0__r.jpg?hash=1774622335 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010165%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622340%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_005/780x0__r.jpg?hash=1774622340 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010165%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622340%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_006/780x0__r.jpg?hash=1774622340 not downloaded yet
2026-03-27 22:13:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010274> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_000/780x0__r.jpg?hash=1774625508> (referer: https://ecarstrade.com/cars/7010550)
2026-03-27 22:13:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:51 [ecarstrade.be] INFO: Extracting details for car 7010274auction111140
2026-03-27 22:13:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf67ab18-9b58-513b-b849-18939a93ac48 with identifier: 7010274auction111140
2026-03-27 22:13:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf67ab18-9b58-513b-b849-18939a93ac48 with scrape type 1
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cf67ab18-9b58-513b-b849-18939a93ac48
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010274%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623110%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_000/780x0__r.jpg?hash=1774623110 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010274%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623111%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_001/780x0__r.jpg?hash=1774623111 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010274%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623111%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_002/780x0__r.jpg?hash=1774623111 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010274%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623111%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_003/780x0__r.jpg?hash=1774623111 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010274%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623112%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_004/780x0__r.jpg?hash=1774623112 not downloaded yet
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010274%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623112%27 HTTP/1.1" 200 None
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_005/780x0__r.jpg?hash=1774623112 not downloaded yet
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9575ee09-907d-5be7-b447-9c08cb7e692f
2026-03-27 22:13:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9575ee09-907d-5be7-b447-9c08cb7e692f, skipping ID generation
2026-03-27 22:13:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9575ee09-907d-5be7-b447-9c08cb7e692f with scrape type 1
2026-03-27 22:13:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9575ee09-907d-5be7-b447-9c08cb7e692f sending to next pipeline
2026-03-27 22:13:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9575ee09-907d-5be7-b447-9c08cb7e692f, identifier: 7010550auction111140
2026-03-27 22:13:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9575ee09-907d-5be7-b447-9c08cb7e692f with identifier: 7010550auction111140
2026-03-27 22:13:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9575ee09-907d-5be7-b447-9c08cb7e692f with identifier: 7010550auction111140
2026-03-27 22:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9575ee09-907d-5be7-b447-9c08cb7e692f with identifier: 7010550auction111140 to the API
2026-03-27 22:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:52 [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 22:13:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010550/photo_000/780x0__r.jpg?hash=1774625508>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9575ee09-907d-5be7-b447-9c08cb7e692f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010550',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Seat',
'model': 'Arona',
'odometer': 92291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-09',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI Move! DSG (EU6.2)',
'transmission': 'automatic',
'trim': 'SEAT ARONA 1.0 TSI Move! DSG (EU6.2)',
'vin': None,
'year': 2020}
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010550auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [ecarstrade.be] INFO: Saving data for 7010550auction111140: {'created_time': 1774649632.153865, 'last_price_update_time': 1774649632.153875, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010550auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010597> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:52 [ecarstrade.be] INFO: Extracting details for car 7010597auction111140
2026-03-27 22:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bb47347-d072-5f0d-845e-bbbf3bba1772 with identifier: 7010597auction111140
2026-03-27 22:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bb47347-d072-5f0d-845e-bbbf3bba1772 with scrape type 1
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0bb47347-d072-5f0d-845e-bbbf3bba1772
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010597%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626053%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_000/780x0__r.jpg?hash=1774626053 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010597%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626053%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_001/780x0__r.jpg?hash=1774626053 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010597%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626053%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_002/780x0__r.jpg?hash=1774626053 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010597%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626054%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_003/780x0__r.jpg?hash=1774626054 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010597%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626054%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_004/780x0__r.jpg?hash=1774626054 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010597%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626054%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_005/780x0__r.jpg?hash=1774626054 not downloaded yet
2026-03-27 22:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010243> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:52 [ecarstrade.be] INFO: Extracting details for car 7010243auction111140
2026-03-27 22:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 901558c9-6e24-5a7a-903a-7c5660c976e5 with identifier: 7010243auction111140
2026-03-27 22:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 901558c9-6e24-5a7a-903a-7c5660c976e5 with scrape type 1
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 901558c9-6e24-5a7a-903a-7c5660c976e5
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010243%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622893%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_000/780x0__r.jpg?hash=1774622893 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010243%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622894%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_001/780x0__r.jpg?hash=1774622894 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010243%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622894%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_002/780x0__r.jpg?hash=1774622894 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010243%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622894%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_003/780x0__r.jpg?hash=1774622894 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010243%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622894%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_004/780x0__r.jpg?hash=1774622894 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010243%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622894%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_005/780x0__r.jpg?hash=1774622894 not downloaded yet
2026-03-27 22:13:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010525> (referer: https://ecarstrade.com/search/page215?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:52 [ecarstrade.be] INFO: Extracting details for car 7010525auction111140
2026-03-27 22:13:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b78ce8f3-f440-5bb0-ae66-b424fe1a7aac with identifier: 7010525auction111140
2026-03-27 22:13:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac with scrape type 1
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010525%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625002%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_000/780x0__r.jpg?hash=1774625002 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010525%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625002%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_001/780x0__r.jpg?hash=1774625002 not downloaded yet
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010525%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625003%27 HTTP/1.1" 200 None
2026-03-27 22:13:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_002/780x0__r.jpg?hash=1774625003 not downloaded yet
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010525%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625003%27 HTTP/1.1" 200 None
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_003/780x0__r.jpg?hash=1774625003 not downloaded yet
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010525%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625003%27 HTTP/1.1" 200 None
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_004/780x0__r.jpg?hash=1774625003 not downloaded yet
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010525%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625003%27 HTTP/1.1" 200 None
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_005/780x0__r.jpg?hash=1774625003 not downloaded yet
2026-03-27 22:13:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010564> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:53 [ecarstrade.be] INFO: Extracting details for car 7010564auction111140
2026-03-27 22:13:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c98fc3c-f833-5e0a-ab84-f2937509baa6 with identifier: 7010564auction111140
2026-03-27 22:13:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c98fc3c-f833-5e0a-ab84-f2937509baa6 with scrape type 1
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9c98fc3c-f833-5e0a-ab84-f2937509baa6
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010564%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625745%27 HTTP/1.1" 200 None
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_000/780x0__r.jpg?hash=1774625745 not downloaded yet
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010564%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625745%27 HTTP/1.1" 200 None
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_001/780x0__r.jpg?hash=1774625745 not downloaded yet
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010564%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625745%27 HTTP/1.1" 200 None
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_002/780x0__r.jpg?hash=1774625745 not downloaded yet
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010564%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625745%27 HTTP/1.1" 200 None
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_003/780x0__r.jpg?hash=1774625745 not downloaded yet
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010564%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625746%27 HTTP/1.1" 200 None
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_004/780x0__r.jpg?hash=1774625746 not downloaded yet
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010564%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625746%27 HTTP/1.1" 200 None
2026-03-27 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_005/780x0__r.jpg?hash=1774625746 not downloaded yet
2026-03-27 22:13:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010548> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:13:56 [ecarstrade.be] INFO: Extracting details for car 7010548auction111140
2026-03-27 22:13:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25 with identifier: 7010548auction111140
2026-03-27 22:13:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25 with scrape type 1
2026-03-27 22:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010548%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625477%27 HTTP/1.1" 200 None
2026-03-27 22:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_000/780x0__r.jpg?hash=1774625477 not downloaded yet
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010548%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625477%27 HTTP/1.1" 200 None
2026-03-27 22:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_001/780x0__r.jpg?hash=1774625477 not downloaded yet
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010548%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625477%27 HTTP/1.1" 200 None
2026-03-27 22:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_002/780x0__r.jpg?hash=1774625477 not downloaded yet
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010548%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625477%27 HTTP/1.1" 200 None
2026-03-27 22:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_003/780x0__r.jpg?hash=1774625477 not downloaded yet
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010548%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625477%27 HTTP/1.1" 200 None
2026-03-27 22:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_004/780x0__r.jpg?hash=1774625477 not downloaded yet
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010548%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625477%27 HTTP/1.1" 200 None
2026-03-27 22:13:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_005/780x0__r.jpg?hash=1774625477 not downloaded yet
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010549> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_005/780x0__r.jpg?hash=1774622012> (referer: https://ecarstrade.com/cars/7010117)
2026-03-27 22:13:57 [ecarstrade.be] INFO: Extracting details for car 7010549auction111140
2026-03-27 22:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 922a94ae-35b9-527e-89fe-131df41ae989 with identifier: 7010549auction111140
2026-03-27 22:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 922a94ae-35b9-527e-89fe-131df41ae989 with scrape type 1
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 922a94ae-35b9-527e-89fe-131df41ae989
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010549%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625481%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_000/780x0__r.jpg?hash=1774625481 not downloaded yet
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010549%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625482%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_001/780x0__r.jpg?hash=1774625482 not downloaded yet
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010549%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625482%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_002/780x0__r.jpg?hash=1774625482 not downloaded yet
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_006/780x0__r.jpg?hash=1774622340> (referer: https://ecarstrade.com/cars/7010165)
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010549%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625482%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_003/780x0__r.jpg?hash=1774625482 not downloaded yet
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010549%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625482%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_004/780x0__r.jpg?hash=1774625482 not downloaded yet
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010549%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625482%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_005/780x0__r.jpg?hash=1774625482 not downloaded yet
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 611d303b-d00c-5fce-b4d3-4ba2101fee9b
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_005/780x0__r.jpg?hash=1774622340> (referer: https://ecarstrade.com/cars/7010165)
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 709f2f53-ead2-533a-b624-c06e37c49afd
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_005/780x0__r.jpg?hash=1774623112> (referer: https://ecarstrade.com/cars/7010274)
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 709f2f53-ead2-533a-b624-c06e37c49afd
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010526> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_005/780x0__r.jpg?hash=1774626054> (referer: https://ecarstrade.com/cars/7010597)
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cf67ab18-9b58-513b-b849-18939a93ac48
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_005/780x0__r.jpg?hash=1774625003> (referer: https://ecarstrade.com/cars/7010525)
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_005/780x0__r.jpg?hash=1774622894> (referer: https://ecarstrade.com/cars/7010243)
2026-03-27 22:13:57 [ecarstrade.be] INFO: Extracting details for car 7010526auction111140
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_005/780x0__r.jpg?hash=1774625746> (referer: https://ecarstrade.com/cars/7010564)
2026-03-27 22:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 971ba08a-c230-5615-b9f6-ff9f32bf128f with identifier: 7010526auction111140
2026-03-27 22:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971ba08a-c230-5615-b9f6-ff9f32bf128f with scrape type 1
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 971ba08a-c230-5615-b9f6-ff9f32bf128f
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010526%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625033%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_000/780x0__r.jpg?hash=1774625033 not downloaded yet
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0bb47347-d072-5f0d-845e-bbbf3bba1772
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010526%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625034%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_001/780x0__r.jpg?hash=1774625034 not downloaded yet
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_005/780x0__r.jpg?hash=1774625477> (referer: https://ecarstrade.com/cars/7010548)
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010526%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625034%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_002/780x0__r.jpg?hash=1774625034 not downloaded yet
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010526%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625034%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_003/780x0__r.jpg?hash=1774625034 not downloaded yet
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_004/780x0__r.jpg?hash=1774625477> (referer: https://ecarstrade.com/cars/7010548)
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010526%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625034%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_004/780x0__r.jpg?hash=1774625034 not downloaded yet
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010526%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625034%27 HTTP/1.1" 200 None
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_005/780x0__r.jpg?hash=1774625034 not downloaded yet
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 901558c9-6e24-5a7a-903a-7c5660c976e5
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9c98fc3c-f833-5e0a-ab84-f2937509baa6
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_002/780x0__r.jpg?hash=1774625482> (referer: https://ecarstrade.com/cars/7010549)
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_005/780x0__r.jpg?hash=1774625482> (referer: https://ecarstrade.com/cars/7010549)
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_004/780x0__r.jpg?hash=1774625482> (referer: https://ecarstrade.com/cars/7010549)
2026-03-27 22:13:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25
2026-03-27 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_003/780x0__r.jpg?hash=1774625482> (referer: https://ecarstrade.com/cars/7010549)
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 922a94ae-35b9-527e-89fe-131df41ae989
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_001/780x0__r.jpg?hash=1774625482> (referer: https://ecarstrade.com/cars/7010549)
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_000/780x0__r.jpg?hash=1774625481> (referer: https://ecarstrade.com/cars/7010549)
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 922a94ae-35b9-527e-89fe-131df41ae989
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 922a94ae-35b9-527e-89fe-131df41ae989
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 922a94ae-35b9-527e-89fe-131df41ae989
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_002/780x0__r.jpg?hash=1774625477> (referer: https://ecarstrade.com/cars/7010548)
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_003/780x0__r.jpg?hash=1774625477> (referer: https://ecarstrade.com/cars/7010548)
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 922a94ae-35b9-527e-89fe-131df41ae989
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 922a94ae-35b9-527e-89fe-131df41ae989
2026-03-27 22:13:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 922a94ae-35b9-527e-89fe-131df41ae989, skipping ID generation
2026-03-27 22:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 922a94ae-35b9-527e-89fe-131df41ae989 with scrape type 1
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 922a94ae-35b9-527e-89fe-131df41ae989 sending to next pipeline
2026-03-27 22:13:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 922a94ae-35b9-527e-89fe-131df41ae989, identifier: 7010549auction111140
2026-03-27 22:13:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 922a94ae-35b9-527e-89fe-131df41ae989 with identifier: 7010549auction111140
2026-03-27 22:13:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 922a94ae-35b9-527e-89fe-131df41ae989 with identifier: 7010549auction111140
2026-03-27 22:13:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 922a94ae-35b9-527e-89fe-131df41ae989 with identifier: 7010549auction111140 to the API
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13: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-03-27 22:13:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010549/photo_000/780x0__r.jpg?hash=1774625481>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '922a94ae-35b9-527e-89fe-131df41ae989',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010549',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 190642,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-06',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 20 2.0 dCi 29 L2H1 Grand '
'Confort',
'transmission': 'manual',
'trim': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 20 2.0 dCi 29 L2H1 Grand Confort',
'vin': None,
'year': 2020}
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010549auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:58 [ecarstrade.be] INFO: Saving data for 7010549auction111140: {'created_time': 1774649638.546207, 'last_price_update_time': 1774649638.546218, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010549auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_003/780x0__r.jpg?hash=1774625034> (referer: https://ecarstrade.com/cars/7010526)
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_001/780x0__r.jpg?hash=1774625034> (referer: https://ecarstrade.com/cars/7010526)
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010514> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_005/780x0__r.jpg?hash=1774625034> (referer: https://ecarstrade.com/cars/7010526)
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_004/780x0__r.jpg?hash=1774625034> (referer: https://ecarstrade.com/cars/7010526)
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_002/780x0__r.jpg?hash=1774625034> (referer: https://ecarstrade.com/cars/7010526)
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 971ba08a-c230-5615-b9f6-ff9f32bf128f
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_000/780x0__r.jpg?hash=1774625033> (referer: https://ecarstrade.com/cars/7010526)
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 971ba08a-c230-5615-b9f6-ff9f32bf128f
2026-03-27 22:13:58 [ecarstrade.be] INFO: Extracting details for car 7010514auction111140
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010515> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:13:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4660efe1-7b2a-5a6d-9500-a289e27fc6aa with identifier: 7010514auction111140
2026-03-27 22:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa with scrape type 1
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010514%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624835%27 HTTP/1.1" 200 None
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_000/780x0__r.jpg?hash=1774624835 not downloaded yet
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_001/780x0__r.jpg?hash=1774625477> (referer: https://ecarstrade.com/cars/7010548)
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010514%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624835%27 HTTP/1.1" 200 None
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_001/780x0__r.jpg?hash=1774624835 not downloaded yet
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_000/780x0__r.jpg?hash=1774625477> (referer: https://ecarstrade.com/cars/7010548)
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010514%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624835%27 HTTP/1.1" 200 None
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_002/780x0__r.jpg?hash=1774624835 not downloaded yet
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010514%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624835%27 HTTP/1.1" 200 None
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_003/780x0__r.jpg?hash=1774624835 not downloaded yet
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 971ba08a-c230-5615-b9f6-ff9f32bf128f
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 971ba08a-c230-5615-b9f6-ff9f32bf128f
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_004/780x0__r.jpg?hash=1774625746> (referer: https://ecarstrade.com/cars/7010564)
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_002/780x0__r.jpg?hash=1774625745> (referer: https://ecarstrade.com/cars/7010564)
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010514%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624835%27 HTTP/1.1" 200 None
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_004/780x0__r.jpg?hash=1774624835 not downloaded yet
2026-03-27 22:13:58 [ecarstrade.be] INFO: Extracting details for car 7010515auction111140
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 971ba08a-c230-5615-b9f6-ff9f32bf128f
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 971ba08a-c230-5615-b9f6-ff9f32bf128f
2026-03-27 22:13:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 971ba08a-c230-5615-b9f6-ff9f32bf128f, skipping ID generation
2026-03-27 22:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 971ba08a-c230-5615-b9f6-ff9f32bf128f with scrape type 1
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 971ba08a-c230-5615-b9f6-ff9f32bf128f sending to next pipeline
2026-03-27 22:13:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 971ba08a-c230-5615-b9f6-ff9f32bf128f, identifier: 7010526auction111140
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_003/780x0__r.jpg?hash=1774625745> (referer: https://ecarstrade.com/cars/7010564)
2026-03-27 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_001/780x0__r.jpg?hash=1774625745> (referer: https://ecarstrade.com/cars/7010564)
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010514%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624835%27 HTTP/1.1" 200 None
2026-03-27 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_005/780x0__r.jpg?hash=1774624835 not downloaded yet
2026-03-27 22:13:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 971ba08a-c230-5615-b9f6-ff9f32bf128f with identifier: 7010526auction111140
2026-03-27 22:13:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 971ba08a-c230-5615-b9f6-ff9f32bf128f with identifier: 7010526auction111140
2026-03-27 22:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 971ba08a-c230-5615-b9f6-ff9f32bf128f with identifier: 7010526auction111140 to the API
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:59 [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 22:13:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010526/photo_000/780x0__r.jpg?hash=1774625033>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '971ba08a-c230-5615-b9f6-ff9f32bf128f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010526',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 74172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT Expert 1.6 BlueHDi L2 Standard Premium STOCK',
'transmission': 'manual',
'trim': 'PEUGEOT 1.6 BlueHDi L2 Standard Premium STOCK',
'vin': None,
'year': 2016}
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010526auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:59 [ecarstrade.be] INFO: Saving data for 7010526auction111140: {'created_time': 1774649639.258228, 'last_price_update_time': 1774649639.258238, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010526auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_004/780x0__r.jpg?hash=1774625003> (referer: https://ecarstrade.com/cars/7010525)
2026-03-27 22:13:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_000/780x0__r.jpg?hash=1774625745> (referer: https://ecarstrade.com/cars/7010564)
2026-03-27 22:13:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12104769-7590-57d9-b832-90369e1af2f7 with identifier: 7010515auction111140
2026-03-27 22:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12104769-7590-57d9-b832-90369e1af2f7 with scrape type 1
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 12104769-7590-57d9-b832-90369e1af2f7
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010515%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624854%27 HTTP/1.1" 200 None
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_000/780x0__r.jpg?hash=1774624854 not downloaded yet
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25
2026-03-27 22:13:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25, skipping ID generation
2026-03-27 22:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25 with scrape type 1
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25 sending to next pipeline
2026-03-27 22:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25, identifier: 7010548auction111140
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9c98fc3c-f833-5e0a-ab84-f2937509baa6
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9c98fc3c-f833-5e0a-ab84-f2937509baa6
2026-03-27 22:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25 with identifier: 7010548auction111140
2026-03-27 22:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25 with identifier: 7010548auction111140
2026-03-27 22:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25 with identifier: 7010548auction111140 to the API
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:13:59 [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 22:13:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010548/photo_000/780x0__r.jpg?hash=1774625477>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'bc5bd9a1-b2c3-5fd0-92cc-a6d218697f25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010548',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 150833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-03',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC 27 FOURGON SWB DSL - 20 1.6 dCi 27 L1H1 Confort '
'STOCK',
'transmission': 'manual',
'trim': 'RENAULT TRAFIC 27 FOURGON SWB DSL - 20 1.6 dCi 27 L1H1 Confort STOCK',
'vin': None,
'year': 2019}
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010548auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:13:59 [ecarstrade.be] INFO: Saving data for 7010548auction111140: {'created_time': 1774649639.793738, 'last_price_update_time': 1774649639.793748, 'auction_closing_time': 1775121000.0}
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010548auction111140') HTTP/1.1" 204 0
2026-03-27 22:13:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_003/780x0__r.jpg?hash=1774625003> (referer: https://ecarstrade.com/cars/7010525)
2026-03-27 22:13:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_002/780x0__r.jpg?hash=1774625003> (referer: https://ecarstrade.com/cars/7010525)
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010515%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624854%27 HTTP/1.1" 200 None
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_001/780x0__r.jpg?hash=1774624854 not downloaded yet
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9c98fc3c-f833-5e0a-ab84-f2937509baa6
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9c98fc3c-f833-5e0a-ab84-f2937509baa6
2026-03-27 22:13:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_000/780x0__r.jpg?hash=1774625002> (referer: https://ecarstrade.com/cars/7010525)
2026-03-27 22:13:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_001/780x0__r.jpg?hash=1774625002> (referer: https://ecarstrade.com/cars/7010525)
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010515%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624854%27 HTTP/1.1" 200 None
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_002/780x0__r.jpg?hash=1774624854 not downloaded yet
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9c98fc3c-f833-5e0a-ab84-f2937509baa6
2026-03-27 22:13:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c98fc3c-f833-5e0a-ab84-f2937509baa6, skipping ID generation
2026-03-27 22:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c98fc3c-f833-5e0a-ab84-f2937509baa6 with scrape type 1
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c98fc3c-f833-5e0a-ab84-f2937509baa6 sending to next pipeline
2026-03-27 22:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c98fc3c-f833-5e0a-ab84-f2937509baa6, identifier: 7010564auction111140
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010515%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624854%27 HTTP/1.1" 200 None
2026-03-27 22:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_003/780x0__r.jpg?hash=1774624854 not downloaded yet
2026-03-27 22:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c98fc3c-f833-5e0a-ab84-f2937509baa6 with identifier: 7010564auction111140
2026-03-27 22:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c98fc3c-f833-5e0a-ab84-f2937509baa6 with identifier: 7010564auction111140
2026-03-27 22:14:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c98fc3c-f833-5e0a-ab84-f2937509baa6 with identifier: 7010564auction111140 to the API
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:00 [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 22:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010564/photo_000/780x0__r.jpg?hash=1774625745>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '9c98fc3c-f833-5e0a-ab84-f2937509baa6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010564',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 196154,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-28',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY 2.0TDI 55KW BMT CARGO',
'transmission': 'manual',
'trim': 'VOLKSWAGEN CADDY 2.0TDI 55KW BMT CARGO',
'vin': None,
'year': 2022}
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010564auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [ecarstrade.be] INFO: Saving data for 7010564auction111140: {'created_time': 1774649640.314314, 'last_price_update_time': 1774649640.314323, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010564auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010507> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010515%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624855%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_004/780x0__r.jpg?hash=1774624855 not downloaded yet
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010529> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac
2026-03-27 22:14:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b78ce8f3-f440-5bb0-ae66-b424fe1a7aac, skipping ID generation
2026-03-27 22:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac with scrape type 1
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b78ce8f3-f440-5bb0-ae66-b424fe1a7aac sending to next pipeline
2026-03-27 22:14:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b78ce8f3-f440-5bb0-ae66-b424fe1a7aac, identifier: 7010525auction111140
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_001/780x0__r.jpg?hash=1774624835> (referer: https://ecarstrade.com/cars/7010514)
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_000/780x0__r.jpg?hash=1774624835> (referer: https://ecarstrade.com/cars/7010514)
2026-03-27 22:14:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b78ce8f3-f440-5bb0-ae66-b424fe1a7aac with identifier: 7010525auction111140
2026-03-27 22:14:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b78ce8f3-f440-5bb0-ae66-b424fe1a7aac with identifier: 7010525auction111140
2026-03-27 22:14:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b78ce8f3-f440-5bb0-ae66-b424fe1a7aac with identifier: 7010525auction111140 to the API
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:00 [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 22:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010525/photo_001/780x0__r.jpg?hash=1774625002>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b78ce8f3-f440-5bb0-ae66-b424fe1a7aac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010525',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '508',
'odometer': 107173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW 1.6 PHEV 225 E-AUTO GT',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.6 PHEV 225 E-AUTO GT',
'vin': None,
'year': 2021}
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010525auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [ecarstrade.be] INFO: Saving data for 7010525auction111140: {'created_time': 1774649640.73749, 'last_price_update_time': 1774649640.737501, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010525auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_003/780x0__r.jpg?hash=1774624835> (referer: https://ecarstrade.com/cars/7010514)
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_002/780x0__r.jpg?hash=1774624835> (referer: https://ecarstrade.com/cars/7010514)
2026-03-27 22:14:00 [ecarstrade.be] INFO: Extracting details for car 7010507auction111140
2026-03-27 22:14:00 [ecarstrade.be] INFO: Extracting details for car 7010529auction111140
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010515%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624855%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_005/780x0__r.jpg?hash=1774624855 not downloaded yet
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_004/780x0__r.jpg?hash=1774624835> (referer: https://ecarstrade.com/cars/7010514)
2026-03-27 22:14:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c6c6b23-cd95-5936-8252-538f14896b8e with identifier: 7010507auction111140
2026-03-27 22:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c6c6b23-cd95-5936-8252-538f14896b8e with scrape type 1
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c6c6b23-cd95-5936-8252-538f14896b8e
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010507%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624529%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_000/780x0__r.jpg?hash=1774624529 not downloaded yet
2026-03-27 22:14:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dc32c85-1527-5a37-93c6-52272184a949 with identifier: 7010529auction111140
2026-03-27 22:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc32c85-1527-5a37-93c6-52272184a949 with scrape type 1
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7dc32c85-1527-5a37-93c6-52272184a949
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010529%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625104%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_000/780x0__r.jpg?hash=1774625104 not downloaded yet
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010507%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624529%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_001/780x0__r.jpg?hash=1774624529 not downloaded yet
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010529%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625105%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_001/780x0__r.jpg?hash=1774625105 not downloaded yet
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010239> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_000/780x0__r.jpg?hash=1774624854> (referer: https://ecarstrade.com/cars/7010515)
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_005/780x0__r.jpg?hash=1774624835> (referer: https://ecarstrade.com/cars/7010514)
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_003/780x0__r.jpg?hash=1774622894> (referer: https://ecarstrade.com/cars/7010243)
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_004/780x0__r.jpg?hash=1774622894> (referer: https://ecarstrade.com/cars/7010243)
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010507%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624529%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_002/780x0__r.jpg?hash=1774624529 not downloaded yet
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010529%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625105%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_002/780x0__r.jpg?hash=1774625105 not downloaded yet
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_002/780x0__r.jpg?hash=1774622894> (referer: https://ecarstrade.com/cars/7010243)
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa
2026-03-27 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_001/780x0__r.jpg?hash=1774624854> (referer: https://ecarstrade.com/cars/7010515)
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010507%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624529%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_003/780x0__r.jpg?hash=1774624529 not downloaded yet
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010529%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625105%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_003/780x0__r.jpg?hash=1774625105 not downloaded yet
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010507%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624529%27 HTTP/1.1" 200 None
2026-03-27 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_004/780x0__r.jpg?hash=1774624529 not downloaded yet
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010529%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625105%27 HTTP/1.1" 200 None
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_004/780x0__r.jpg?hash=1774625105 not downloaded yet
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_004/780x0__r.jpg?hash=1774624855> (referer: https://ecarstrade.com/cars/7010515)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_001/780x0__r.jpg?hash=1774622894> (referer: https://ecarstrade.com/cars/7010243)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_004/780x0__r.jpg?hash=1774626054> (referer: https://ecarstrade.com/cars/7010597)
2026-03-27 22:14:01 [ecarstrade.be] INFO: Extracting details for car 7010239auction111140
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010507%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624530%27 HTTP/1.1" 200 None
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_005/780x0__r.jpg?hash=1774624530 not downloaded yet
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010529%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625105%27 HTTP/1.1" 200 None
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_005/780x0__r.jpg?hash=1774625105 not downloaded yet
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_002/780x0__r.jpg?hash=1774624854> (referer: https://ecarstrade.com/cars/7010515)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_000/780x0__r.jpg?hash=1774622893> (referer: https://ecarstrade.com/cars/7010243)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_003/780x0__r.jpg?hash=1774624854> (referer: https://ecarstrade.com/cars/7010515)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_003/780x0__r.jpg?hash=1774626054> (referer: https://ecarstrade.com/cars/7010597)
2026-03-27 22:14:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18b18f04-77ba-519d-8c0e-454b5841b3d7 with identifier: 7010239auction111140
2026-03-27 22:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18b18f04-77ba-519d-8c0e-454b5841b3d7 with scrape type 1
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 18b18f04-77ba-519d-8c0e-454b5841b3d7
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010239%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622811%27 HTTP/1.1" 200 None
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_000/780x0__r.jpg?hash=1774622811 not downloaded yet
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 12104769-7590-57d9-b832-90369e1af2f7
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa
2026-03-27 22:14:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4660efe1-7b2a-5a6d-9500-a289e27fc6aa, skipping ID generation
2026-03-27 22:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa with scrape type 1
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4660efe1-7b2a-5a6d-9500-a289e27fc6aa sending to next pipeline
2026-03-27 22:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4660efe1-7b2a-5a6d-9500-a289e27fc6aa, identifier: 7010514auction111140
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 901558c9-6e24-5a7a-903a-7c5660c976e5
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 901558c9-6e24-5a7a-903a-7c5660c976e5
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 901558c9-6e24-5a7a-903a-7c5660c976e5
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 12104769-7590-57d9-b832-90369e1af2f7
2026-03-27 22:14:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4660efe1-7b2a-5a6d-9500-a289e27fc6aa with identifier: 7010514auction111140
2026-03-27 22:14:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4660efe1-7b2a-5a6d-9500-a289e27fc6aa with identifier: 7010514auction111140
2026-03-27 22:14:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4660efe1-7b2a-5a6d-9500-a289e27fc6aa with identifier: 7010514auction111140 to the API
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:01 [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 22:14:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010514/photo_005/780x0__r.jpg?hash=1774624835>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '4660efe1-7b2a-5a6d-9500-a289e27fc6aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010514',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '208',
'odometer': 67633,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PURETECH 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 55KW S-S ACTIVE',
'vin': None,
'year': 2021}
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010514auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:01 [ecarstrade.be] INFO: Saving data for 7010514auction111140: {'created_time': 1774649641.526201, 'last_price_update_time': 1774649641.526213, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010514auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_002/780x0__r.jpg?hash=1774626053> (referer: https://ecarstrade.com/cars/7010597)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_000/780x0__r.jpg?hash=1774625104> (referer: https://ecarstrade.com/cars/7010529)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_001/780x0__r.jpg?hash=1774624529> (referer: https://ecarstrade.com/cars/7010507)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_001/780x0__r.jpg?hash=1774625105> (referer: https://ecarstrade.com/cars/7010529)
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010239%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622811%27 HTTP/1.1" 200 None
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_001/780x0__r.jpg?hash=1774622811 not downloaded yet
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_005/780x0__r.jpg?hash=1774624855> (referer: https://ecarstrade.com/cars/7010515)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_001/780x0__r.jpg?hash=1774626053> (referer: https://ecarstrade.com/cars/7010597)
2026-03-27 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_000/780x0__r.jpg?hash=1774624529> (referer: https://ecarstrade.com/cars/7010507)
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010239%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622811%27 HTTP/1.1" 200 None
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_002/780x0__r.jpg?hash=1774622811 not downloaded yet
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 12104769-7590-57d9-b832-90369e1af2f7
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 901558c9-6e24-5a7a-903a-7c5660c976e5
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0bb47347-d072-5f0d-845e-bbbf3bba1772
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 12104769-7590-57d9-b832-90369e1af2f7
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 901558c9-6e24-5a7a-903a-7c5660c976e5
2026-03-27 22:14:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 901558c9-6e24-5a7a-903a-7c5660c976e5, skipping ID generation
2026-03-27 22:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 901558c9-6e24-5a7a-903a-7c5660c976e5 with scrape type 1
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 901558c9-6e24-5a7a-903a-7c5660c976e5 sending to next pipeline
2026-03-27 22:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 901558c9-6e24-5a7a-903a-7c5660c976e5, identifier: 7010243auction111140
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 12104769-7590-57d9-b832-90369e1af2f7
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0bb47347-d072-5f0d-845e-bbbf3bba1772
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010239%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622811%27 HTTP/1.1" 200 None
2026-03-27 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_003/780x0__r.jpg?hash=1774622811 not downloaded yet
2026-03-27 22:14:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 901558c9-6e24-5a7a-903a-7c5660c976e5 with identifier: 7010243auction111140
2026-03-27 22:14:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 901558c9-6e24-5a7a-903a-7c5660c976e5 with identifier: 7010243auction111140
2026-03-27 22:14:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 901558c9-6e24-5a7a-903a-7c5660c976e5 with identifier: 7010243auction111140 to the API
2026-03-27 22:14:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:01 [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 22:14:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010243/photo_000/780x0__r.jpg?hash=1774622893>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '901558c9-6e24-5a7a-903a-7c5660c976e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010243',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 33842,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA SANDERO 1.0 SCE 65 COMFORT',
'transmission': 'manual',
'trim': 'DIA SANDERO 1.0 SCE 65 COMFORT',
'vin': None,
'year': 2021}
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010243auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:02 [ecarstrade.be] INFO: Saving data for 7010243auction111140: {'created_time': 1774649642.023426, 'last_price_update_time': 1774649642.023436, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010243auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_004/780x0__r.jpg?hash=1774625105> (referer: https://ecarstrade.com/cars/7010529)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_005/780x0__r.jpg?hash=1774625105> (referer: https://ecarstrade.com/cars/7010529)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_002/780x0__r.jpg?hash=1774625105> (referer: https://ecarstrade.com/cars/7010529)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_003/780x0__r.jpg?hash=1774624529> (referer: https://ecarstrade.com/cars/7010507)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_004/780x0__r.jpg?hash=1774624529> (referer: https://ecarstrade.com/cars/7010507)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_003/780x0__r.jpg?hash=1774625105> (referer: https://ecarstrade.com/cars/7010529)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_002/780x0__r.jpg?hash=1774624529> (referer: https://ecarstrade.com/cars/7010507)
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010239%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622811%27 HTTP/1.1" 200 None
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_004/780x0__r.jpg?hash=1774622811 not downloaded yet
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0bb47347-d072-5f0d-845e-bbbf3bba1772
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7dc32c85-1527-5a37-93c6-52272184a949
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c6c6b23-cd95-5936-8252-538f14896b8e
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7dc32c85-1527-5a37-93c6-52272184a949
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 12104769-7590-57d9-b832-90369e1af2f7
2026-03-27 22:14:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 12104769-7590-57d9-b832-90369e1af2f7, skipping ID generation
2026-03-27 22:14:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12104769-7590-57d9-b832-90369e1af2f7 with scrape type 1
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 12104769-7590-57d9-b832-90369e1af2f7 sending to next pipeline
2026-03-27 22:14:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12104769-7590-57d9-b832-90369e1af2f7, identifier: 7010515auction111140
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0bb47347-d072-5f0d-845e-bbbf3bba1772
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c6c6b23-cd95-5936-8252-538f14896b8e
2026-03-27 22:14:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12104769-7590-57d9-b832-90369e1af2f7 with identifier: 7010515auction111140
2026-03-27 22:14:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12104769-7590-57d9-b832-90369e1af2f7 with identifier: 7010515auction111140
2026-03-27 22:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12104769-7590-57d9-b832-90369e1af2f7 with identifier: 7010515auction111140 to the API
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:02 [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 22:14:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010515/photo_005/780x0__r.jpg?hash=1774624855>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '12104769-7590-57d9-b832-90369e1af2f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010515',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '208',
'odometer': 81526,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 1.2 PURETECH E6.3 55KW S-S ACTIVE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH E6.3 55KW S-S ACTIVE',
'vin': None,
'year': 2021}
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010515auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:02 [ecarstrade.be] INFO: Saving data for 7010515auction111140: {'created_time': 1774649642.504758, 'last_price_update_time': 1774649642.504769, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010515auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010239%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622811%27 HTTP/1.1" 200 None
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_005/780x0__r.jpg?hash=1774622811 not downloaded yet
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_002/780x0__r.jpg?hash=1774623111> (referer: https://ecarstrade.com/cars/7010274)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_004/780x0__r.jpg?hash=1774623112> (referer: https://ecarstrade.com/cars/7010274)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_001/780x0__r.jpg?hash=1774623111> (referer: https://ecarstrade.com/cars/7010274)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_005/780x0__r.jpg?hash=1774624530> (referer: https://ecarstrade.com/cars/7010507)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_000/780x0__r.jpg?hash=1774622811> (referer: https://ecarstrade.com/cars/7010239)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_000/780x0__r.jpg?hash=1774626053> (referer: https://ecarstrade.com/cars/7010597)
2026-03-27 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_003/780x0__r.jpg?hash=1774623111> (referer: https://ecarstrade.com/cars/7010274)
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7dc32c85-1527-5a37-93c6-52272184a949
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7dc32c85-1527-5a37-93c6-52272184a949
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7dc32c85-1527-5a37-93c6-52272184a949
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c6c6b23-cd95-5936-8252-538f14896b8e
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c6c6b23-cd95-5936-8252-538f14896b8e
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7dc32c85-1527-5a37-93c6-52272184a949
2026-03-27 22:14:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7dc32c85-1527-5a37-93c6-52272184a949, skipping ID generation
2026-03-27 22:14:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dc32c85-1527-5a37-93c6-52272184a949 with scrape type 1
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7dc32c85-1527-5a37-93c6-52272184a949 sending to next pipeline
2026-03-27 22:14:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7dc32c85-1527-5a37-93c6-52272184a949, identifier: 7010529auction111140
2026-03-27 22:14:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c6c6b23-cd95-5936-8252-538f14896b8e
2026-03-27 22:14:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7dc32c85-1527-5a37-93c6-52272184a949 with identifier: 7010529auction111140
2026-03-27 22:14:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7dc32c85-1527-5a37-93c6-52272184a949 with identifier: 7010529auction111140
2026-03-27 22:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7dc32c85-1527-5a37-93c6-52272184a949 with identifier: 7010529auction111140 to the API
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:02 [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 22:14:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010529/photo_003/780x0__r.jpg?hash=1774625105>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7dc32c85-1527-5a37-93c6-52272184a949',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010529',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Clio',
'odometer': 190207,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.6 E-TECH HYBRID INTENS',
'transmission': 'automatic',
'trim': 'RENAULT CLIO 1.6 E-TECH HYBRID INTENS',
'vin': None,
'year': 2021}
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010529auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:02 [ecarstrade.be] INFO: Saving data for 7010529auction111140: {'created_time': 1774649642.98454, 'last_price_update_time': 1774649642.984549, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010529auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_000/780x0__r.jpg?hash=1774623110> (referer: https://ecarstrade.com/cars/7010274)
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_002/780x0__r.jpg?hash=1774622811> (referer: https://ecarstrade.com/cars/7010239)
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_003/780x0__r.jpg?hash=1774622335> (referer: https://ecarstrade.com/cars/7010165)
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_002/780x0__r.jpg?hash=1774622335> (referer: https://ecarstrade.com/cars/7010165)
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_001/780x0__r.jpg?hash=1774622335> (referer: https://ecarstrade.com/cars/7010165)
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_003/780x0__r.jpg?hash=1774622811> (referer: https://ecarstrade.com/cars/7010239)
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010241> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cf67ab18-9b58-513b-b849-18939a93ac48
2026-03-27 22:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cf67ab18-9b58-513b-b849-18939a93ac48
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_001/780x0__r.jpg?hash=1774622811> (referer: https://ecarstrade.com/cars/7010239)
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_004/780x0__r.jpg?hash=1774622811> (referer: https://ecarstrade.com/cars/7010239)
2026-03-27 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_000/780x0__r.jpg?hash=1774622334> (referer: https://ecarstrade.com/cars/7010165)
2026-03-27 22:14:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cf67ab18-9b58-513b-b849-18939a93ac48
2026-03-27 22:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c6c6b23-cd95-5936-8252-538f14896b8e
2026-03-27 22:14:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c6c6b23-cd95-5936-8252-538f14896b8e, skipping ID generation
2026-03-27 22:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c6c6b23-cd95-5936-8252-538f14896b8e with scrape type 1
2026-03-27 22:14:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c6c6b23-cd95-5936-8252-538f14896b8e sending to next pipeline
2026-03-27 22:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c6c6b23-cd95-5936-8252-538f14896b8e, identifier: 7010507auction111140
2026-03-27 22:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 18b18f04-77ba-519d-8c0e-454b5841b3d7
2026-03-27 22:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0bb47347-d072-5f0d-845e-bbbf3bba1772
2026-03-27 22:14:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0bb47347-d072-5f0d-845e-bbbf3bba1772, skipping ID generation
2026-03-27 22:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bb47347-d072-5f0d-845e-bbbf3bba1772 with scrape type 1
2026-03-27 22:14:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0bb47347-d072-5f0d-845e-bbbf3bba1772 sending to next pipeline
2026-03-27 22:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0bb47347-d072-5f0d-845e-bbbf3bba1772, identifier: 7010597auction111140
2026-03-27 22:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cf67ab18-9b58-513b-b849-18939a93ac48
2026-03-27 22:14:03 [ecarstrade.be] INFO: Extracting details for car 7010241auction111140
2026-03-27 22:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c6c6b23-cd95-5936-8252-538f14896b8e with identifier: 7010507auction111140
2026-03-27 22:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c6c6b23-cd95-5936-8252-538f14896b8e with identifier: 7010507auction111140
2026-03-27 22:14:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c6c6b23-cd95-5936-8252-538f14896b8e with identifier: 7010507auction111140 to the API
2026-03-27 22:14:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:03 [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 22:14:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010507/photo_005/780x0__r.jpg?hash=1774624530>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '7c6c6b23-cd95-5936-8252-538f14896b8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010507',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Astra',
'odometer': 62487,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-27',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA SPORTS TOURER 1.2 TURBO 81KW S-S EDITION',
'transmission': 'manual',
'trim': 'OPEL ASTRA SPORTS TOURER 1.2 TURBO 81KW S-S EDITION',
'vin': None,
'year': 2020}
2026-03-27 22:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010507auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:03 [ecarstrade.be] INFO: Saving data for 7010507auction111140: {'created_time': 1774649643.62713, 'last_price_update_time': 1774649643.627141, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010507auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0bb47347-d072-5f0d-845e-bbbf3bba1772 with identifier: 7010597auction111140
2026-03-27 22:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0bb47347-d072-5f0d-845e-bbbf3bba1772 with identifier: 7010597auction111140
2026-03-27 22:14:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0bb47347-d072-5f0d-845e-bbbf3bba1772 with identifier: 7010597auction111140 to the API
2026-03-27 22:14:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:03 [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 22:14:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010597/photo_000/780x0__r.jpg?hash=1774626053>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '0bb47347-d072-5f0d-845e-bbbf3bba1772',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010597',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 55249,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC 2.0 TDI 85KW',
'transmission': 'manual',
'trim': 'VOLKSWAGEN T-ROC 2.0 TDI 85KW',
'vin': None,
'year': 2021}
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010597auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:04 [ecarstrade.be] INFO: Saving data for 7010597auction111140: {'created_time': 1774649644.035105, 'last_price_update_time': 1774649644.035117, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010597auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_003/780x0__r.jpg?hash=1774622011> (referer: https://ecarstrade.com/cars/7010117)
2026-03-27 22:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_005/780x0__r.jpg?hash=1774622811> (referer: https://ecarstrade.com/cars/7010239)
2026-03-27 22:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_002/780x0__r.jpg?hash=1774622011> (referer: https://ecarstrade.com/cars/7010117)
2026-03-27 22:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_004/780x0__r.jpg?hash=1774622011> (referer: https://ecarstrade.com/cars/7010117)
2026-03-27 22:14:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_001/780x0__r.jpg?hash=1774622011> (referer: https://ecarstrade.com/cars/7010117)
2026-03-27 22:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_000/780x0__r.jpg?hash=1774622011> (referer: https://ecarstrade.com/cars/7010117)
2026-03-27 22:14:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cf67ab18-9b58-513b-b849-18939a93ac48
2026-03-27 22:14:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cf67ab18-9b58-513b-b849-18939a93ac48, skipping ID generation
2026-03-27 22:14:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf67ab18-9b58-513b-b849-18939a93ac48 with scrape type 1
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cf67ab18-9b58-513b-b849-18939a93ac48 sending to next pipeline
2026-03-27 22:14:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf67ab18-9b58-513b-b849-18939a93ac48, identifier: 7010274auction111140
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 18b18f04-77ba-519d-8c0e-454b5841b3d7
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 709f2f53-ead2-533a-b624-c06e37c49afd
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 709f2f53-ead2-533a-b624-c06e37c49afd
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 709f2f53-ead2-533a-b624-c06e37c49afd
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 18b18f04-77ba-519d-8c0e-454b5841b3d7
2026-03-27 22:14:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8ba83b5-1285-546c-a5c6-66d3446bf7da with identifier: 7010241auction111140
2026-03-27 22:14:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8ba83b5-1285-546c-a5c6-66d3446bf7da with scrape type 1
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8ba83b5-1285-546c-a5c6-66d3446bf7da
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010241%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622856%27 HTTP/1.1" 200 None
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_000/780x0__r.jpg?hash=1774622856 not downloaded yet
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 18b18f04-77ba-519d-8c0e-454b5841b3d7
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 18b18f04-77ba-519d-8c0e-454b5841b3d7
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 709f2f53-ead2-533a-b624-c06e37c49afd
2026-03-27 22:14:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 709f2f53-ead2-533a-b624-c06e37c49afd, skipping ID generation
2026-03-27 22:14:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 709f2f53-ead2-533a-b624-c06e37c49afd with scrape type 1
2026-03-27 22:14:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 709f2f53-ead2-533a-b624-c06e37c49afd sending to next pipeline
2026-03-27 22:14:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 709f2f53-ead2-533a-b624-c06e37c49afd, identifier: 7010165auction111140
2026-03-27 22:14:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf67ab18-9b58-513b-b849-18939a93ac48 with identifier: 7010274auction111140
2026-03-27 22:14:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf67ab18-9b58-513b-b849-18939a93ac48 with identifier: 7010274auction111140
2026-03-27 22:14:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf67ab18-9b58-513b-b849-18939a93ac48 with identifier: 7010274auction111140 to the API
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:04 [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 22:14:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010274/photo_000/780x0__r.jpg?hash=1774623110>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'cf67ab18-9b58-513b-b849-18939a93ac48',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010274',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 142839,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI TUCSON 1.6 T-GDI HYBRID FEEL AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI TUCSON 1.6 T-GDI HYBRID FEEL AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010274auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:04 [ecarstrade.be] INFO: Saving data for 7010274auction111140: {'created_time': 1774649644.622892, 'last_price_update_time': 1774649644.622903, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010274auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 709f2f53-ead2-533a-b624-c06e37c49afd with identifier: 7010165auction111140
2026-03-27 22:14:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 709f2f53-ead2-533a-b624-c06e37c49afd with identifier: 7010165auction111140
2026-03-27 22:14:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 709f2f53-ead2-533a-b624-c06e37c49afd with identifier: 7010165auction111140 to the API
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:04 [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 22:14:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010165/photo_000/780x0__r.jpg?hash=1774622334>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '709f2f53-ead2-533a-b624-c06e37c49afd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010165',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '116',
'odometer': 81531,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116DA (85KW)',
'transmission': 'automatic',
'trim': '1 SERIES HATCH 1.5 DA (85KW)',
'vin': None,
'year': 2020}
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010165auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:04 [ecarstrade.be] INFO: Saving data for 7010165auction111140: {'created_time': 1774649644.982714, 'last_price_update_time': 1774649644.982726, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010165auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010241%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622856%27 HTTP/1.1" 200 None
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_001/780x0__r.jpg?hash=1774622856 not downloaded yet
2026-03-27 22:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_005/780x0__r.jpg?hash=1774622294> (referer: https://ecarstrade.com/cars/7010162)
2026-03-27 22:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_004/780x0__r.jpg?hash=1774622294> (referer: https://ecarstrade.com/cars/7010162)
2026-03-27 22:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_003/780x0__r.jpg?hash=1774622294> (referer: https://ecarstrade.com/cars/7010162)
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010241%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622856%27 HTTP/1.1" 200 None
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_002/780x0__r.jpg?hash=1774622856 not downloaded yet
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 611d303b-d00c-5fce-b4d3-4ba2101fee9b
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 18b18f04-77ba-519d-8c0e-454b5841b3d7
2026-03-27 22:14:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18b18f04-77ba-519d-8c0e-454b5841b3d7, skipping ID generation
2026-03-27 22:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18b18f04-77ba-519d-8c0e-454b5841b3d7 with scrape type 1
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18b18f04-77ba-519d-8c0e-454b5841b3d7 sending to next pipeline
2026-03-27 22:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18b18f04-77ba-519d-8c0e-454b5841b3d7, identifier: 7010239auction111140
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 611d303b-d00c-5fce-b4d3-4ba2101fee9b
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 611d303b-d00c-5fce-b4d3-4ba2101fee9b
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 611d303b-d00c-5fce-b4d3-4ba2101fee9b
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 611d303b-d00c-5fce-b4d3-4ba2101fee9b
2026-03-27 22:14:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 611d303b-d00c-5fce-b4d3-4ba2101fee9b, skipping ID generation
2026-03-27 22:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 611d303b-d00c-5fce-b4d3-4ba2101fee9b with scrape type 1
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 611d303b-d00c-5fce-b4d3-4ba2101fee9b sending to next pipeline
2026-03-27 22:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 611d303b-d00c-5fce-b4d3-4ba2101fee9b, identifier: 7010117auction111140
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010241%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622856%27 HTTP/1.1" 200 None
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_003/780x0__r.jpg?hash=1774622856 not downloaded yet
2026-03-27 22:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18b18f04-77ba-519d-8c0e-454b5841b3d7 with identifier: 7010239auction111140
2026-03-27 22:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18b18f04-77ba-519d-8c0e-454b5841b3d7 with identifier: 7010239auction111140
2026-03-27 22:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18b18f04-77ba-519d-8c0e-454b5841b3d7 with identifier: 7010239auction111140 to the API
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:05 [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 22:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010239/photo_005/780x0__r.jpg?hash=1774622811>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '18b18f04-77ba-519d-8c0e-454b5841b3d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010239',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 89892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C3 AIRCROSS DIESEL 1.5 BlueHDi Feel S&S (EU6.2)',
'transmission': 'manual',
'trim': 'CITROAu2039N C3 AIRCROSS DIESEL 1.5 BlueHDi Feel S&S (EU6.2)',
'vin': None,
'year': 2019}
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010239auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:05 [ecarstrade.be] INFO: Saving data for 7010239auction111140: {'created_time': 1774649645.586198, 'last_price_update_time': 1774649645.586207, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010239auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 611d303b-d00c-5fce-b4d3-4ba2101fee9b with identifier: 7010117auction111140
2026-03-27 22:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 611d303b-d00c-5fce-b4d3-4ba2101fee9b with identifier: 7010117auction111140
2026-03-27 22:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 611d303b-d00c-5fce-b4d3-4ba2101fee9b with identifier: 7010117auction111140 to the API
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:05 [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 22:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010117/photo_000/780x0__r.jpg?hash=1774622011>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Natural Gas',
'id': '611d303b-d00c-5fce-b4d3-4ba2101fee9b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010117',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Audi',
'model': 'A4',
'odometer': 118163,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 40 G-TRON S TRONIC ADVANCED BUS. ED. CNG',
'transmission': 'automatic',
'trim': 'AUDI AVANT 2.0 40 G-TRON S TRONIC ADVANCED BUS. ED. CNG',
'vin': None,
'year': 2020}
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010117auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:05 [ecarstrade.be] INFO: Saving data for 7010117auction111140: {'created_time': 1774649645.912504, 'last_price_update_time': 1774649645.912516, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010117auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_002/780x0__r.jpg?hash=1774622294> (referer: https://ecarstrade.com/cars/7010162)
2026-03-27 22:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_002/780x0__r.jpg?hash=1774622366> (referer: https://ecarstrade.com/cars/7010166)
2026-03-27 22:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_000/780x0__r.jpg?hash=1774622293> (referer: https://ecarstrade.com/cars/7010162)
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010241%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622856%27 HTTP/1.1" 200 None
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_004/780x0__r.jpg?hash=1774622856 not downloaded yet
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bb1d7607-622e-5587-b25f-a5c23955eccf
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bb1d7607-622e-5587-b25f-a5c23955eccf
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bb1d7607-622e-5587-b25f-a5c23955eccf
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010241%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622857%27 HTTP/1.1" 200 None
2026-03-27 22:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_005/780x0__r.jpg?hash=1774622857 not downloaded yet
2026-03-27 22:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_001/780x0__r.jpg?hash=1774622366> (referer: https://ecarstrade.com/cars/7010166)
2026-03-27 22:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_002/780x0__r.jpg?hash=1774622088> (referer: https://ecarstrade.com/cars/7010128)
2026-03-27 22:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bb1d7607-622e-5587-b25f-a5c23955eccf
2026-03-27 22:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_000/780x0__r.jpg?hash=1774622366> (referer: https://ecarstrade.com/cars/7010166)
2026-03-27 22:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 38d39e50-4730-5fd7-921c-a2027012a596
2026-03-27 22:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bb1d7607-622e-5587-b25f-a5c23955eccf
2026-03-27 22:14:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb1d7607-622e-5587-b25f-a5c23955eccf, skipping ID generation
2026-03-27 22:14:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb1d7607-622e-5587-b25f-a5c23955eccf with scrape type 1
2026-03-27 22:14:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb1d7607-622e-5587-b25f-a5c23955eccf sending to next pipeline
2026-03-27 22:14:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb1d7607-622e-5587-b25f-a5c23955eccf, identifier: 7010162auction111140
2026-03-27 22:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb1d7607-622e-5587-b25f-a5c23955eccf with identifier: 7010162auction111140
2026-03-27 22:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb1d7607-622e-5587-b25f-a5c23955eccf with identifier: 7010162auction111140
2026-03-27 22:14:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb1d7607-622e-5587-b25f-a5c23955eccf with identifier: 7010162auction111140 to the API
2026-03-27 22:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:06 [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 22:14:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010162/photo_000/780x0__r.jpg?hash=1774622293>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'bb1d7607-622e-5587-b25f-a5c23955eccf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010162',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 126245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 HATCH DIESEL - 2019 116 d AdBlue',
'transmission': 'manual',
'trim': '1 HATCH DIESEL - 2019 d AdBlue',
'vin': None,
'year': 2020}
2026-03-27 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010162auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:06 [ecarstrade.be] INFO: Saving data for 7010162auction111140: {'created_time': 1774649646.485725, 'last_price_update_time': 1774649646.485734, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010162auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_000/780x0__r.jpg?hash=1774622856> (referer: https://ecarstrade.com/cars/7010241)
2026-03-27 22:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_003/780x0__r.jpg?hash=1774624937> (referer: https://ecarstrade.com/cars/7010519)
2026-03-27 22:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_005/780x0__r.jpg?hash=1774624938> (referer: https://ecarstrade.com/cars/7010519)
2026-03-27 22:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 38d39e50-4730-5fd7-921c-a2027012a596
2026-03-27 22:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 183b77bd-8827-58a8-884d-ffeee86fff55
2026-03-27 22:14:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 183b77bd-8827-58a8-884d-ffeee86fff55, skipping ID generation
2026-03-27 22:14:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 183b77bd-8827-58a8-884d-ffeee86fff55 with scrape type 1
2026-03-27 22:14:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 183b77bd-8827-58a8-884d-ffeee86fff55 sending to next pipeline
2026-03-27 22:14:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 183b77bd-8827-58a8-884d-ffeee86fff55, identifier: 7010128auction111140
2026-03-27 22:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 183b77bd-8827-58a8-884d-ffeee86fff55 with identifier: 7010128auction111140
2026-03-27 22:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 183b77bd-8827-58a8-884d-ffeee86fff55 with identifier: 7010128auction111140
2026-03-27 22:14:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 183b77bd-8827-58a8-884d-ffeee86fff55 with identifier: 7010128auction111140 to the API
2026-03-27 22:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:06 [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 22:14:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010128/photo_002/780x0__r.jpg?hash=1774622088>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '183b77bd-8827-58a8-884d-ffeee86fff55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010128',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A5',
'odometer': 151384,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-03',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK DIESEL - 2020 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2020 30 TDi Business Edition S tronic',
'vin': None,
'year': 2020}
2026-03-27 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010128auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:06 [ecarstrade.be] INFO: Saving data for 7010128auction111140: {'created_time': 1774649646.994843, 'last_price_update_time': 1774649646.994853, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010128auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:07 [scrapy.extensions.logstats] INFO: Crawled 711 pages (at 36 pages/min), scraped 478 items (at 56 items/min)
2026-03-27 22:14:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 350MiB
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 38d39e50-4730-5fd7-921c-a2027012a596
2026-03-27 22:14:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38d39e50-4730-5fd7-921c-a2027012a596, skipping ID generation
2026-03-27 22:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38d39e50-4730-5fd7-921c-a2027012a596 with scrape type 1
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38d39e50-4730-5fd7-921c-a2027012a596 sending to next pipeline
2026-03-27 22:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38d39e50-4730-5fd7-921c-a2027012a596, identifier: 7010166auction111140
2026-03-27 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_003/780x0__r.jpg?hash=1774622856> (referer: https://ecarstrade.com/cars/7010241)
2026-03-27 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_001/780x0__r.jpg?hash=1774622856> (referer: https://ecarstrade.com/cars/7010241)
2026-03-27 22:14:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38d39e50-4730-5fd7-921c-a2027012a596 with identifier: 7010166auction111140
2026-03-27 22:14:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38d39e50-4730-5fd7-921c-a2027012a596 with identifier: 7010166auction111140
2026-03-27 22:14:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38d39e50-4730-5fd7-921c-a2027012a596 with identifier: 7010166auction111140 to the API
2026-03-27 22:14:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:07 [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 22:14:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010166/photo_000/780x0__r.jpg?hash=1774622366>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '38d39e50-4730-5fd7-921c-a2027012a596',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010166',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '116',
'odometer': 154183,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116DA (85KW)',
'transmission': 'automatic',
'trim': '1 SERIES HATCH 1.5 DA (85KW)',
'vin': None,
'year': 2021}
2026-03-27 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010166auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:07 [ecarstrade.be] INFO: Saving data for 7010166auction111140: {'created_time': 1774649647.457198, 'last_price_update_time': 1774649647.457211, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010166auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_002/780x0__r.jpg?hash=1774624937> (referer: https://ecarstrade.com/cars/7010519)
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8ba83b5-1285-546c-a5c6-66d3446bf7da
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 18ce3921-89a3-52f1-b6a7-d8f99da844f3
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 18ce3921-89a3-52f1-b6a7-d8f99da844f3
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8ba83b5-1285-546c-a5c6-66d3446bf7da
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8ba83b5-1285-546c-a5c6-66d3446bf7da
2026-03-27 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_005/780x0__r.jpg?hash=1774622857> (referer: https://ecarstrade.com/cars/7010241)
2026-03-27 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_002/780x0__r.jpg?hash=1774622856> (referer: https://ecarstrade.com/cars/7010241)
2026-03-27 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_001/780x0__r.jpg?hash=1774624937> (referer: https://ecarstrade.com/cars/7010519)
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 18ce3921-89a3-52f1-b6a7-d8f99da844f3
2026-03-27 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_004/780x0__r.jpg?hash=1774622856> (referer: https://ecarstrade.com/cars/7010241)
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8ba83b5-1285-546c-a5c6-66d3446bf7da
2026-03-27 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_003/780x0__r.jpg?hash=1774622064> (referer: https://ecarstrade.com/cars/7010124)
2026-03-27 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_004/780x0__r.jpg?hash=1774622065> (referer: https://ecarstrade.com/cars/7010124)
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8ba83b5-1285-546c-a5c6-66d3446bf7da
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 18ce3921-89a3-52f1-b6a7-d8f99da844f3
2026-03-27 22:14:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18ce3921-89a3-52f1-b6a7-d8f99da844f3, skipping ID generation
2026-03-27 22:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18ce3921-89a3-52f1-b6a7-d8f99da844f3 with scrape type 1
2026-03-27 22:14:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18ce3921-89a3-52f1-b6a7-d8f99da844f3 sending to next pipeline
2026-03-27 22:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18ce3921-89a3-52f1-b6a7-d8f99da844f3, identifier: 7010519auction111140
2026-03-27 22:14:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18ce3921-89a3-52f1-b6a7-d8f99da844f3 with identifier: 7010519auction111140
2026-03-27 22:14:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18ce3921-89a3-52f1-b6a7-d8f99da844f3 with identifier: 7010519auction111140
2026-03-27 22:14:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18ce3921-89a3-52f1-b6a7-d8f99da844f3 with identifier: 7010519auction111140 to the API
2026-03-27 22:14:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:07 [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 22:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010519/photo_001/780x0__r.jpg?hash=1774624937>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '18ce3921-89a3-52f1-b6a7-d8f99da844f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010519',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '3008',
'odometer': 105698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.6 PHEV 225 E-AUTO8 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.6 PHEV 225 E-AUTO8 ALLURE',
'vin': None,
'year': 2022}
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010519auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:08 [ecarstrade.be] INFO: Saving data for 7010519auction111140: {'created_time': 1774649648.065526, 'last_price_update_time': 1774649648.065535, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010519auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_002/780x0__r.jpg?hash=1774622064> (referer: https://ecarstrade.com/cars/7010124)
2026-03-27 22:14:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_000/780x0__r.jpg?hash=1774622064> (referer: https://ecarstrade.com/cars/7010124)
2026-03-27 22:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_001/780x0__r.jpg?hash=1774622064> (referer: https://ecarstrade.com/cars/7010124)
2026-03-27 22:14:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8ba83b5-1285-546c-a5c6-66d3446bf7da
2026-03-27 22:14:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8ba83b5-1285-546c-a5c6-66d3446bf7da, skipping ID generation
2026-03-27 22:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8ba83b5-1285-546c-a5c6-66d3446bf7da with scrape type 1
2026-03-27 22:14:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8ba83b5-1285-546c-a5c6-66d3446bf7da sending to next pipeline
2026-03-27 22:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8ba83b5-1285-546c-a5c6-66d3446bf7da, identifier: 7010241auction111140
2026-03-27 22:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 45836773-211e-5ca2-a3f1-8ff604323235
2026-03-27 22:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 45836773-211e-5ca2-a3f1-8ff604323235
2026-03-27 22:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8ba83b5-1285-546c-a5c6-66d3446bf7da with identifier: 7010241auction111140
2026-03-27 22:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8ba83b5-1285-546c-a5c6-66d3446bf7da with identifier: 7010241auction111140
2026-03-27 22:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8ba83b5-1285-546c-a5c6-66d3446bf7da with identifier: 7010241auction111140 to the API
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:08 [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 22:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010241/photo_004/780x0__r.jpg?hash=1774622856>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b8ba83b5-1285-546c-a5c6-66d3446bf7da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010241',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Citroen',
'model': 'C4',
'odometer': 145291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C4 1.5 BLUEHDI 110 S&S BUSINESS GPS',
'transmission': 'manual',
'trim': 'CITROAu2039N 1.5 BLUEHDI 110 S&S BUSINESS GPS',
'vin': None,
'year': 2022}
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010241auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:08 [ecarstrade.be] INFO: Saving data for 7010241auction111140: {'created_time': 1774649648.505128, 'last_price_update_time': 1774649648.505138, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010241auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 45836773-211e-5ca2-a3f1-8ff604323235
2026-03-27 22:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 45836773-211e-5ca2-a3f1-8ff604323235
2026-03-27 22:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 45836773-211e-5ca2-a3f1-8ff604323235
2026-03-27 22:14:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45836773-211e-5ca2-a3f1-8ff604323235, skipping ID generation
2026-03-27 22:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45836773-211e-5ca2-a3f1-8ff604323235 with scrape type 1
2026-03-27 22:14:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45836773-211e-5ca2-a3f1-8ff604323235 sending to next pipeline
2026-03-27 22:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45836773-211e-5ca2-a3f1-8ff604323235, identifier: 7010124auction111140
2026-03-27 22:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45836773-211e-5ca2-a3f1-8ff604323235 with identifier: 7010124auction111140
2026-03-27 22:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45836773-211e-5ca2-a3f1-8ff604323235 with identifier: 7010124auction111140
2026-03-27 22:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45836773-211e-5ca2-a3f1-8ff604323235 with identifier: 7010124auction111140 to the API
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:08 [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 22:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010124/photo_001/780x0__r.jpg?hash=1774622064>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Natural Gas',
'id': '45836773-211e-5ca2-a3f1-8ff604323235',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010124',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A5',
'odometer': 104367,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-09',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 40 G-TRON S TRONIC BUS.ED. S LINE CNG',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 2.0 40 G-TRON S TRONIC BUS.ED. S LINE CNG',
'vin': None,
'year': 2021}
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010124auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:08 [ecarstrade.be] INFO: Saving data for 7010124auction111140: {'created_time': 1774649648.968241, 'last_price_update_time': 1774649648.968253, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010124auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page219?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:11 [ecarstrade.be] INFO: Found 1 car items
2026-03-27 22:14:11 [ecarstrade.be] INFO: Found listing with ID: 7004543auction110870
2026-03-27 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004543auction110870%27 HTTP/1.1" 200 None
2026-03-27 22:14:11 [ecarstrade.be] INFO: Scrape type for 7004543auction110870: 0
2026-03-27 22:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010527> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010530> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:13 [ecarstrade.be] INFO: Extracting details for car 7010527auction111140
2026-03-27 22:14:13 [ecarstrade.be] INFO: Extracting details for car 7010530auction111140
2026-03-27 22:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b54f7bd-3be5-5752-93d3-74fc30e80dc9 with identifier: 7010527auction111140
2026-03-27 22:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9 with scrape type 1
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010527%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625071%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_000/780x0__r.jpg?hash=1774625071 not downloaded yet
2026-03-27 22:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ec0dedc-f76d-5894-9f0e-b0369527112f with identifier: 7010530auction111140
2026-03-27 22:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ec0dedc-f76d-5894-9f0e-b0369527112f with scrape type 1
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2ec0dedc-f76d-5894-9f0e-b0369527112f
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010530%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625110%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_000/780x0__r.jpg?hash=1774625110 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010527%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625071%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_001/780x0__r.jpg?hash=1774625071 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010530%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625111%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_001/780x0__r.jpg?hash=1774625111 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010527%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625071%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_002/780x0__r.jpg?hash=1774625071 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010530%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625111%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_002/780x0__r.jpg?hash=1774625111 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010527%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625071%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_003/780x0__r.jpg?hash=1774625071 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010530%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625111%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_003/780x0__r.jpg?hash=1774625111 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010527%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625071%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_004/780x0__r.jpg?hash=1774625071 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010530%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625111%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_004/780x0__r.jpg?hash=1774625111 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010527%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625071%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_005/780x0__r.jpg?hash=1774625071 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010530%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625111%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_005/780x0__r.jpg?hash=1774625111 not downloaded yet
2026-03-27 22:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010565> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:13 [ecarstrade.be] INFO: Extracting details for car 7010565auction111140
2026-03-27 22:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ba80350-5e81-5cf7-a648-ae8f59562435 with identifier: 7010565auction111140
2026-03-27 22:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ba80350-5e81-5cf7-a648-ae8f59562435 with scrape type 1
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8ba80350-5e81-5cf7-a648-ae8f59562435
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010565%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625761%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_000/780x0__r.jpg?hash=1774625761 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010565%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625762%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_001/780x0__r.jpg?hash=1774625762 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010565%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625762%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_002/780x0__r.jpg?hash=1774625762 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010565%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625762%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_003/780x0__r.jpg?hash=1774625762 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010565%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625762%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_004/780x0__r.jpg?hash=1774625762 not downloaded yet
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010565%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625762%27 HTTP/1.1" 200 None
2026-03-27 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_005/780x0__r.jpg?hash=1774625762 not downloaded yet
2026-03-27 22:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010531> (referer: https://ecarstrade.com/search/page218?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010163> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:15 [ecarstrade.be] INFO: Extracting details for car 7010531auction111140
2026-03-27 22:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010592> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4963d3f-1ea9-580b-9fe1-0274a609e697 with identifier: 7010531auction111140
2026-03-27 22:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4963d3f-1ea9-580b-9fe1-0274a609e697 with scrape type 1
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f4963d3f-1ea9-580b-9fe1-0274a609e697
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010531%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625154%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_000/780x0__r.jpg?hash=1774625154 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010531%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625154%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_001/780x0__r.jpg?hash=1774625154 not downloaded yet
2026-03-27 22:14:15 [ecarstrade.be] INFO: Extracting details for car 7010163auction111140
2026-03-27 22:14:15 [ecarstrade.be] INFO: Extracting details for car 7010592auction111140
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010531%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625154%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_002/780x0__r.jpg?hash=1774625154 not downloaded yet
2026-03-27 22:14:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 094f5e40-a008-5780-befc-1e17cb5e9752 with identifier: 7010163auction111140
2026-03-27 22:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 094f5e40-a008-5780-befc-1e17cb5e9752 with scrape type 1
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 094f5e40-a008-5780-befc-1e17cb5e9752
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010163%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622300%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_000/780x0__r.jpg?hash=1774622300 not downloaded yet
2026-03-27 22:14:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 882ffd12-1064-528e-b1db-e7ca135bac1a with identifier: 7010592auction111140
2026-03-27 22:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 882ffd12-1064-528e-b1db-e7ca135bac1a with scrape type 1
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 882ffd12-1064-528e-b1db-e7ca135bac1a
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010592%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626039%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_000/780x0__r.jpg?hash=1774626039 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010531%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625155%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_003/780x0__r.jpg?hash=1774625155 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010163%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622300%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_001/780x0__r.jpg?hash=1774622300 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010592%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626039%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_001/780x0__r.jpg?hash=1774626039 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010531%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625155%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_004/780x0__r.jpg?hash=1774625155 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010163%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622300%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_002/780x0__r.jpg?hash=1774622300 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010592%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626040%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_002/780x0__r.jpg?hash=1774626040 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010531%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625155%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_005/780x0__r.jpg?hash=1774625155 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010163%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622301%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_003/780x0__r.jpg?hash=1774622301 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010592%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626040%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_003/780x0__r.jpg?hash=1774626040 not downloaded yet
2026-03-27 22:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010251> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010163%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622301%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_004/780x0__r.jpg?hash=1774622301 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010592%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626040%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_004/780x0__r.jpg?hash=1774626040 not downloaded yet
2026-03-27 22:14:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010163%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622301%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_005/780x0__r.jpg?hash=1774622301 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010592%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626040%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_005/780x0__r.jpg?hash=1774626040 not downloaded yet
2026-03-27 22:14:15 [ecarstrade.be] INFO: Extracting details for car 7010251auction111140
2026-03-27 22:14:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a with identifier: 7010251auction111140
2026-03-27 22:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a with scrape type 1
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010251%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622990%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_000/780x0__r.jpg?hash=1774622990 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010251%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622991%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_001/780x0__r.jpg?hash=1774622991 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010251%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622991%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_002/780x0__r.jpg?hash=1774622991 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010251%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622991%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_003/780x0__r.jpg?hash=1774622991 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010251%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622991%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_004/780x0__r.jpg?hash=1774622991 not downloaded yet
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010251%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622991%27 HTTP/1.1" 200 None
2026-03-27 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_005/780x0__r.jpg?hash=1774622991 not downloaded yet
2026-03-27 22:14:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010562> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:17 [ecarstrade.be] INFO: Extracting details for car 7010562auction111140
2026-03-27 22:14:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1bb4a8e-51dc-52de-88dd-e8b48a8d7328 with identifier: 7010562auction111140
2026-03-27 22:14:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328 with scrape type 1
2026-03-27 22:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010562%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625703%27 HTTP/1.1" 200 None
2026-03-27 22:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_000/780x0__r.jpg?hash=1774625703 not downloaded yet
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010562%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625703%27 HTTP/1.1" 200 None
2026-03-27 22:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_001/780x0__r.jpg?hash=1774625703 not downloaded yet
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010562%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625703%27 HTTP/1.1" 200 None
2026-03-27 22:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_002/780x0__r.jpg?hash=1774625703 not downloaded yet
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010562%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625703%27 HTTP/1.1" 200 None
2026-03-27 22:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_003/780x0__r.jpg?hash=1774625703 not downloaded yet
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010562%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625703%27 HTTP/1.1" 200 None
2026-03-27 22:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_004/780x0__r.jpg?hash=1774625703 not downloaded yet
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010562%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625703%27 HTTP/1.1" 200 None
2026-03-27 22:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_005/780x0__r.jpg?hash=1774625703 not downloaded yet
2026-03-27 22:14:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010557> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:19 [ecarstrade.be] INFO: Extracting details for car 7010557auction111140
2026-03-27 22:14:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f020e0f7-3c10-553d-bd51-be71d139f997 with identifier: 7010557auction111140
2026-03-27 22:14:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f020e0f7-3c10-553d-bd51-be71d139f997 with scrape type 1
2026-03-27 22:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f020e0f7-3c10-553d-bd51-be71d139f997
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010557%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625617%27 HTTP/1.1" 200 None
2026-03-27 22:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_000/780x0__r.jpg?hash=1774625617 not downloaded yet
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010557%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625617%27 HTTP/1.1" 200 None
2026-03-27 22:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_001/780x0__r.jpg?hash=1774625617 not downloaded yet
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010557%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625617%27 HTTP/1.1" 200 None
2026-03-27 22:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_002/780x0__r.jpg?hash=1774625617 not downloaded yet
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010557%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625617%27 HTTP/1.1" 200 None
2026-03-27 22:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_003/780x0__r.jpg?hash=1774625617 not downloaded yet
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010557%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625617%27 HTTP/1.1" 200 None
2026-03-27 22:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_004/780x0__r.jpg?hash=1774625617 not downloaded yet
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010557%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625617%27 HTTP/1.1" 200 None
2026-03-27 22:14:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_005/780x0__r.jpg?hash=1774625617 not downloaded yet
2026-03-27 22:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010602> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:20 [ecarstrade.be] INFO: Extracting details for car 7010602auction111140
2026-03-27 22:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c82ef911-af26-5c03-82f0-4f013e72d55e with identifier: 7010602auction111140
2026-03-27 22:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c82ef911-af26-5c03-82f0-4f013e72d55e with scrape type 1
2026-03-27 22:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c82ef911-af26-5c03-82f0-4f013e72d55e
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010602%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774626065%27 HTTP/1.1" 200 None
2026-03-27 22:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_000/780x0__r.jpg?hash=1774626065 not downloaded yet
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010602%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774626065%27 HTTP/1.1" 200 None
2026-03-27 22:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_001/780x0__r.jpg?hash=1774626065 not downloaded yet
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010602%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774626065%27 HTTP/1.1" 200 None
2026-03-27 22:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_002/780x0__r.jpg?hash=1774626065 not downloaded yet
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010602%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774626065%27 HTTP/1.1" 200 None
2026-03-27 22:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_003/780x0__r.jpg?hash=1774626065 not downloaded yet
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010602%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774626065%27 HTTP/1.1" 200 None
2026-03-27 22:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_004/780x0__r.jpg?hash=1774626065 not downloaded yet
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010602%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774626065%27 HTTP/1.1" 200 None
2026-03-27 22:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_005/780x0__r.jpg?hash=1774626065 not downloaded yet
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010250> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_005/780x0__r.jpg?hash=1774625111> (referer: https://ecarstrade.com/cars/7010530)
2026-03-27 22:14:21 [ecarstrade.be] INFO: Extracting details for car 7010250auction111140
2026-03-27 22:14:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 245afa8a-fedc-5231-8c99-c4f68165deb8 with identifier: 7010250auction111140
2026-03-27 22:14:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 245afa8a-fedc-5231-8c99-c4f68165deb8 with scrape type 1
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 245afa8a-fedc-5231-8c99-c4f68165deb8
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010250%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774622987%27 HTTP/1.1" 200 None
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_000/780x0__r.jpg?hash=1774622987 not downloaded yet
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010250%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622987%27 HTTP/1.1" 200 None
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_001/780x0__r.jpg?hash=1774622987 not downloaded yet
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010250%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622987%27 HTTP/1.1" 200 None
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_002/780x0__r.jpg?hash=1774622987 not downloaded yet
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_005/780x0__r.jpg?hash=1774625762> (referer: https://ecarstrade.com/cars/7010565)
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010250%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622987%27 HTTP/1.1" 200 None
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_003/780x0__r.jpg?hash=1774622987 not downloaded yet
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010250%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622988%27 HTTP/1.1" 200 None
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_004/780x0__r.jpg?hash=1774622988 not downloaded yet
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2ec0dedc-f76d-5894-9f0e-b0369527112f
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010250%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622988%27 HTTP/1.1" 200 None
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_005/780x0__r.jpg?hash=1774622988 not downloaded yet
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_004/780x0__r.jpg?hash=1774625762> (referer: https://ecarstrade.com/cars/7010565)
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8ba80350-5e81-5cf7-a648-ae8f59562435
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_003/780x0__r.jpg?hash=1774625762> (referer: https://ecarstrade.com/cars/7010565)
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8ba80350-5e81-5cf7-a648-ae8f59562435
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_003/780x0__r.jpg?hash=1774626040> (referer: https://ecarstrade.com/cars/7010592)
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8ba80350-5e81-5cf7-a648-ae8f59562435
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_005/780x0__r.jpg?hash=1774622991> (referer: https://ecarstrade.com/cars/7010251)
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 882ffd12-1064-528e-b1db-e7ca135bac1a
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_005/780x0__r.jpg?hash=1774625703> (referer: https://ecarstrade.com/cars/7010562)
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_005/780x0__r.jpg?hash=1774625617> (referer: https://ecarstrade.com/cars/7010557)
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_005/780x0__r.jpg?hash=1774626065> (referer: https://ecarstrade.com/cars/7010602)
2026-03-27 22:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f020e0f7-3c10-553d-bd51-be71d139f997
2026-03-27 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_004/780x0__r.jpg?hash=1774626065> (referer: https://ecarstrade.com/cars/7010602)
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c82ef911-af26-5c03-82f0-4f013e72d55e
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_002/780x0__r.jpg?hash=1774622987> (referer: https://ecarstrade.com/cars/7010250)
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010022> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c82ef911-af26-5c03-82f0-4f013e72d55e
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_005/780x0__r.jpg?hash=1774622988> (referer: https://ecarstrade.com/cars/7010250)
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 245afa8a-fedc-5231-8c99-c4f68165deb8
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_004/780x0__r.jpg?hash=1774622988> (referer: https://ecarstrade.com/cars/7010250)
2026-03-27 22:14:22 [ecarstrade.be] INFO: Extracting details for car 7010022auction111140
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_003/780x0__r.jpg?hash=1774622987> (referer: https://ecarstrade.com/cars/7010250)
2026-03-27 22:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 771d4afd-d712-5cce-bcc5-8f85003f29e2 with identifier: 7010022auction111140
2026-03-27 22:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 771d4afd-d712-5cce-bcc5-8f85003f29e2 with scrape type 1
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 771d4afd-d712-5cce-bcc5-8f85003f29e2
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010022%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774621940%27 HTTP/1.1" 200 None
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_000/780x0__r.jpg?hash=1774621940 not downloaded yet
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_001/780x0__r.jpg?hash=1774622987> (referer: https://ecarstrade.com/cars/7010250)
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010022%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621940%27 HTTP/1.1" 200 None
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_001/780x0__r.jpg?hash=1774621940 not downloaded yet
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010022%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621940%27 HTTP/1.1" 200 None
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_002/780x0__r.jpg?hash=1774621940 not downloaded yet
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 245afa8a-fedc-5231-8c99-c4f68165deb8
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010022%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621941%27 HTTP/1.1" 200 None
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_003/780x0__r.jpg?hash=1774621941 not downloaded yet
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010022%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621941%27 HTTP/1.1" 200 None
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_004/780x0__r.jpg?hash=1774621941 not downloaded yet
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010022%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621941%27 HTTP/1.1" 200 None
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_005/780x0__r.jpg?hash=1774621941 not downloaded yet
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 245afa8a-fedc-5231-8c99-c4f68165deb8
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 245afa8a-fedc-5231-8c99-c4f68165deb8
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_003/780x0__r.jpg?hash=1774626065> (referer: https://ecarstrade.com/cars/7010602)
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_000/780x0__r.jpg?hash=1774622987> (referer: https://ecarstrade.com/cars/7010250)
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 245afa8a-fedc-5231-8c99-c4f68165deb8
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_001/780x0__r.jpg?hash=1774626065> (referer: https://ecarstrade.com/cars/7010602)
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_002/780x0__r.jpg?hash=1774626065> (referer: https://ecarstrade.com/cars/7010602)
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_000/780x0__r.jpg?hash=1774626065> (referer: https://ecarstrade.com/cars/7010602)
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c82ef911-af26-5c03-82f0-4f013e72d55e
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 245afa8a-fedc-5231-8c99-c4f68165deb8
2026-03-27 22:14:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 245afa8a-fedc-5231-8c99-c4f68165deb8, skipping ID generation
2026-03-27 22:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 245afa8a-fedc-5231-8c99-c4f68165deb8 with scrape type 1
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 245afa8a-fedc-5231-8c99-c4f68165deb8 sending to next pipeline
2026-03-27 22:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 245afa8a-fedc-5231-8c99-c4f68165deb8, identifier: 7010250auction111140
2026-03-27 22:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 245afa8a-fedc-5231-8c99-c4f68165deb8 with identifier: 7010250auction111140
2026-03-27 22:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 245afa8a-fedc-5231-8c99-c4f68165deb8 with identifier: 7010250auction111140
2026-03-27 22:14:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 245afa8a-fedc-5231-8c99-c4f68165deb8 with identifier: 7010250auction111140 to the API
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:22 [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 22:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010250/photo_000/780x0__r.jpg?hash=1774622987>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '2.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '245afa8a-fedc-5231-8c99-c4f68165deb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010250',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 117682,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'FORD KUGA 2.5I PHEV 165KW TITANIUM AUTO',
'transmission': 'automatic',
'trim': 'FORD KUGA 2.5I PHEV 165KW TITANIUM AUTO',
'vin': None,
'year': 2021}
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010250auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:22 [ecarstrade.be] INFO: Saving data for 7010250auction111140: {'created_time': 1774649662.952995, 'last_price_update_time': 1774649662.953005, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010250auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_004/780x0__r.jpg?hash=1774625617> (referer: https://ecarstrade.com/cars/7010557)
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_003/780x0__r.jpg?hash=1774625617> (referer: https://ecarstrade.com/cars/7010557)
2026-03-27 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010577> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c82ef911-af26-5c03-82f0-4f013e72d55e
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c82ef911-af26-5c03-82f0-4f013e72d55e
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c82ef911-af26-5c03-82f0-4f013e72d55e
2026-03-27 22:14:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c82ef911-af26-5c03-82f0-4f013e72d55e, skipping ID generation
2026-03-27 22:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c82ef911-af26-5c03-82f0-4f013e72d55e with scrape type 1
2026-03-27 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c82ef911-af26-5c03-82f0-4f013e72d55e sending to next pipeline
2026-03-27 22:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c82ef911-af26-5c03-82f0-4f013e72d55e, identifier: 7010602auction111140
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010280> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c82ef911-af26-5c03-82f0-4f013e72d55e with identifier: 7010602auction111140
2026-03-27 22:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c82ef911-af26-5c03-82f0-4f013e72d55e with identifier: 7010602auction111140
2026-03-27 22:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c82ef911-af26-5c03-82f0-4f013e72d55e with identifier: 7010602auction111140 to the API
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:23 [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 22:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010602/photo_000/780x0__r.jpg?hash=1774626065>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c82ef911-af26-5c03-82f0-4f013e72d55e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010602',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 121860,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 MOMENTUM CORE AUTO',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T2 MOMENTUM CORE AUTO',
'vin': None,
'year': 2022}
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010602auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [ecarstrade.be] INFO: Saving data for 7010602auction111140: {'created_time': 1774649663.41571, 'last_price_update_time': 1774649663.415721, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010602auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:23 [ecarstrade.be] INFO: Extracting details for car 7010577auction111140
2026-03-27 22:14:23 [ecarstrade.be] INFO: Extracting details for car 7010280auction111140
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_002/780x0__r.jpg?hash=1774625617> (referer: https://ecarstrade.com/cars/7010557)
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_001/780x0__r.jpg?hash=1774625617> (referer: https://ecarstrade.com/cars/7010557)
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f020e0f7-3c10-553d-bd51-be71d139f997
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f020e0f7-3c10-553d-bd51-be71d139f997
2026-03-27 22:14:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5c5f3c2-e56a-5232-afb9-ea0d9b90917d with identifier: 7010577auction111140
2026-03-27 22:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d with scrape type 1
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010577%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625921%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_000/780x0__r.jpg?hash=1774625921 not downloaded yet
2026-03-27 22:14:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6218169-628e-5d6b-81c7-53b849d39022 with identifier: 7010280auction111140
2026-03-27 22:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6218169-628e-5d6b-81c7-53b849d39022 with scrape type 1
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d6218169-628e-5d6b-81c7-53b849d39022
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010280%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774623181%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_000/780x0__r.jpg?hash=1774623181 not downloaded yet
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010577%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625922%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_001/780x0__r.jpg?hash=1774625922 not downloaded yet
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010280%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623181%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_001/780x0__r.jpg?hash=1774623181 not downloaded yet
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_005/780x0__r.jpg?hash=1774621941> (referer: https://ecarstrade.com/cars/7010022)
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_004/780x0__r.jpg?hash=1774621941> (referer: https://ecarstrade.com/cars/7010022)
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_000/780x0__r.jpg?hash=1774621940> (referer: https://ecarstrade.com/cars/7010022)
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010577%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625922%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_002/780x0__r.jpg?hash=1774625922 not downloaded yet
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010280%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623181%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_002/780x0__r.jpg?hash=1774623181 not downloaded yet
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_003/780x0__r.jpg?hash=1774621941> (referer: https://ecarstrade.com/cars/7010022)
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010577%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625922%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_003/780x0__r.jpg?hash=1774625922 not downloaded yet
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010280%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623181%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_003/780x0__r.jpg?hash=1774623181 not downloaded yet
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f020e0f7-3c10-553d-bd51-be71d139f997
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f020e0f7-3c10-553d-bd51-be71d139f997
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010577%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625922%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_004/780x0__r.jpg?hash=1774625922 not downloaded yet
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010280%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623182%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_004/780x0__r.jpg?hash=1774623182 not downloaded yet
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_000/780x0__r.jpg?hash=1774625617> (referer: https://ecarstrade.com/cars/7010557)
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_001/780x0__r.jpg?hash=1774621940> (referer: https://ecarstrade.com/cars/7010022)
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_002/780x0__r.jpg?hash=1774621940> (referer: https://ecarstrade.com/cars/7010022)
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010577%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625922%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_005/780x0__r.jpg?hash=1774625922 not downloaded yet
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010280%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623182%27 HTTP/1.1" 200 None
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_005/780x0__r.jpg?hash=1774623182 not downloaded yet
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_004/780x0__r.jpg?hash=1774625703> (referer: https://ecarstrade.com/cars/7010562)
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 771d4afd-d712-5cce-bcc5-8f85003f29e2
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 771d4afd-d712-5cce-bcc5-8f85003f29e2
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 771d4afd-d712-5cce-bcc5-8f85003f29e2
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 771d4afd-d712-5cce-bcc5-8f85003f29e2
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_000/780x0__r.jpg?hash=1774625703> (referer: https://ecarstrade.com/cars/7010562)
2026-03-27 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_003/780x0__r.jpg?hash=1774625703> (referer: https://ecarstrade.com/cars/7010562)
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f020e0f7-3c10-553d-bd51-be71d139f997
2026-03-27 22:14:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f020e0f7-3c10-553d-bd51-be71d139f997, skipping ID generation
2026-03-27 22:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f020e0f7-3c10-553d-bd51-be71d139f997 with scrape type 1
2026-03-27 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f020e0f7-3c10-553d-bd51-be71d139f997 sending to next pipeline
2026-03-27 22:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f020e0f7-3c10-553d-bd51-be71d139f997, identifier: 7010557auction111140
2026-03-27 22:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f020e0f7-3c10-553d-bd51-be71d139f997 with identifier: 7010557auction111140
2026-03-27 22:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f020e0f7-3c10-553d-bd51-be71d139f997 with identifier: 7010557auction111140
2026-03-27 22:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f020e0f7-3c10-553d-bd51-be71d139f997 with identifier: 7010557auction111140 to the API
2026-03-27 22:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:24 [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 22:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010557/photo_000/780x0__r.jpg?hash=1774625617>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f020e0f7-3c10-553d-bd51-be71d139f997',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010557',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 204930,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-10',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI 2.0 CRTDI 110KW DSG7 L&K',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI 2.0 CRTDI 110KW DSG7 L&K',
'vin': None,
'year': 2021}
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010557auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:24 [ecarstrade.be] INFO: Saving data for 7010557auction111140: {'created_time': 1774649664.197231, 'last_price_update_time': 1774649664.197241, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010557auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_001/780x0__r.jpg?hash=1774625703> (referer: https://ecarstrade.com/cars/7010562)
2026-03-27 22:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_001/780x0__r.jpg?hash=1774625922> (referer: https://ecarstrade.com/cars/7010577)
2026-03-27 22:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_002/780x0__r.jpg?hash=1774625703> (referer: https://ecarstrade.com/cars/7010562)
2026-03-27 22:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_001/780x0__r.jpg?hash=1774623181> (referer: https://ecarstrade.com/cars/7010280)
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 771d4afd-d712-5cce-bcc5-8f85003f29e2
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 771d4afd-d712-5cce-bcc5-8f85003f29e2
2026-03-27 22:14:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 771d4afd-d712-5cce-bcc5-8f85003f29e2, skipping ID generation
2026-03-27 22:14:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 771d4afd-d712-5cce-bcc5-8f85003f29e2 with scrape type 1
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 771d4afd-d712-5cce-bcc5-8f85003f29e2 sending to next pipeline
2026-03-27 22:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 771d4afd-d712-5cce-bcc5-8f85003f29e2, identifier: 7010022auction111140
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328
2026-03-27 22:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 771d4afd-d712-5cce-bcc5-8f85003f29e2 with identifier: 7010022auction111140
2026-03-27 22:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 771d4afd-d712-5cce-bcc5-8f85003f29e2 with identifier: 7010022auction111140
2026-03-27 22:14:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 771d4afd-d712-5cce-bcc5-8f85003f29e2 with identifier: 7010022auction111140 to the API
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:24 [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 22:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010022/photo_002/780x0__r.jpg?hash=1774621940>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '771d4afd-d712-5cce-bcc5-8f85003f29e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010022',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'A3',
'odometer': 70258,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 BERLINE 1.0 TFSI 30 81KW S TRONIC ATTRACTION B.E',
'transmission': 'automatic',
'trim': 'AUDI BERLINE 1.0 TFSI 30 81KW S TRONIC ATTRACTION B.E',
'vin': None,
'year': 2022}
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010022auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:24 [ecarstrade.be] INFO: Saving data for 7010022auction111140: {'created_time': 1774649664.737032, 'last_price_update_time': 1774649664.737042, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010022auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_004/780x0__r.jpg?hash=1774623182> (referer: https://ecarstrade.com/cars/7010280)
2026-03-27 22:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_004/780x0__r.jpg?hash=1774625922> (referer: https://ecarstrade.com/cars/7010577)
2026-03-27 22:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_000/780x0__r.jpg?hash=1774625921> (referer: https://ecarstrade.com/cars/7010577)
2026-03-27 22:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_000/780x0__r.jpg?hash=1774623181> (referer: https://ecarstrade.com/cars/7010280)
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328
2026-03-27 22:14:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a1bb4a8e-51dc-52de-88dd-e8b48a8d7328, skipping ID generation
2026-03-27 22:14:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328 with scrape type 1
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a1bb4a8e-51dc-52de-88dd-e8b48a8d7328 sending to next pipeline
2026-03-27 22:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1bb4a8e-51dc-52de-88dd-e8b48a8d7328, identifier: 7010562auction111140
2026-03-27 22:14:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d6218169-628e-5d6b-81c7-53b849d39022
2026-03-27 22:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1bb4a8e-51dc-52de-88dd-e8b48a8d7328 with identifier: 7010562auction111140
2026-03-27 22:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1bb4a8e-51dc-52de-88dd-e8b48a8d7328 with identifier: 7010562auction111140
2026-03-27 22:14:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1bb4a8e-51dc-52de-88dd-e8b48a8d7328 with identifier: 7010562auction111140 to the API
2026-03-27 22:14:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:25 [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 22:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010562/photo_002/780x0__r.jpg?hash=1774625703>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.8L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a1bb4a8e-51dc-52de-88dd-e8b48a8d7328',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010562',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 102335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA COROLLA TOURING SPORTS 1.8 HYBRID PREMIUM E-CVT',
'transmission': 'automatic',
'trim': 'TOYOTA COROLLA TOURING SPORTS 1.8 HYBRID PREMIUM E-CVT',
'vin': None,
'year': 2021}
2026-03-27 22:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010562auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:25 [ecarstrade.be] INFO: Saving data for 7010562auction111140: {'created_time': 1774649665.210277, 'last_price_update_time': 1774649665.210287, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010562auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_005/780x0__r.jpg?hash=1774623182> (referer: https://ecarstrade.com/cars/7010280)
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_003/780x0__r.jpg?hash=1774623181> (referer: https://ecarstrade.com/cars/7010280)
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_003/780x0__r.jpg?hash=1774625922> (referer: https://ecarstrade.com/cars/7010577)
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_005/780x0__r.jpg?hash=1774625922> (referer: https://ecarstrade.com/cars/7010577)
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d6218169-628e-5d6b-81c7-53b849d39022
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d6218169-628e-5d6b-81c7-53b849d39022
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_002/780x0__r.jpg?hash=1774623181> (referer: https://ecarstrade.com/cars/7010280)
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d6218169-628e-5d6b-81c7-53b849d39022
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d6218169-628e-5d6b-81c7-53b849d39022
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_002/780x0__r.jpg?hash=1774625922> (referer: https://ecarstrade.com/cars/7010577)
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_002/780x0__r.jpg?hash=1774622991> (referer: https://ecarstrade.com/cars/7010251)
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_004/780x0__r.jpg?hash=1774622991> (referer: https://ecarstrade.com/cars/7010251)
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d6218169-628e-5d6b-81c7-53b849d39022
2026-03-27 22:14:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6218169-628e-5d6b-81c7-53b849d39022, skipping ID generation
2026-03-27 22:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6218169-628e-5d6b-81c7-53b849d39022 with scrape type 1
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6218169-628e-5d6b-81c7-53b849d39022 sending to next pipeline
2026-03-27 22:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6218169-628e-5d6b-81c7-53b849d39022, identifier: 7010280auction111140
2026-03-27 22:14:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6218169-628e-5d6b-81c7-53b849d39022 with identifier: 7010280auction111140
2026-03-27 22:14:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6218169-628e-5d6b-81c7-53b849d39022 with identifier: 7010280auction111140
2026-03-27 22:14:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6218169-628e-5d6b-81c7-53b849d39022 with identifier: 7010280auction111140 to the API
2026-03-27 22:14:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:25 [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 22:14:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010280/photo_002/780x0__r.jpg?hash=1774623181>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd6218169-628e-5d6b-81c7-53b849d39022',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010280',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 82885,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E DCT BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ A-CLASS 1.3 A 250 E DCT BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-27 22:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010280auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:25 [ecarstrade.be] INFO: Saving data for 7010280auction111140: {'created_time': 1774649665.805917, 'last_price_update_time': 1774649665.805928, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010280auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_003/780x0__r.jpg?hash=1774622991> (referer: https://ecarstrade.com/cars/7010251)
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_001/780x0__r.jpg?hash=1774622991> (referer: https://ecarstrade.com/cars/7010251)
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_005/780x0__r.jpg?hash=1774626040> (referer: https://ecarstrade.com/cars/7010592)
2026-03-27 22:14:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_000/780x0__r.jpg?hash=1774622990> (referer: https://ecarstrade.com/cars/7010251)
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d
2026-03-27 22:14:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5c5f3c2-e56a-5232-afb9-ea0d9b90917d, skipping ID generation
2026-03-27 22:14:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d with scrape type 1
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5c5f3c2-e56a-5232-afb9-ea0d9b90917d sending to next pipeline
2026-03-27 22:14:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5c5f3c2-e56a-5232-afb9-ea0d9b90917d, identifier: 7010577auction111140
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a
2026-03-27 22:14:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a
2026-03-27 22:14:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5c5f3c2-e56a-5232-afb9-ea0d9b90917d with identifier: 7010577auction111140
2026-03-27 22:14:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5c5f3c2-e56a-5232-afb9-ea0d9b90917d with identifier: 7010577auction111140
2026-03-27 22:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5c5f3c2-e56a-5232-afb9-ea0d9b90917d with identifier: 7010577auction111140 to the API
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:26 [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 22:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010577/photo_002/780x0__r.jpg?hash=1774625922>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5c5f3c2-e56a-5232-afb9-ea0d9b90917d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010577',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 98054,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT GTE - 2020 1.4 TSI PHEV GTE Business DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT VARIANT GTE - 2020 1.4 TSI PHEV GTE Business DSG',
'vin': None,
'year': 2020}
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010577auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:26 [ecarstrade.be] INFO: Saving data for 7010577auction111140: {'created_time': 1774649666.260874, 'last_price_update_time': 1774649666.260885, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010577auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_004/780x0__r.jpg?hash=1774626040> (referer: https://ecarstrade.com/cars/7010592)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_005/780x0__r.jpg?hash=1774622301> (referer: https://ecarstrade.com/cars/7010163)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_004/780x0__r.jpg?hash=1774622301> (referer: https://ecarstrade.com/cars/7010163)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_003/780x0__r.jpg?hash=1774622301> (referer: https://ecarstrade.com/cars/7010163)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page220?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page219?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 882ffd12-1064-528e-b1db-e7ca135bac1a
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a
2026-03-27 22:14:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a, skipping ID generation
2026-03-27 22:14:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a with scrape type 1
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a sending to next pipeline
2026-03-27 22:14:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a, identifier: 7010251auction111140
2026-03-27 22:14:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a with identifier: 7010251auction111140
2026-03-27 22:14:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a with identifier: 7010251auction111140
2026-03-27 22:14:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e7416e2-09d5-5c6c-b520-c8d2f9171c1a with identifier: 7010251auction111140 to the API
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:26 [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 22:14:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010251/photo_000/780x0__r.jpg?hash=1774622990>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5e7416e2-09d5-5c6c-b520-c8d2f9171c1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010251',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Puma',
'odometer': 88997,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW ST-LINE V',
'transmission': 'manual',
'trim': 'FORD PUMA 1.0 ECOBOOST MHEV 92KW ST-LINE V',
'vin': None,
'year': 2022}
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010251auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:26 [ecarstrade.be] INFO: Saving data for 7010251auction111140: {'created_time': 1774649666.699282, 'last_price_update_time': 1774649666.699294, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010251auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010500> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_004/780x0__r.jpg?hash=1774625155> (referer: https://ecarstrade.com/cars/7010531)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_002/780x0__r.jpg?hash=1774626040> (referer: https://ecarstrade.com/cars/7010592)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_005/780x0__r.jpg?hash=1774625155> (referer: https://ecarstrade.com/cars/7010531)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_002/780x0__r.jpg?hash=1774622300> (referer: https://ecarstrade.com/cars/7010163)
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 882ffd12-1064-528e-b1db-e7ca135bac1a
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 094f5e40-a008-5780-befc-1e17cb5e9752
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 094f5e40-a008-5780-befc-1e17cb5e9752
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 094f5e40-a008-5780-befc-1e17cb5e9752
2026-03-27 22:14:26 [ecarstrade.be] INFO: No car items found on page 220
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_001/780x0__r.jpg?hash=1774626039> (referer: https://ecarstrade.com/cars/7010592)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_001/780x0__r.jpg?hash=1774622300> (referer: https://ecarstrade.com/cars/7010163)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_000/780x0__r.jpg?hash=1774622300> (referer: https://ecarstrade.com/cars/7010163)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_002/780x0__r.jpg?hash=1774625154> (referer: https://ecarstrade.com/cars/7010531)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_000/780x0__r.jpg?hash=1774626039> (referer: https://ecarstrade.com/cars/7010592)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_003/780x0__r.jpg?hash=1774625155> (referer: https://ecarstrade.com/cars/7010531)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_002/780x0__r.jpg?hash=1774625762> (referer: https://ecarstrade.com/cars/7010565)
2026-03-27 22:14:26 [ecarstrade.be] INFO: Extracting details for car 7010500auction111140
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_001/780x0__r.jpg?hash=1774625762> (referer: https://ecarstrade.com/cars/7010565)
2026-03-27 22:14:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8dd0a0e-abf3-55e0-95f2-35897e23583c with identifier: 7010500auction111140
2026-03-27 22:14:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8dd0a0e-abf3-55e0-95f2-35897e23583c with scrape type 1
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f8dd0a0e-abf3-55e0-95f2-35897e23583c
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010500%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774624375%27 HTTP/1.1" 200 None
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_000/780x0__r.jpg?hash=1774624375 not downloaded yet
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f4963d3f-1ea9-580b-9fe1-0274a609e697
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 882ffd12-1064-528e-b1db-e7ca135bac1a
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f4963d3f-1ea9-580b-9fe1-0274a609e697
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 094f5e40-a008-5780-befc-1e17cb5e9752
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_000/780x0__r.jpg?hash=1774625761> (referer: https://ecarstrade.com/cars/7010565)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_001/780x0__r.jpg?hash=1774625154> (referer: https://ecarstrade.com/cars/7010531)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_000/780x0__r.jpg?hash=1774625154> (referer: https://ecarstrade.com/cars/7010531)
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010500%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774624375%27 HTTP/1.1" 200 None
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_001/780x0__r.jpg?hash=1774624375 not downloaded yet
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_005/780x0__r.jpg?hash=1774625071> (referer: https://ecarstrade.com/cars/7010527)
2026-03-27 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_004/780x0__r.jpg?hash=1774625111> (referer: https://ecarstrade.com/cars/7010530)
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010500%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774624375%27 HTTP/1.1" 200 None
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_002/780x0__r.jpg?hash=1774624375 not downloaded yet
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 882ffd12-1064-528e-b1db-e7ca135bac1a
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 094f5e40-a008-5780-befc-1e17cb5e9752
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 094f5e40-a008-5780-befc-1e17cb5e9752
2026-03-27 22:14:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 094f5e40-a008-5780-befc-1e17cb5e9752, skipping ID generation
2026-03-27 22:14:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 094f5e40-a008-5780-befc-1e17cb5e9752 with scrape type 1
2026-03-27 22:14:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 094f5e40-a008-5780-befc-1e17cb5e9752 sending to next pipeline
2026-03-27 22:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 094f5e40-a008-5780-befc-1e17cb5e9752, identifier: 7010163auction111140
2026-03-27 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_004/780x0__r.jpg?hash=1774625071> (referer: https://ecarstrade.com/cars/7010527)
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010500%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774624375%27 HTTP/1.1" 200 None
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_003/780x0__r.jpg?hash=1774624375 not downloaded yet
2026-03-27 22:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 094f5e40-a008-5780-befc-1e17cb5e9752 with identifier: 7010163auction111140
2026-03-27 22:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 094f5e40-a008-5780-befc-1e17cb5e9752 with identifier: 7010163auction111140
2026-03-27 22:14:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 094f5e40-a008-5780-befc-1e17cb5e9752 with identifier: 7010163auction111140 to the API
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:27 [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 22:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010163/photo_000/780x0__r.jpg?hash=1774622300>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '094f5e40-a008-5780-befc-1e17cb5e9752',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010163',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '116',
'odometer': 65932,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116D (85KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 D (85KW)',
'vin': None,
'year': 2022}
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010163auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:27 [ecarstrade.be] INFO: Saving data for 7010163auction111140: {'created_time': 1774649667.334419, 'last_price_update_time': 1774649667.33443, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010163auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_003/780x0__r.jpg?hash=1774625111> (referer: https://ecarstrade.com/cars/7010530)
2026-03-27 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_003/780x0__r.jpg?hash=1774625071> (referer: https://ecarstrade.com/cars/7010527)
2026-03-27 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_002/780x0__r.jpg?hash=1774625111> (referer: https://ecarstrade.com/cars/7010530)
2026-03-27 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_002/780x0__r.jpg?hash=1774625071> (referer: https://ecarstrade.com/cars/7010527)
2026-03-27 22:14:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f4963d3f-1ea9-580b-9fe1-0274a609e697
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 882ffd12-1064-528e-b1db-e7ca135bac1a
2026-03-27 22:14:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 882ffd12-1064-528e-b1db-e7ca135bac1a, skipping ID generation
2026-03-27 22:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 882ffd12-1064-528e-b1db-e7ca135bac1a with scrape type 1
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 882ffd12-1064-528e-b1db-e7ca135bac1a sending to next pipeline
2026-03-27 22:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 882ffd12-1064-528e-b1db-e7ca135bac1a, identifier: 7010592auction111140
2026-03-27 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_001/780x0__r.jpg?hash=1774625111> (referer: https://ecarstrade.com/cars/7010530)
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010500%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774624375%27 HTTP/1.1" 200 None
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_004/780x0__r.jpg?hash=1774624375 not downloaded yet
2026-03-27 22:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 882ffd12-1064-528e-b1db-e7ca135bac1a with identifier: 7010592auction111140
2026-03-27 22:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 882ffd12-1064-528e-b1db-e7ca135bac1a with identifier: 7010592auction111140
2026-03-27 22:14:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 882ffd12-1064-528e-b1db-e7ca135bac1a with identifier: 7010592auction111140 to the API
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:27 [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 22:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010592/photo_000/780x0__r.jpg?hash=1774626039>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '882ffd12-1064-528e-b1db-e7ca135bac1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010592',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 135954,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TOURAN - 2015 1.5 TSI ACT Highline OPF DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TOURAN - 2015 1.5 TSI ACT Highline OPF DSG',
'vin': None,
'year': 2021}
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010592auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:27 [ecarstrade.be] INFO: Saving data for 7010592auction111140: {'created_time': 1774649667.826128, 'last_price_update_time': 1774649667.826145, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010592auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_001/780x0__r.jpg?hash=1774625071> (referer: https://ecarstrade.com/cars/7010527)
2026-03-27 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_000/780x0__r.jpg?hash=1774625071> (referer: https://ecarstrade.com/cars/7010527)
2026-03-27 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_000/780x0__r.jpg?hash=1774625110> (referer: https://ecarstrade.com/cars/7010530)
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010500%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774624375%27 HTTP/1.1" 200 None
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_005/780x0__r.jpg?hash=1774624375 not downloaded yet
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f4963d3f-1ea9-580b-9fe1-0274a609e697
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8ba80350-5e81-5cf7-a648-ae8f59562435
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8ba80350-5e81-5cf7-a648-ae8f59562435
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8ba80350-5e81-5cf7-a648-ae8f59562435
2026-03-27 22:14:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ba80350-5e81-5cf7-a648-ae8f59562435, skipping ID generation
2026-03-27 22:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ba80350-5e81-5cf7-a648-ae8f59562435 with scrape type 1
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8ba80350-5e81-5cf7-a648-ae8f59562435 sending to next pipeline
2026-03-27 22:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ba80350-5e81-5cf7-a648-ae8f59562435, identifier: 7010565auction111140
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f4963d3f-1ea9-580b-9fe1-0274a609e697
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f4963d3f-1ea9-580b-9fe1-0274a609e697
2026-03-27 22:14:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4963d3f-1ea9-580b-9fe1-0274a609e697, skipping ID generation
2026-03-27 22:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4963d3f-1ea9-580b-9fe1-0274a609e697 with scrape type 1
2026-03-27 22:14:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4963d3f-1ea9-580b-9fe1-0274a609e697 sending to next pipeline
2026-03-27 22:14:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4963d3f-1ea9-580b-9fe1-0274a609e697, identifier: 7010531auction111140
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2ec0dedc-f76d-5894-9f0e-b0369527112f
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9
2026-03-27 22:14:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_000/780x0__r.jpg?hash=1774624375> (referer: https://ecarstrade.com/cars/7010500)
2026-03-27 22:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ba80350-5e81-5cf7-a648-ae8f59562435 with identifier: 7010565auction111140
2026-03-27 22:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ba80350-5e81-5cf7-a648-ae8f59562435 with identifier: 7010565auction111140
2026-03-27 22:14:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ba80350-5e81-5cf7-a648-ae8f59562435 with identifier: 7010565auction111140 to the API
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:28 [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 22:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010565/photo_000/780x0__r.jpg?hash=1774625761>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8ba80350-5e81-5cf7-a648-ae8f59562435',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010565',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 142797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VII VARIANT DIESEL - 2017 1.6 SCR TDi Trendline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN GOLF VII VARIANT DIESEL - 2017 1.6 SCR TDi Trendline',
'vin': None,
'year': 2020}
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010565auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:28 [ecarstrade.be] INFO: Saving data for 7010565auction111140: {'created_time': 1774649668.345, 'last_price_update_time': 1774649668.34501, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010565auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4963d3f-1ea9-580b-9fe1-0274a609e697 with identifier: 7010531auction111140
2026-03-27 22:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4963d3f-1ea9-580b-9fe1-0274a609e697 with identifier: 7010531auction111140
2026-03-27 22:14:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4963d3f-1ea9-580b-9fe1-0274a609e697 with identifier: 7010531auction111140 to the API
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:28 [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 22:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010531/photo_000/780x0__r.jpg?hash=1774625154>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f4963d3f-1ea9-580b-9fe1-0274a609e697',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010531',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 67072,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 GRAND CONFORT',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS 1.5 BLUE DCI 95 GRAND CONFORT',
'vin': None,
'year': 2021}
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010531auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:28 [ecarstrade.be] INFO: Saving data for 7010531auction111140: {'created_time': 1774649668.718269, 'last_price_update_time': 1774649668.71828, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010531auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2ec0dedc-f76d-5894-9f0e-b0369527112f
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2ec0dedc-f76d-5894-9f0e-b0369527112f
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2ec0dedc-f76d-5894-9f0e-b0369527112f
2026-03-27 22:14:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_001/780x0__r.jpg?hash=1774624375> (referer: https://ecarstrade.com/cars/7010500)
2026-03-27 22:14:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_002/780x0__r.jpg?hash=1774624375> (referer: https://ecarstrade.com/cars/7010500)
2026-03-27 22:14:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_003/780x0__r.jpg?hash=1774624375> (referer: https://ecarstrade.com/cars/7010500)
2026-03-27 22:14:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010579> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9
2026-03-27 22:14:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5b54f7bd-3be5-5752-93d3-74fc30e80dc9, skipping ID generation
2026-03-27 22:14:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9 with scrape type 1
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5b54f7bd-3be5-5752-93d3-74fc30e80dc9 sending to next pipeline
2026-03-27 22:14:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b54f7bd-3be5-5752-93d3-74fc30e80dc9, identifier: 7010527auction111140
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2ec0dedc-f76d-5894-9f0e-b0369527112f
2026-03-27 22:14:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ec0dedc-f76d-5894-9f0e-b0369527112f, skipping ID generation
2026-03-27 22:14:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ec0dedc-f76d-5894-9f0e-b0369527112f with scrape type 1
2026-03-27 22:14:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ec0dedc-f76d-5894-9f0e-b0369527112f sending to next pipeline
2026-03-27 22:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ec0dedc-f76d-5894-9f0e-b0369527112f, identifier: 7010530auction111140
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f8dd0a0e-abf3-55e0-95f2-35897e23583c
2026-03-27 22:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b54f7bd-3be5-5752-93d3-74fc30e80dc9 with identifier: 7010527auction111140
2026-03-27 22:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b54f7bd-3be5-5752-93d3-74fc30e80dc9 with identifier: 7010527auction111140
2026-03-27 22:14:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b54f7bd-3be5-5752-93d3-74fc30e80dc9 with identifier: 7010527auction111140 to the API
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:29 [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 22:14:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010527/photo_000/780x0__r.jpg?hash=1774625071>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5b54f7bd-3be5-5752-93d3-74fc30e80dc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010527',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 88352,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-08',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 BHDI L1 LIGHT 96KW S-S AUTO PREMIUM',
'transmission': 'automatic',
'trim': 'PEUGEOT PARTNER 1.5 BHDI L1 LIGHT 96KW S-S AUTO PREMIUM',
'vin': None,
'year': 2021}
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010527auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:29 [ecarstrade.be] INFO: Saving data for 7010527auction111140: {'created_time': 1774649669.331039, 'last_price_update_time': 1774649669.331048, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010527auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ec0dedc-f76d-5894-9f0e-b0369527112f with identifier: 7010530auction111140
2026-03-27 22:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ec0dedc-f76d-5894-9f0e-b0369527112f with identifier: 7010530auction111140
2026-03-27 22:14:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ec0dedc-f76d-5894-9f0e-b0369527112f with identifier: 7010530auction111140 to the API
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:29 [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 22:14:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010530/photo_000/780x0__r.jpg?hash=1774625110>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': '2ec0dedc-f76d-5894-9f0e-b0369527112f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010530',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Express',
'odometer': 61963,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-27',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT EXPRESS 1.5 DCI BLUE 95 CONFORT',
'transmission': 'manual',
'trim': 'RENAULT EXPRESS 1.5 DCI BLUE 95 CONFORT',
'vin': None,
'year': 2022}
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010530auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:29 [ecarstrade.be] INFO: Saving data for 7010530auction111140: {'created_time': 1774649669.645343, 'last_price_update_time': 1774649669.645351, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010530auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:29 [ecarstrade.be] INFO: Extracting details for car 7010579auction111140
2026-03-27 22:14:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_004/780x0__r.jpg?hash=1774624375> (referer: https://ecarstrade.com/cars/7010500)
2026-03-27 22:14:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_005/780x0__r.jpg?hash=1774624375> (referer: https://ecarstrade.com/cars/7010500)
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f8dd0a0e-abf3-55e0-95f2-35897e23583c
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f8dd0a0e-abf3-55e0-95f2-35897e23583c
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f8dd0a0e-abf3-55e0-95f2-35897e23583c
2026-03-27 22:14:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17c1d92f-9d63-5d73-a279-22dac036d59d with identifier: 7010579auction111140
2026-03-27 22:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17c1d92f-9d63-5d73-a279-22dac036d59d with scrape type 1
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 17c1d92f-9d63-5d73-a279-22dac036d59d
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010579%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625976%27 HTTP/1.1" 200 None
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_000/780x0__r.jpg?hash=1774625976 not downloaded yet
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010579%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625976%27 HTTP/1.1" 200 None
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_001/780x0__r.jpg?hash=1774625976 not downloaded yet
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010579%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625976%27 HTTP/1.1" 200 None
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_002/780x0__r.jpg?hash=1774625976 not downloaded yet
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f8dd0a0e-abf3-55e0-95f2-35897e23583c
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010579%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625976%27 HTTP/1.1" 200 None
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_003/780x0__r.jpg?hash=1774625976 not downloaded yet
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010579%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625976%27 HTTP/1.1" 200 None
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_004/780x0__r.jpg?hash=1774625976 not downloaded yet
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010579%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625976%27 HTTP/1.1" 200 None
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_005/780x0__r.jpg?hash=1774625976 not downloaded yet
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f8dd0a0e-abf3-55e0-95f2-35897e23583c
2026-03-27 22:14:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f8dd0a0e-abf3-55e0-95f2-35897e23583c, skipping ID generation
2026-03-27 22:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8dd0a0e-abf3-55e0-95f2-35897e23583c with scrape type 1
2026-03-27 22:14:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f8dd0a0e-abf3-55e0-95f2-35897e23583c sending to next pipeline
2026-03-27 22:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f8dd0a0e-abf3-55e0-95f2-35897e23583c, identifier: 7010500auction111140
2026-03-27 22:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8dd0a0e-abf3-55e0-95f2-35897e23583c with identifier: 7010500auction111140
2026-03-27 22:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8dd0a0e-abf3-55e0-95f2-35897e23583c with identifier: 7010500auction111140
2026-03-27 22:14:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8dd0a0e-abf3-55e0-95f2-35897e23583c with identifier: 7010500auction111140 to the API
2026-03-27 22:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:30 [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 22:14:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010500/photo_005/780x0__r.jpg?hash=1774624375>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f8dd0a0e-abf3-55e0-95f2-35897e23583c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010500',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLB 220',
'odometer': 198084,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB 2.0 GLB 220 D 4MATIC DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB 2.0 D 4MATIC DCT',
'vin': None,
'year': 2022}
2026-03-27 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010500auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:30 [ecarstrade.be] INFO: Saving data for 7010500auction111140: {'created_time': 1774649670.339764, 'last_price_update_time': 1774649670.339774, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010500auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_000/780x0__r.jpg?hash=1774625976> (referer: https://ecarstrade.com/cars/7010579)
2026-03-27 22:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_001/780x0__r.jpg?hash=1774625976> (referer: https://ecarstrade.com/cars/7010579)
2026-03-27 22:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_002/780x0__r.jpg?hash=1774625976> (referer: https://ecarstrade.com/cars/7010579)
2026-03-27 22:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_003/780x0__r.jpg?hash=1774625976> (referer: https://ecarstrade.com/cars/7010579)
2026-03-27 22:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_004/780x0__r.jpg?hash=1774625976> (referer: https://ecarstrade.com/cars/7010579)
2026-03-27 22:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_005/780x0__r.jpg?hash=1774625976> (referer: https://ecarstrade.com/cars/7010579)
2026-03-27 22:14:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 17c1d92f-9d63-5d73-a279-22dac036d59d
2026-03-27 22:14:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 17c1d92f-9d63-5d73-a279-22dac036d59d
2026-03-27 22:14:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 17c1d92f-9d63-5d73-a279-22dac036d59d
2026-03-27 22:14:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 17c1d92f-9d63-5d73-a279-22dac036d59d
2026-03-27 22:14:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 17c1d92f-9d63-5d73-a279-22dac036d59d
2026-03-27 22:14:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 17c1d92f-9d63-5d73-a279-22dac036d59d
2026-03-27 22:14:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 17c1d92f-9d63-5d73-a279-22dac036d59d, skipping ID generation
2026-03-27 22:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17c1d92f-9d63-5d73-a279-22dac036d59d with scrape type 1
2026-03-27 22:14:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 17c1d92f-9d63-5d73-a279-22dac036d59d sending to next pipeline
2026-03-27 22:14:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17c1d92f-9d63-5d73-a279-22dac036d59d, identifier: 7010579auction111140
2026-03-27 22:14:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17c1d92f-9d63-5d73-a279-22dac036d59d with identifier: 7010579auction111140
2026-03-27 22:14:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17c1d92f-9d63-5d73-a279-22dac036d59d with identifier: 7010579auction111140
2026-03-27 22:14:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17c1d92f-9d63-5d73-a279-22dac036d59d with identifier: 7010579auction111140 to the API
2026-03-27 22:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:30 [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 22:14:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010579/photo_005/780x0__r.jpg?hash=1774625976>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': '17c1d92f-9d63-5d73-a279-22dac036d59d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010579',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 41732,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan 1.5 TSI 110KW LIFE DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.5 TSI 110KW LIFE DSG',
'vin': None,
'year': 2021}
2026-03-27 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010579auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:31 [ecarstrade.be] INFO: Saving data for 7010579auction111140: {'created_time': 1774649671.003161, 'last_price_update_time': 1774649671.003171, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010579auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010572> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:36 [ecarstrade.be] INFO: Extracting details for car 7010572auction111140
2026-03-27 22:14:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8721c44f-560a-5338-804c-31a254fa0fd8 with identifier: 7010572auction111140
2026-03-27 22:14:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8721c44f-560a-5338-804c-31a254fa0fd8 with scrape type 1
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8721c44f-560a-5338-804c-31a254fa0fd8
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010572%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625847%27 HTTP/1.1" 200 None
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_000/780x0__r.jpg?hash=1774625847 not downloaded yet
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010572%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625847%27 HTTP/1.1" 200 None
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_001/780x0__r.jpg?hash=1774625847 not downloaded yet
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010572%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625847%27 HTTP/1.1" 200 None
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_002/780x0__r.jpg?hash=1774625847 not downloaded yet
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010572%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625847%27 HTTP/1.1" 200 None
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_003/780x0__r.jpg?hash=1774625847 not downloaded yet
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010572%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625847%27 HTTP/1.1" 200 None
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_004/780x0__r.jpg?hash=1774625847 not downloaded yet
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010572%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625848%27 HTTP/1.1" 200 None
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_005/780x0__r.jpg?hash=1774625848 not downloaded yet
2026-03-27 22:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_001/780x0__r.jpg?hash=1774625847> (referer: https://ecarstrade.com/cars/7010572)
2026-03-27 22:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_000/780x0__r.jpg?hash=1774625847> (referer: https://ecarstrade.com/cars/7010572)
2026-03-27 22:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_005/780x0__r.jpg?hash=1774625848> (referer: https://ecarstrade.com/cars/7010572)
2026-03-27 22:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_004/780x0__r.jpg?hash=1774625847> (referer: https://ecarstrade.com/cars/7010572)
2026-03-27 22:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_002/780x0__r.jpg?hash=1774625847> (referer: https://ecarstrade.com/cars/7010572)
2026-03-27 22:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_003/780x0__r.jpg?hash=1774625847> (referer: https://ecarstrade.com/cars/7010572)
2026-03-27 22:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010571> (referer: https://ecarstrade.com/search/page212?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8721c44f-560a-5338-804c-31a254fa0fd8
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8721c44f-560a-5338-804c-31a254fa0fd8
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8721c44f-560a-5338-804c-31a254fa0fd8
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8721c44f-560a-5338-804c-31a254fa0fd8
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8721c44f-560a-5338-804c-31a254fa0fd8
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8721c44f-560a-5338-804c-31a254fa0fd8
2026-03-27 22:14:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8721c44f-560a-5338-804c-31a254fa0fd8, skipping ID generation
2026-03-27 22:14:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8721c44f-560a-5338-804c-31a254fa0fd8 with scrape type 1
2026-03-27 22:14:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8721c44f-560a-5338-804c-31a254fa0fd8 sending to next pipeline
2026-03-27 22:14:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8721c44f-560a-5338-804c-31a254fa0fd8, identifier: 7010572auction111140
2026-03-27 22:14:36 [ecarstrade.be] INFO: Extracting details for car 7010571auction111140
2026-03-27 22:14:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8721c44f-560a-5338-804c-31a254fa0fd8 with identifier: 7010572auction111140
2026-03-27 22:14:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8721c44f-560a-5338-804c-31a254fa0fd8 with identifier: 7010572auction111140
2026-03-27 22:14:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8721c44f-560a-5338-804c-31a254fa0fd8 with identifier: 7010572auction111140 to the API
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:37 [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 22:14:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010572/photo_003/780x0__r.jpg?hash=1774625847>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8721c44f-560a-5338-804c-31a254fa0fd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010572',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 48702,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-20',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'vin': None,
'year': 2023}
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010572auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:37 [ecarstrade.be] INFO: Saving data for 7010572auction111140: {'created_time': 1774649677.32677, 'last_price_update_time': 1774649677.326787, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010572auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 772306cc-2910-5301-9156-669e54f4be5e with identifier: 7010571auction111140
2026-03-27 22:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 772306cc-2910-5301-9156-669e54f4be5e with scrape type 1
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 772306cc-2910-5301-9156-669e54f4be5e
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010571%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625844%27 HTTP/1.1" 200 None
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_000/780x0__r.jpg?hash=1774625844 not downloaded yet
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010571%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625844%27 HTTP/1.1" 200 None
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_001/780x0__r.jpg?hash=1774625844 not downloaded yet
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010571%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625845%27 HTTP/1.1" 200 None
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_002/780x0__r.jpg?hash=1774625845 not downloaded yet
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010571%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625845%27 HTTP/1.1" 200 None
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_003/780x0__r.jpg?hash=1774625845 not downloaded yet
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010571%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625845%27 HTTP/1.1" 200 None
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_004/780x0__r.jpg?hash=1774625845 not downloaded yet
2026-03-27 22:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_000/780x0__r.jpg?hash=1774625844> (referer: https://ecarstrade.com/cars/7010571)
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010571%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625845%27 HTTP/1.1" 200 None
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_005/780x0__r.jpg?hash=1774625845 not downloaded yet
2026-03-27 22:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_002/780x0__r.jpg?hash=1774625845> (referer: https://ecarstrade.com/cars/7010571)
2026-03-27 22:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_001/780x0__r.jpg?hash=1774625844> (referer: https://ecarstrade.com/cars/7010571)
2026-03-27 22:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_005/780x0__r.jpg?hash=1774625845> (referer: https://ecarstrade.com/cars/7010571)
2026-03-27 22:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_004/780x0__r.jpg?hash=1774625845> (referer: https://ecarstrade.com/cars/7010571)
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 772306cc-2910-5301-9156-669e54f4be5e
2026-03-27 22:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_003/780x0__r.jpg?hash=1774625845> (referer: https://ecarstrade.com/cars/7010571)
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 772306cc-2910-5301-9156-669e54f4be5e
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 772306cc-2910-5301-9156-669e54f4be5e
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 772306cc-2910-5301-9156-669e54f4be5e
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 772306cc-2910-5301-9156-669e54f4be5e
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 772306cc-2910-5301-9156-669e54f4be5e
2026-03-27 22:14:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 772306cc-2910-5301-9156-669e54f4be5e, skipping ID generation
2026-03-27 22:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 772306cc-2910-5301-9156-669e54f4be5e with scrape type 1
2026-03-27 22:14:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 772306cc-2910-5301-9156-669e54f4be5e sending to next pipeline
2026-03-27 22:14:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 772306cc-2910-5301-9156-669e54f4be5e, identifier: 7010571auction111140
2026-03-27 22:14:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 772306cc-2910-5301-9156-669e54f4be5e with identifier: 7010571auction111140
2026-03-27 22:14:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 772306cc-2910-5301-9156-669e54f4be5e with identifier: 7010571auction111140
2026-03-27 22:14:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 772306cc-2910-5301-9156-669e54f4be5e with identifier: 7010571auction111140 to the API
2026-03-27 22:14:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:37 [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 22:14:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010571/photo_003/780x0__r.jpg?hash=1774625845>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '772306cc-2910-5301-9156-669e54f4be5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010571',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 47290,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VIII 1.4 EHYBRID STYLE BUSINESS DSG',
'vin': None,
'year': 2023}
2026-03-27 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010571auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:38 [ecarstrade.be] INFO: Saving data for 7010571auction111140: {'created_time': 1774649678.088992, 'last_price_update_time': 1774649678.089003, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010571auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010578> (referer: https://ecarstrade.com/search/page214?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 22:14:52 [ecarstrade.be] INFO: Extracting details for car 7010578auction111140
2026-03-27 22:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da9aab18-5124-5570-82a6-7d00682b030f with identifier: 7010578auction111140
2026-03-27 22:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da9aab18-5124-5570-82a6-7d00682b030f with scrape type 1
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item da9aab18-5124-5570-82a6-7d00682b030f
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010578%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774625954%27 HTTP/1.1" 200 None
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_000/780x0__r.jpg?hash=1774625954 not downloaded yet
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010578%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774625954%27 HTTP/1.1" 200 None
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_001/780x0__r.jpg?hash=1774625954 not downloaded yet
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010578%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774625954%27 HTTP/1.1" 200 None
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_002/780x0__r.jpg?hash=1774625954 not downloaded yet
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010578%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774625954%27 HTTP/1.1" 200 None
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_003/780x0__r.jpg?hash=1774625954 not downloaded yet
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010578%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774625954%27 HTTP/1.1" 200 None
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_004/780x0__r.jpg?hash=1774625954 not downloaded yet
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010578%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774625954%27 HTTP/1.1" 200 None
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_005/780x0__r.jpg?hash=1774625954 not downloaded yet
2026-03-27 22:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_000/780x0__r.jpg?hash=1774625954> (referer: https://ecarstrade.com/cars/7010578)
2026-03-27 22:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_001/780x0__r.jpg?hash=1774625954> (referer: https://ecarstrade.com/cars/7010578)
2026-03-27 22:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_002/780x0__r.jpg?hash=1774625954> (referer: https://ecarstrade.com/cars/7010578)
2026-03-27 22:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_005/780x0__r.jpg?hash=1774625954> (referer: https://ecarstrade.com/cars/7010578)
2026-03-27 22:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_003/780x0__r.jpg?hash=1774625954> (referer: https://ecarstrade.com/cars/7010578)
2026-03-27 22:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_004/780x0__r.jpg?hash=1774625954> (referer: https://ecarstrade.com/cars/7010578)
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item da9aab18-5124-5570-82a6-7d00682b030f
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item da9aab18-5124-5570-82a6-7d00682b030f
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item da9aab18-5124-5570-82a6-7d00682b030f
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item da9aab18-5124-5570-82a6-7d00682b030f
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item da9aab18-5124-5570-82a6-7d00682b030f
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item da9aab18-5124-5570-82a6-7d00682b030f
2026-03-27 22:14:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: da9aab18-5124-5570-82a6-7d00682b030f, skipping ID generation
2026-03-27 22:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da9aab18-5124-5570-82a6-7d00682b030f with scrape type 1
2026-03-27 22:14:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item da9aab18-5124-5570-82a6-7d00682b030f sending to next pipeline
2026-03-27 22:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da9aab18-5124-5570-82a6-7d00682b030f, identifier: 7010578auction111140
2026-03-27 22:14:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da9aab18-5124-5570-82a6-7d00682b030f with identifier: 7010578auction111140
2026-03-27 22:14:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da9aab18-5124-5570-82a6-7d00682b030f with identifier: 7010578auction111140
2026-03-27 22:14:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da9aab18-5124-5570-82a6-7d00682b030f with identifier: 7010578auction111140 to the API
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 22:14:52 [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 22:14:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010578/photo_004/780x0__r.jpg?hash=1774625954>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.0L',
'expiration_date': '2026-04-02T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'da9aab18-5124-5570-82a6-7d00682b030f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010578',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Taigo',
'odometer': 92877,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TAIGO 1.0 TSI 81KW DSG LIFE BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TAIGO 1.0 TSI 81KW DSG LIFE BUSINESS',
'vin': None,
'year': 2023}
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010578auction111140%27 HTTP/1.1" 200 None
2026-03-27 22:14:52 [ecarstrade.be] INFO: Saving data for 7010578auction111140: {'created_time': 1774649692.734942, 'last_price_update_time': 1774649692.734951, 'auction_closing_time': 1775121000.0}
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010578auction111140') HTTP/1.1" 204 0
2026-03-27 22:14:52 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-27 22:14:52 [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>: 1, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-27 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 22:14:53 [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%201774217692 HTTP/1.1" 200 None
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6762649auction87925') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6778529auction87925') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818322auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6840031auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841540auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6864893auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889012auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889017auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6900132auction106392') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913224auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913226auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913299auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959579auction87925') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959593auction87925') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961305auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961329auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961338auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961347auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961348auction61871') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984151auction110827') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984874auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984875auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984876auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984878auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984879auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984882auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984889auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984891auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984896auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984901auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984902auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984903auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984905auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984906auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984907auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984910auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984911auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984912auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984913auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984917auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984919auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984920auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984921auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984922auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984923auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984924auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984925auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984926auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984928auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984929auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984930auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984931auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984934auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984937auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984946auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984948auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984949auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984950auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984951auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984952auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984954auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984955auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984958auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984961auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984962auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984964auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984965auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984971auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984972auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984973auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984974auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984975auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984977auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984978auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984981auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984983auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984984auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984985auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984986auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984987auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984988auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984989auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984990auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984991auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984992auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984993auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984994auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984996auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984997auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984999auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985000auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985001auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985002auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985003auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985004auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985007auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985009auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985012auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985013auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985014auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985016auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985017auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985021auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985027auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985028auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985029auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985031auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985032auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985033auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985035auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985036auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985037auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985073auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985077auction110841') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985621auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985625auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985629auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985630auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985632auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985636auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985637auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985638auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985639auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985640auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985641auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985642auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985643auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985644auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985645auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985646auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985647auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985648auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985649auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985651auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985652auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985653auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985655auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985656auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985657auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985658auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985659auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985661auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985662auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985663auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985664auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985668auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985669auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985670auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985671auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985672auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985673auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985674auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985675auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985676auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985677auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985679auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985680auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985681auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985682auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985683auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985684auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985685auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985686auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985687auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985688auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985689auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985690auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985691auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985693auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985695auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985696auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985697auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985698auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985699auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985700auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985701auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985702auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985703auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985704auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985705auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985707auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985708auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985710auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985711auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985713auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985714auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985715auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985716auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985717auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985718auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985719auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985722auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985723auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985725auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985726auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985728auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985729auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985730auction110847') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985798auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985799auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985801auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985802auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985803auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985804auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985809auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985812auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985815auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985817auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985818auction110848') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985955auction87925') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985956auction87925') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6985959auction87925') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986159auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986160auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986161auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986162auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986163auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986164auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986165auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986166auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986167auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986168auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986169auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986170auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986171auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986172auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986173auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986174auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986175auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986176auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986177auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986178auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986179auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986180auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986181auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986182auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986183auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986184auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986185auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986186auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986187auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986188auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986189auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986190auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986191auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986192auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986193auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986194auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986195auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986196auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986197auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986198auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986199auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986200auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986201auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986202auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986203auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986204auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986205auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986206auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986207auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986208auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986209auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986210auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986211auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986212auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986213auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986214auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986215auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986216auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986217auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986218auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986219auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986220auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986221auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986222auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986223auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986224auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986225auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986226auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986227auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986228auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986229auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986230auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986231auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986232auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986233auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986234auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986235auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986236auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986237auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986238auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986239auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986240auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986241auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986242auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986243auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986244auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986245auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986246auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986247auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986248auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986249auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986250auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986251auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986252auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986253auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986254auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986255auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986256auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986257auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986258auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986259auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986260auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986261auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986262auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986263auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986264auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986265auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986266auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986267auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986268auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986269auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986270auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986271auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986272auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986273auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986274auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986275auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986276auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986277auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986278auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986279auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986280auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986281auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986282auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986283auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986284auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986285auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986286auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986287auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986288auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986289auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986290auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986291auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986292auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986293auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986294auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986295auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986296auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986297auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986298auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986299auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986300auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986301auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986302auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986303auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986304auction110851') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986305auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986306auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986307auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986308auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986309auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986310auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986311auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986312auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986313auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986314auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986315auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986316auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986317auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986318auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986319auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986320auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986321auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986322auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986323auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986324auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986325auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986326auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986327auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986328auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986329auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986330auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986331auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986332auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986333auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986334auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986335auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986336auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986337auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986338auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986339auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986340auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986341auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986342auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986343auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986344auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986345auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986346auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986347auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986348auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986349auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986350auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986351auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986352auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986353auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986354auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986355auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986356auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986357auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986359auction110852') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986771auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986773auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986774auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986775auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986776auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986778auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986779auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986780auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986781auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986782auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986783auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986784auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986785auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986786auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986787auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986788auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986789auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986792auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986793auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986794auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986795auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986796auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986797auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986798auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986799auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986800auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986801auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986802auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986805auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986806auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986807auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986811auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986812auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986813auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986815auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986816auction110857') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986817auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986818auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986819auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986821auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986822auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986823auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986824auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986825auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986827auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986828auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986830auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986831auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986832auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986833auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986836auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986837auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986838auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986839auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986841auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986842auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986843auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986844auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986845auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986846auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986847auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986848auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986849auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986850auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986851auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986852auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986853auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986854auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986857auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986858auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986859auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986860auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986861auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986862auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986863auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986865auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986866auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986867auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986868auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986869auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986870auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986871auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986872auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986873auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986875auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986876auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986877auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986878auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986879auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986881auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986882auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986883auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986884auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986885auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986886auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986887auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986888auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986889auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986890auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986892auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986894auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986895auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986896auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986897auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986898auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986899auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986900auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986901auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986902auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986904auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986905auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986906auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986907auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986909auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986910auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986911auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986912auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986913auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986914auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986915auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986916auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986917auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986918auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986919auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986921auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986922auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986923auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986924auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986925auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986927auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986928auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986929auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986930auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986931auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986933auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986934auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986935auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986936auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986937auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986938auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986941auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986942auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986944auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986945auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986946auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986947auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986948auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986949auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986950auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986953auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986954auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986955auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986956auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986957auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986958auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986960auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986961auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986962auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986963auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986965auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986966auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986967auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986968auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986969auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986970auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986971auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986973auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986974auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986975auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986976auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986977auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986978auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986979auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986980auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986981auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986984auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986985auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986986auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986987auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986988auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986989auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986990auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986991auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986993auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986994auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986995auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986996auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986997auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986998auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6986999auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987000auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987003auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987004auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987005auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987006auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987007auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987008auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987009auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987010auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987011auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987013auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987014auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987015auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987016auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987017auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987018auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987019auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987020auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987021auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987023auction110858') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987024auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987027auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987028auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987031auction99101') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987284auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987285auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987286auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987287auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987288auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987289auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987290auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987291auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987293auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987294auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987295auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987296auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987297auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987298auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987299auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987300auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987301auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987302auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987304auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987305auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987306auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987307auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987308auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987309auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987310auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987311auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987312auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987313auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987315auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987316auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987317auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987318auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987319auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987320auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987321auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987322auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987324auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987325auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987326auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987327auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987328auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987329auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987330auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987331auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987332auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987334auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987335auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987336auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987337auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987338auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987339auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987340auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987341auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987342auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987343auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987344auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987345auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987346auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987347auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987348auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987349auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987350auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987351auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987352auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987353auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987355auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987356auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987357auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987358auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987359auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987360auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987361auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987362auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987363auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987365auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987366auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987367auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987368auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987369auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987370auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987371auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987372auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987373auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987374auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987375auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987377auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987378auction110859') HTTP/1.1" 204 0
2026-03-27 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987379auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987380auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987381auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987383auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987384auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987385auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987387auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987388auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987389auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987390auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987391auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987392auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987393auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987394auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987395auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987396auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987397auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987399auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987400auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987401auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987402auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987403auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987404auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987405auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987406auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987407auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987408auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987410auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987411auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987412auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987413auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987414auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987417auction110859') HTTP/1.1" 204 0
2026-03-27 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989403auction106392') HTTP/1.1" 204 0
2026-03-27 22:15:00 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (501 items) in: file:///var/lib/scrapyd/items/sourcing_v2/ecarstrade.be/task_33_2026-03-27T21_30_00.jl
2026-03-27 22:15:00 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 4156132,
'downloader/request_count': 1688,
'downloader/request_method_count/GET': 1688,
'downloader/response_bytes': 420983057,
'downloader/response_count': 1688,
'downloader/response_status_count/200': 1688,
'elapsed_time_seconds': 2693.609809,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 27, 22, 15, 0, 333572, tzinfo=datetime.timezone.utc),
'item_scraped_count': 501,
'log_count/DEBUG': 17826,
'log_count/ERROR': 12,
'log_count/INFO': 14834,
'log_count/WARNING': 960,
'memusage/max': 367050752,
'memusage/startup': 149811200,
'photo_download_count': 960,
'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': 190,
'playwright/request_count/method/GET': 165,
'playwright/request_count/method/POST': 25,
'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': 30,
'playwright/request_count/resource_type/font': 4,
'playwright/request_count/resource_type/image': 89,
'playwright/request_count/resource_type/other': 1,
'playwright/request_count/resource_type/script': 47,
'playwright/request_count/resource_type/stylesheet': 7,
'playwright/request_count/resource_type/xhr': 8,
'playwright/response_count': 190,
'playwright/response_count/method/GET': 165,
'playwright/response_count/method/POST': 25,
'playwright/response_count/resource_type/document': 2,
'playwright/response_count/resource_type/eventsource': 2,
'playwright/response_count/resource_type/fetch': 30,
'playwright/response_count/resource_type/font': 4,
'playwright/response_count/resource_type/image': 89,
'playwright/response_count/resource_type/other': 1,
'playwright/response_count/resource_type/script': 47,
'playwright/response_count/resource_type/stylesheet': 7,
'playwright/response_count/resource_type/xhr': 8,
'request_depth_max': 220,
'response_received_count': 728,
'scheduler/dequeued': 1688,
'scheduler/dequeued/memory': 1688,
'scheduler/enqueued': 1688,
'scheduler/enqueued/memory': 1688,
'scrape_type/new': 158,
'scrape_type/new_duplicate_id': 2,
'scrape_type/price_update': 347,
'scrape_type/skipped': 3809,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 727,
'scrapy-zyte-api/error_ratio': 0.0,
'scrapy-zyte-api/errors': 0,
'scrapy-zyte-api/fatal_errors': 0,
'scrapy-zyte-api/mean_connection_seconds': 9.593942189556467,
'scrapy-zyte-api/mean_response_seconds': 9.820414492049538,
'scrapy-zyte-api/processed': 727,
'scrapy-zyte-api/request_args/browserHtml': 727,
'scrapy-zyte-api/request_args/experimental.requestCookies': 727,
'scrapy-zyte-api/request_args/experimental.responseCookies': 727,
'scrapy-zyte-api/request_args/requestHeaders': 727,
'scrapy-zyte-api/request_args/sessionContext': 727,
'scrapy-zyte-api/request_args/url': 727,
'scrapy-zyte-api/status_codes/200': 727,
'scrapy-zyte-api/success': 727,
'scrapy-zyte-api/success_ratio': 1.0,
'scrapy-zyte-api/throttle_ratio': 0.0,
'start_time': datetime.datetime(2026, 3, 27, 21, 30, 6, 723763, tzinfo=datetime.timezone.utc)}
2026-03-27 22:15:00 [scrapy.core.engine] INFO: Spider closed (finished)